mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Insecure-TLS: simplify warning message
This commit is contained in:
@@ -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."
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user