We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc75211 commit 0593eaaCopy full SHA for 0593eaa
1 file changed
java/ql/src/experimental/semmle/code/java/security/DecompressionBomb.qll
@@ -378,11 +378,6 @@ module Zip {
378
call.getCallee().hasName("getInputStream") and
379
call.getQualifier() = this.asExpr()
380
)
381
- or
382
- exists(ConstructorCall call |
383
- call.getConstructedType() instanceof TypeZipFile and
384
- call.getAnArgument() = this.asExpr()
385
- )
386
}
387
388
0 commit comments