Refactor java/android/webview-debugging-enabled

This commit is contained in:
Ed Minnix
2023-03-16 14:38:54 -04:00
parent 559f6a5f20
commit 768102ee92
3 changed files with 44 additions and 15 deletions

View File

@@ -11,9 +11,9 @@
*/
import java
import semmle.code.java.security.WebviewDubuggingEnabledQuery
import DataFlow::PathGraph
import semmle.code.java.security.WebviewDebuggingEnabledQuery
import WebviewDebugEnabledFlow::PathGraph
from WebviewDebugEnabledConfig conf, DataFlow::PathNode source, DataFlow::PathNode sink
where conf.hasFlowPath(source, sink)
from WebviewDebugEnabledFlow::PathNode source, WebviewDebugEnabledFlow::PathNode sink
where WebviewDebugEnabledFlow::hasFlowPath(source, sink)
select sink, source, sink, "Webview debugging is enabled."