mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
Insecure-TLS: remove obsolete TODO
The case noted works fine.
This commit is contained in:
@@ -185,7 +185,6 @@ class TlsInsecureCipherSuitesFlowConfig extends TaintTracking::Configuration {
|
||||
}
|
||||
|
||||
override predicate isSource(DataFlow::Node source) {
|
||||
// TODO: source can also be result of tls.InsecureCipherSuites()[0].ID
|
||||
isSourceInsecureCipherSuites(source)
|
||||
or
|
||||
isSourceValueEntity(source, _)
|
||||
|
||||
Reference in New Issue
Block a user