We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9e3ba commit 74573b6Copy full SHA for 74573b6
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