Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdba7e1 commit d3e6e59Copy full SHA for d3e6e59
1 file changed
java/ql/src/experimental/Security/CWE/CWE-295/JxBrowserWithoutCertValidation.ql
@@ -57,6 +57,10 @@ private class JxBrowserSafeLoadHandler extends RefType {
57
}
58
59
60
+/**
61
+ * Models flow from the source `new Browser()` to a sink `browser.setLoadHandler(loadHandler)` where `loadHandler`
62
+ * has been determined to be safe.
63
+ */
64
private class JxBrowserFlowConfiguration extends DataFlow::Configuration {
65
JxBrowserFlowConfiguration() { this = "JxBrowserFlowConfiguration" }
66
0 commit comments