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

Skip to content

Commit d3e6e59

Browse files
committed
Java: Improve QLDoc
1 parent bdba7e1 commit d3e6e59

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ private class JxBrowserSafeLoadHandler extends RefType {
5757
}
5858
}
5959

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+
*/
6064
private class JxBrowserFlowConfiguration extends DataFlow::Configuration {
6165
JxBrowserFlowConfiguration() { this = "JxBrowserFlowConfiguration" }
6266

0 commit comments

Comments
 (0)