Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be03e58

Browse files
committed
remove isBarrier
1 parent 9fffd78 commit be03e58

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

java/ql/src/experimental/Security/CWE/CWE-522-DecompressionBombs/DecompressionBomb.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ module DecompressionBombsConfig implements DataFlow::StateConfigSig {
4747
) {
4848
any(AdditionalStep ads).step(nodeFrom, stateFrom, nodeTo, stateTo)
4949
}
50-
51-
predicate isBarrier(DataFlow::Node sanitizer, FlowState state) { none() }
5250
}
5351

5452
module DecompressionBombsFlow = TaintTracking::GlobalWithState<DecompressionBombsConfig>;

0 commit comments

Comments
 (0)