Skip to content

Commit fccf07c

Browse files
committed
Swift: tweak qhelp file for WeakSensitiveDataHashing
1 parent c739bbb commit fccf07c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

swift/ql/src/queries/Security/CWE-328/WeakSensitiveDataHashing.qhelp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949

5050
<ul>
5151
<li>
52-
such as Argon2, scrypt, bcrypt, or PBKDF2 for passwords and other data with limited input space.
52+
such as Argon2, scrypt, bcrypt, or PBKDF2 for passwords and other data with limited input space where
53+
a dictionary-like attack is feasible.
5354
</li>
5455
<li>
5556
such as SHA-2, or SHA-3 in other cases.

0 commit comments

Comments
 (0)