We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7689db7 commit cc75211Copy full SHA for cc75211
java/ql/src/experimental/semmle/code/java/security/DecompressionBomb.qll
@@ -25,14 +25,6 @@ module DecompressionBomb {
25
}
26
27
abstract class BombTypeInputStream extends RefType { }
28
-
29
- private class TypeInputStreamConstructorArgumentSink extends DecompressionBomb::Sink {
30
- TypeInputStreamConstructorArgumentSink() {
31
- exists(ConstructorCall call | call.getConstructedType() instanceof BombTypeInputStream |
32
- this.asExpr() = call.getArgument(0)
33
- )
34
- }
35
36
37
38
/**
0 commit comments