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 f978951 commit 894a0f1Copy full SHA for 894a0f1
cpp/ql/src/experimental/Security/CWE/CWE-078/WordexpTainted.ql
@@ -45,6 +45,10 @@ class WordexpTaintConfiguration extends TaintTracking::Configuration {
45
not isCommandSubstitutionDisabled(fc)
46
)
47
}
48
+
49
+ override predicate isSanitizer(DataFlow::Node node) {
50
+ node.asExpr().getUnspecifiedType() instanceof IntegralType
51
+ }
52
53
54
from WordexpTaintConfiguration conf, DataFlow::PathNode sourceNode, DataFlow::PathNode sinkNode
0 commit comments