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 de517ae commit 694bae3Copy full SHA for 694bae3
java/ql/lib/semmle/code/java/security/WebviewDebuggingEnabledQuery.qll
@@ -46,12 +46,6 @@ 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