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

Commit 3c244e2

Browse files
committed
Insecure-TLS: remove obsolete TODO
The case noted works fine.
1 parent 9b4e189 commit 3c244e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ class TlsInsecureCipherSuitesFlowConfig extends TaintTracking::Configuration {
185185
}
186186

187187
override predicate isSource(DataFlow::Node source) {
188-
// TODO: source can also be result of tls.InsecureCipherSuites()[0].ID
189188
isSourceInsecureCipherSuites(source)
190189
or
191190
isSourceValueEntity(source, _)

0 commit comments

Comments
 (0)