Skip to content

Commit b5c521d

Browse files
committed
[DIFF-INFORMED] Java: AndroidWebViewSettingsAllowsContentAccess
1 parent 0d72d35 commit b5c521d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ module WebViewDisallowContentAccessConfig implements DataFlow::StateConfigSig {
9797
state instanceof IsSettings and
9898
node instanceof WebSettingsDisallowContentAccessSink
9999
}
100+
101+
predicate observeDiffInformedIncrementalMode() {
102+
none() // only used negatively
103+
}
100104
}
101105

102106
module WebViewDisallowContentAccessFlow =

0 commit comments

Comments
 (0)