Skip to content

Commit 698fd64

Browse files
committed
Adjust test after rebase
1 parent 68fe3dd commit 698fd64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/ql/test/query-tests/security/CWE-273/UnsafeCertTrustTest.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ class UnsafeCertTrustTest extends InlineExpectationsTest {
2424
override predicate hasActualResult(Location location, string element, string tag, string value) {
2525
tag = "hasUnsafeCertTrust" and
2626
exists(Expr unsafeTrust |
27-
unsafeTrust instanceof X509TrustAllManagerInit
28-
or
2927
unsafeTrust instanceof RabbitMQEnableHostnameVerificationNotSet
3028
or
3129
exists(Conf config | config.hasFlowTo(DataFlow::exprNode(unsafeTrust)))

0 commit comments

Comments
 (0)