mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Update java/ql/src/experimental/Security/CWE/CWE-759/HashWithoutSalt.ql
This commit is contained in:
committed by
GitHub
parent
0ef3eee4ed
commit
344c2d3c3d
@@ -2,6 +2,8 @@
|
||||
* @name Use of a hash function without a salt
|
||||
* @description Hashed passwords without a salt are vulnerable to dictionary attacks.
|
||||
* @kind path-problem
|
||||
* @problem.severity warning
|
||||
* @precision low
|
||||
* @id java/hash-without-salt
|
||||
* @tags security
|
||||
* external/cwe-759
|
||||
|
||||
Reference in New Issue
Block a user