mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
we don't need ConstructorCall for ZipFile anymore since we have a more accurate sink for this
This commit is contained in:
@@ -378,11 +378,6 @@ module Zip {
|
||||
call.getCallee().hasName("getInputStream") and
|
||||
call.getQualifier() = this.asExpr()
|
||||
)
|
||||
or
|
||||
exists(ConstructorCall call |
|
||||
call.getConstructedType() instanceof TypeZipFile and
|
||||
call.getAnArgument() = this.asExpr()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user