Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9daf91

Browse files
committed
remove unused predicate
1 parent 3eb5778 commit c9daf91

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -747,12 +747,3 @@ module InputStream {
747747
}
748748
}
749749
}
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

Comments
 (0)