Skip to content

Commit 2409ba2

Browse files
update query description
1 parent 2080f0d commit 2409ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/src/queries/Security/ECB-Encryption/ECBEncryption.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @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.
3+
* @description Using the ECB encryption mode makes code vulnerable to replay attacks.
44
* @kind path-problem
55
* @problem.severity warning
66
* @security-severity 7.5

0 commit comments

Comments
 (0)