Files
codeql/javascript/ql/test/query-tests/Security/CWE-313/PasswordInConfigurationFile.expected
Esben Sparre Andreasen aa3f4a7048 JS: change passwords in tests
2019-09-16 10:09:59 +02:00

5 lines
371 B
Plaintext

| mysql-config.json:4:16:4:25 | "abcdefgh" | Hard-coded password 'abcdefgh' in configuration file. |
| tst4.json:2:10:2:38 | "script ... ecret'" | Hard-coded password ''secret'' in configuration file. |
| tst7.yml:2:9:2:6 | \| | Hard-coded password 'abc' in configuration file. |
| tst.yml:7:11:7:19 | change_me | Hard-coded password 'change_me' in configuration file. |