Skip to content

Commit cf3345e

Browse files
committed
Swift: Revert security-severity on CWE-321, for now.
1 parent 85a0a42 commit cf3345e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/src/queries/Security/CWE-321/HardcodedEncryptionKey.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Using hardcoded keys for encryption is not secure, because potential attackers can easily guess them.
44
* @kind path-problem
55
* @problem.severity error
6-
* @security-severity 7.7
6+
* @security-severity 8.1
77
* @precision high
88
* @id swift/hardcoded-key
99
* @tags security

0 commit comments

Comments
 (0)