Merge pull request #20077 from d10c/d10c/diff-informed-phase-3-java

Java: Diff-informed queries: phase 3 (non-trivial locations)
This commit is contained in:
Nora Dimitrijević
2025-07-21 11:23:12 +02:00
committed by GitHub
53 changed files with 10491 additions and 2071 deletions

View File

@@ -97,6 +97,10 @@ module WebViewDisallowContentAccessConfig implements DataFlow::StateConfigSig {
state instanceof IsSettings and
node instanceof WebSettingsDisallowContentAccessSink
}
predicate observeDiffInformedIncrementalMode() {
none() // only used negatively
}
}
module WebViewDisallowContentAccessFlow =