Skip to content

Commit a8a2c9e

Browse files
author
Alex Denisov
committed
Swift: CWE-757: update severity
1 parent d455a55 commit a8a2c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/src/queries/Security/CWE-757/InsecureTLS.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description TLS v1.0 and v1.1 versions are known to be vulnerable. TLS v1.2 or v1.3 should be used instead.
44
* @kind path-problem
55
* @problem.severity error
6-
* @security-severity TODO
6+
* @security-severity 7.5
77
* @precision high
88
* @id swift/insecure-tls
99
* @tags security

0 commit comments

Comments
 (0)