Skip to content

Commit cc75211

Browse files
committed
we don't need TypeInputStreamConstructorArgumentSink anymore
1 parent 7689db7 commit cc75211

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

java/ql/src/experimental/semmle/code/java/security/DecompressionBomb.qll

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ module DecompressionBomb {
2525
}
2626

2727
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-
}
3628
}
3729

3830
/**

0 commit comments

Comments
 (0)