mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Remove specified value step from additional taint step
This commit is contained in:
@@ -28,10 +28,6 @@ class InjectFilePathConfig extends TaintTracking::Configuration {
|
||||
not sink instanceof NormalizedPathNode
|
||||
}
|
||||
|
||||
override predicate isAdditionalTaintStep(DataFlow::Node pred, DataFlow::Node succ) {
|
||||
any(AdditionalValueStep r).step(pred, succ)
|
||||
}
|
||||
|
||||
override predicate isSanitizer(DataFlow::Node node) {
|
||||
exists(Type t | t = node.getType() | t instanceof BoxedType or t instanceof PrimitiveType)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user