mirror of
https://github.com/github/codeql.git
synced 2026-05-14 19:29:28 +02:00
Java: apply query alert restrictions
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user