diff --git a/swift/ql/src/queries/Security/CWE-757/InsecureTLS.ql b/swift/ql/src/queries/Security/CWE-757/InsecureTLS.ql index 91bcf61c337..375da521dc0 100644 --- a/swift/ql/src/queries/Security/CWE-757/InsecureTLS.ql +++ b/swift/ql/src/queries/Security/CWE-757/InsecureTLS.ql @@ -3,7 +3,7 @@ * @description TLS v1.0 and v1.1 versions are known to be vulnerable. TLS v1.2 or v1.3 should be used instead. * @kind path-problem * @problem.severity error - * @security-severity TODO + * @security-severity 7.5 * @precision high * @id swift/insecure-tls * @tags security