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

This commit is contained in:
Anders Schack-Mulligen
2021-03-25 15:42:57 +01:00
committed by GitHub
parent 0ef3eee4ed
commit 344c2d3c3d

View File

@@ -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