Skip to content

Commit 344c2d3

Browse files
authored
Update java/ql/src/experimental/Security/CWE/CWE-759/HashWithoutSalt.ql
1 parent 0ef3eee commit 344c2d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/ql/src/experimental/Security/CWE/CWE-759/HashWithoutSalt.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* @name Use of a hash function without a salt
33
* @description Hashed passwords without a salt are vulnerable to dictionary attacks.
44
* @kind path-problem
5+
* @problem.severity warning
6+
* @precision low
57
* @id java/hash-without-salt
68
* @tags security
79
* external/cwe-759

0 commit comments

Comments
 (0)