Java: apply query alert restrictions

This commit is contained in:
Chuan-kai Lin
2024-09-20 07:09:37 -07:00
parent 3a1e50dcf9
commit 75ec8ce58e
36 changed files with 72 additions and 0 deletions

View File

@@ -72,6 +72,8 @@ module TaintedPathConfig implements DataFlow::ConfigSig {
predicate isAdditionalFlowStep(DataFlow::Node n1, DataFlow::Node n2) {
any(TaintedPathAdditionalTaintStep s).step(n1, n2)
}
predicate observeDiffInformedIncrementalMode() { any() }
}
/** Tracks flow from remote sources to the creation of a path. */