We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359e85c commit 2340712Copy full SHA for 2340712
1 file changed
cpp/ql/src/experimental/Security/CWE/CWE-078/WordexpTainted.ql
@@ -50,8 +50,6 @@ 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