We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef3eee commit 344c2d3Copy full SHA for 344c2d3
java/ql/src/experimental/Security/CWE/CWE-759/HashWithoutSalt.ql
@@ -2,6 +2,8 @@
2
* @name Use of a hash function without a salt
3
* @description Hashed passwords without a salt are vulnerable to dictionary attacks.
4
* @kind path-problem
5
+ * @problem.severity warning
6
+ * @precision low
7
* @id java/hash-without-salt
8
* @tags security
9
* external/cwe-759
0 commit comments