Skip to content

Commit 694bae3

Browse files
committed
Java/WebviewDebugEnabledQuery
java/ql/src/Security/CWE/CWE-489/WebviewDebuggingEnabled.ql
1 parent de517ae commit 694bae3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

java/ql/lib/semmle/code/java/security/WebviewDebuggingEnabledQuery.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ module WebviewDebugEnabledConfig implements DataFlow::ConfigSig {
4646
}
4747

4848
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-
}
5549
}
5650

5751
/**

0 commit comments

Comments
 (0)