79606348

Date: 2025-05-05 05:11:51
Score: 2
Natty:
Report link

The error indicates that the password variable in the resetPassword function is undefined, causing the crypto.createHash("sha256").update(password) call to fail. This is because the crypto.update() method expects a string, Buffer, TypedArray, or DataView, but it's receving undefined.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Milan Jovanović