We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd37914 + 8654ebc commit 453529eCopy full SHA for 453529e
cpp/ql/src/Security/CWE/CWE-428/UnsafeCreateProcessCall.ql
@@ -68,7 +68,7 @@ class NullAppNameCreateProcessFunctionConfiguration extends DataFlow::Configurat
68
}
69
70
override predicate isSource(DataFlow::Node source) {
71
- nullValue(source.asExpr())
+ source.asExpr() instanceof NullValue
72
73
74
override predicate isSink(DataFlow::Node sink) {
0 commit comments