We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a9242 commit 2b5982fCopy full SHA for 2b5982f
java/ql/src/experimental/Security/CWE/CWE-073/FilePathInjection.ql
@@ -28,10 +28,6 @@ class InjectFilePathConfig extends TaintTracking::Configuration {
28
not sink instanceof NormalizedPathNode
29
}
30
31
- override predicate isAdditionalTaintStep(DataFlow::Node pred, DataFlow::Node succ) {
32
- any(AdditionalValueStep r).step(pred, succ)
33
- }
34
-
35
override predicate isSanitizer(DataFlow::Node node) {
36
exists(Type t | t = node.getType() | t instanceof BoxedType or t instanceof PrimitiveType)
37
0 commit comments