Skip to content

Commit 74573b6

Browse files
committed
C++/WordexpTainted
Same file usees source and sink as endpoints
1 parent ba9e3ba commit 74573b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

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

5252
predicate observeDiffInformedIncrementalMode() { any() }
53-
54-
Location getASelectedSourceLocation(DataFlow::Node source) { none() }
5553
}
5654

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

0 commit comments

Comments
 (0)