mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Adjust test after rebase
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user