mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Java: Improve QLDoc
This commit is contained in:
@@ -57,6 +57,10 @@ private class JxBrowserSafeLoadHandler extends RefType {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Models flow from the source `new Browser()` to a sink `browser.setLoadHandler(loadHandler)` where `loadHandler`
|
||||
* has been determined to be safe.
|
||||
*/
|
||||
private class JxBrowserFlowConfiguration extends DataFlow::Configuration {
|
||||
JxBrowserFlowConfiguration() { this = "JxBrowserFlowConfiguration" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user