We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2414239 commit af41f2bCopy full SHA for af41f2b
java/ql/src/Security/CWE/CWE-489/WebviewDebuggingEnabled.ql
@@ -16,4 +16,4 @@ import DataFlow::PathGraph
16
17
from WebviewDebugEnabledConfig conf, DataFlow::PathNode source, DataFlow::PathNode sink
18
where conf.hasFlowPath(source, sink)
19
-select sink, source, sink, "Webview debugging is enabled here."
+select sink, source, sink, "Webview debugging is enabled."
0 commit comments