Skip to content

Commit fc1a6d0

Browse files
committed
Python: Say salting is not part of py/weak-sensitive-data-hashing
1 parent ac83c69 commit fc1a6d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/ql/src/Security/CWE-327/WeakSensitiveDataHashing.qhelp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
<p>
2626
In cases with a limited input space, such as for passwords, the hash
2727
function also needs to be computationally expensive to be resistant to
28-
brute-force attacks.
28+
brute-force attacks. Passwords should also have an unique salt applied
29+
before hashing, but that is not considered by this query.
2930
</p>
3031

3132
<p>

0 commit comments

Comments
 (0)