Adjust test after rebase

This commit is contained in:
Tony Torralba
2021-06-28 16:01:03 +02:00
parent 68fe3dd9f4
commit 698fd64f7f

View File

@@ -24,8 +24,6 @@ class UnsafeCertTrustTest extends InlineExpectationsTest {
override predicate hasActualResult(Location location, string element, string tag, string value) {
tag = "hasUnsafeCertTrust" and
exists(Expr unsafeTrust |
unsafeTrust instanceof X509TrustAllManagerInit
or
unsafeTrust instanceof RabbitMQEnableHostnameVerificationNotSet
or
exists(Conf config | config.hasFlowTo(DataFlow::exprNode(unsafeTrust)))