mirror of
https://github.com/github/codeql.git
synced 2026-02-17 15:33:45 +01:00
remove isBarrier
This commit is contained in:
@@ -47,8 +47,6 @@ module DecompressionBombsConfig implements DataFlow::StateConfigSig {
|
||||
) {
|
||||
any(AdditionalStep ads).step(nodeFrom, stateFrom, nodeTo, stateTo)
|
||||
}
|
||||
|
||||
predicate isBarrier(DataFlow::Node sanitizer, FlowState state) { none() }
|
||||
}
|
||||
|
||||
module DecompressionBombsFlow = TaintTracking::GlobalWithState<DecompressionBombsConfig>;
|
||||
|
||||
Reference in New Issue
Block a user