Skip to content

Commit a23e17a

Browse files
fix typo in qhelp
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
1 parent 2409ba2 commit a23e17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</recommendation>
1212

1313
<example>
14-
<p>The following example shows six cases of instantiating a cipher with various encryption keys and block modes. In the 'BAD' case, the mode of encrtyption is ECB, making the encryped data vulnerable to replay attacks. In the 'GOOD' cases, the encryption mode is CBC, pretecting the encrypted data against replay attacks.</p>
14+
<p>The following example shows six cases of instantiating a cipher with various encryption keys and block modes. In the 'BAD' cases, the mode of encrtyption is ECB, making the encryped data vulnerable to replay attacks. In the 'GOOD' cases, the encryption mode is CBC, pretecting the encrypted data against replay attacks.</p>
1515
<sample src="ECBEncryption.swift" />
1616
</example>
1717

0 commit comments

Comments
 (0)