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.
2 parents 699c82a + 2316b8c commit 9974f9eCopy full SHA for 9974f9e
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