用 Jev 与 CodeGraph 组合做安全审查
开发者分享了 typesafe-security-review 项目:把 Jev 的概率判断与代码图、OWASP/CWE 信息结合,用于低成本安全扫描。
作者使用 Jev 重建了 CAPTCHA:浏览器测量表单填写行为,服务器将其转换为简洁的描述,由 Jev 判断是真人还是机器人。博客文章和源码见评论区。
I rebuilt CAPTCHA with Jev The browser measures how you fill in the form. Server turns that into a few plain sentences, and Jev decides: person or bot. Blog post with source code in the comments: