We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2080f0d commit 2409ba2Copy full SHA for 2409ba2
swift/ql/src/queries/Security/ECB-Encryption/ECBEncryption.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Encryption using ECB
3
- * @description Highlights uses of the encryption mode 'ECB'. This mode should normally not be used because it is vulnerable to replay attacks.
+ * @description Using the ECB encryption mode makes code vulnerable to replay attacks.
4
* @kind path-problem
5
* @problem.severity warning
6
* @security-severity 7.5
0 commit comments