Filename: db-reset.js
Line: 15
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. setStore 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
Filename: db-reset.js
Line: 15
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. setStore 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