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 2b1c70c commit eacc600Copy full SHA for eacc600
java/ql/lib/semmle/code/java/security/WebviewDebuggingEnabledQuery.qll
@@ -46,6 +46,12 @@ module WebviewDebugEnabledConfig implements DataFlow::ConfigSig {
46
}
47
48
predicate observeDiffInformedIncrementalMode() { any() }
49
+
50
+ Location getASelectedSourceLocation(DataFlow::Node source) {
51
+ // This module is only used in `WebviewDebuggingEnabled.ql`, which doesn't
52
+ // select the source in any "$@" column.
53
+ none()
54
+ }
55
56
57
/**
0 commit comments