Skip to content

Commit 9974f9e

Browse files
authored
Merge pull request #19759 from d10c/d10c/cpp/diff-informed-2
C++: mass-enable diff-informed queries phase 2 - `getASelected{Source,Sink}Location() { none() }`
2 parents 699c82a + 2316b8c commit 9974f9e

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 source) { none() }
5355
}
5456

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

0 commit comments

Comments
 (0)