Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit db97600

Browse files
committed
Insecure-TLS: simplify warning message
1 parent 2a0642b commit db97600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/src/experimental/CWE-327/InsecureTLS.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ predicate isInsecureTlsCipherFlow(DataFlow::PathNode source, DataFlow::PathNode
223223
)
224224
or
225225
cfg.isSourceInsecureCipherSuites(source.getNode()) and
226-
message = "Use of an insecure cipher suite from InsecureCipherSuites()."
226+
message = "Use of an insecure cipher suite."
227227
)
228228
}
229229

0 commit comments

Comments
 (0)