Skip to content

Commit 1321cbb

Browse files
committed
C++/DecompressionBombs
1 parent bbe2bf2 commit 1321cbb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-409/DecompressionBombs.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ module DecompressionTaintConfig implements DataFlow::ConfigSig {
3131

3232
predicate observeDiffInformedIncrementalMode() { any() }
3333

34-
Location getASelectedSourceLocation(DataFlow::Node source) { none() }
35-
3634
Location getASelectedSinkLocation(DataFlow::Node sink) {
3735
exists(FunctionCall fc | result = [sink.getLocation(), fc.getLocation()] | isSink(fc, sink))
3836
}

0 commit comments

Comments
 (0)