Insecure-TLS: simplify warning message

This commit is contained in:
Chris Smowton
2020-07-28 10:13:17 +01:00
parent 2a0642b67b
commit db9760082d

View File

@@ -223,7 +223,7 @@ predicate isInsecureTlsCipherFlow(DataFlow::PathNode source, DataFlow::PathNode
)
or
cfg.isSourceInsecureCipherSuites(source.getNode()) and
message = "Use of an insecure cipher suite from InsecureCipherSuites()."
message = "Use of an insecure cipher suite."
)
}