Filename: profile-test.js
Line: 36
CWE: 798 (Use of Hard-coded Credentials ('Credentials Management'))
The application contains hard-coded information that may contain credentials to an external service. The use of hard-coded credentials significantly increases the possibility that the account being protected will be compromised. set Store credentials out-of-band from the application code. Follow best practices for protecting credentials stored in locations such as configuration or properties files. References: CWE