Skip to content

Commit 5ec4516

Browse files
committed
Java: AndroidWebViewSettingsAllowsContentAccess
1 parent 1b689ff commit 5ec4516

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

java/ql/src/Security/CWE/CWE-200/AndroidWebViewSettingsAllowsContentAccess.ql

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,7 @@ module WebViewDisallowContentAccessConfig implements DataFlow::StateConfigSig {
9999
}
100100

101101
predicate observeDiffInformedIncrementalMode() {
102-
any() // TODO: Make sure that the location overrides match the query's select clause: Column 1 does not select a source or sink originating from the flow call on line 117 (/Users/d10c/src/semmle-code/ql/java/ql/src/Security/CWE/CWE-200/AndroidWebViewSettingsAllowsContentAccess.ql@119:8:119:8)
103-
}
104-
105-
Location getASelectedSourceLocation(DataFlow::Node source) {
106-
none() // TODO: Make sure that this source location matches the query's select clause: Column 1 does not select a source or sink originating from the flow call on line 117 (/Users/d10c/src/semmle-code/ql/java/ql/src/Security/CWE/CWE-200/AndroidWebViewSettingsAllowsContentAccess.ql@119:8:119:8)
107-
}
108-
109-
Location getASelectedSinkLocation(DataFlow::Node sink) {
110-
none() // TODO: Make sure that this sink location matches the query's select clause: Column 1 does not select a source or sink originating from the flow call on line 117 (/Users/d10c/src/semmle-code/ql/java/ql/src/Security/CWE/CWE-200/AndroidWebViewSettingsAllowsContentAccess.ql@119:8:119:8)
102+
none() // only used negatively
111103
}
112104
}
113105

0 commit comments

Comments
 (0)