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: