Skip to content

Commit bb8063c

Browse files
committed
remove CLI sources & unused imports
1 parent 2ab1026 commit bb8063c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
*/
1313

1414
import semmle.code.java.dataflow.DataFlow
15-
import semmle.code.java.dataflow.DataFlow2
1615
import semmle.code.java.dataflow.FlowSources
1716
import semmle.code.java.dataflow.TaintTracking
18-
import semmle.code.java.dataflow.TaintTracking2
1917
import RemoteSource
20-
import CommandLineSource
2118
import java
2219

2320
/**
@@ -592,8 +589,6 @@ module DecompressionBombsConfig implements DataFlow::StateConfigSig {
592589
(
593590
source instanceof RemoteFlowSource
594591
or
595-
source instanceof CLIFlowSource
596-
or
597592
source instanceof FormRemoteFlowSource
598593
or
599594
source instanceof FileUploadRemoteFlowSource

0 commit comments

Comments
 (0)