Skip to content

Commit 41cf298

Browse files
committed
C++: mass-add none() location overrides
1 parent e0adb83 commit 41cf298

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-078/WordexpTainted.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ module WordexpTaintConfig implements DataFlow::ConfigSig {
5050
}
5151

5252
predicate observeDiffInformedIncrementalMode() { any() }
53+
54+
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
5355
}
5456

5557
module WordexpTaint = TaintTracking::Global<WordexpTaintConfig>;

0 commit comments

Comments
 (0)