Skip to content

Commit dbc86b2

Browse files
update qhelp to adjust for US spelling + improved readability
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent a23e17a commit dbc86b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p>ECB should not be used as a mode for encryption. It has dangerous weaknesses. Data is encrypted the same way every time meaning the same plaintext input will always produce the same ciphertext. This behaviour makes encrypted messages vulnerable to replay attacks.</p>
6+
<p>ECB should not be used as a mode for encryption as it has dangerous weaknesses. Data is encrypted the same way every time, which means that the same plaintext input will always produce the same ciphertext. This behavior makes messages encrypted with ECB
7+
more vulnerable to replay attacks.</p>
78
</overview>
89

910
<recommendation>

0 commit comments

Comments
 (0)