Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb5778 commit c9daf91Copy full SHA for c9daf91
1 file changed
java/ql/src/experimental/semmle/code/java/security/DecompressionBomb.qll
@@ -747,12 +747,3 @@ module InputStream {
747
}
748
749
750
-
751
-predicate step(DataFlow::Node n1, DataFlow::Node n2) {
752
- exists(Call call |
753
- // Method calls
754
- call.(ConstructorCall).getConstructedType().hasQualifiedName("java.util.zip", "ZipFile") and
755
- n1.asExpr() = call.getAnArgument() and
756
- n2.asExpr() = call
757
- )
758
-}
0 commit comments