79314114

Date: 2024-12-28 16:15:27
Score: 3
Natty:
Report link

const UNAME = "[email protected]";
const PWD = "thisIsMyPwd";

login(UNAME,PWD);

Here "UNAME" & "PWD" are having assigned values, so that we will understand this is HardCoded Values.

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rithik