Usage of weak hashing library (SHA-1)
Overview
Description
Remediation Guidelines
const hash = crypto.createHmac("sha1", key).update(user.password); // unsafeconst hash = crypto.createHmac("sha256", key).update(user.password);
References
Configuration
Last updated