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.
cpp/path-injection
argv
1 parent 7549915 commit ed33b90Copy full SHA for ed33b90
cpp/ql/src/Security/CWE/CWE-022/TaintedPath.ql
@@ -91,8 +91,6 @@ class TaintedPathConfiguration extends TaintTracking::Configuration {
91
)
92
}
93
94
- override predicate isSanitizerIn(DataFlow::Node node) { this.isSource(node) }
95
-
96
override predicate isSanitizer(DataFlow::Node node) {
97
node.asExpr().(Call).getTarget().getUnspecifiedType() instanceof ArithmeticType
98
or
0 commit comments