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.
none()
1 parent 17cd58b commit 2316b8cCopy full SHA for 2316b8c
cpp/ql/src/experimental/Security/CWE/CWE-078/WordexpTainted.ql
@@ -50,6 +50,8 @@ module WordexpTaintConfig implements DataFlow::ConfigSig {
50
}
51
52
predicate observeDiffInformedIncrementalMode() { any() }
53
+
54
+ Location getASelectedSourceLocation(DataFlow::Node source) { none() }
55
56
57
module WordexpTaint = TaintTracking::Global<WordexpTaintConfig>;
0 commit comments