Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b807648

Browse files
Java: Suggestions from Review
1 parent 5b3086a commit b807648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/experimental/Security/CWE/CWE-295/JxBrowserWithoutCertValidation.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ where
7979
cfg.isSource(src) and
8080
not cfg.hasFlow(src, _) and
8181
not isSafeJxBrowserVersion()
82-
select src, "This JxBrowser instance allows man-in-the-middle attacks."
82+
select src, "This JxBrowser instance may not check HTTPS certificates."

0 commit comments

Comments
 (0)