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 e0adb83 commit 41cf298Copy full SHA for 41cf298
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 sink) { none() }
55
56
57
module WordexpTaint = TaintTracking::Global<WordexpTaintConfig>;
0 commit comments