mirror of
https://github.com/github/codeql.git
synced 2026-07-20 02:38:23 +02:00
9 lines
622 B
Plaintext
9 lines
622 B
Plaintext
#select
|
|
| mysql-config.json:4:16:4:25 | "hgfedcba" | Hard-coded password 'hgfedcba' 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. |
|
|
testFailures
|
|
| mysql-config.json:4:16:4:25 | Hard-coded password 'hgfedcba' in configuration file. | Unexpected result: Alert |
|
|
| tst4.json:2:10:2:38 | Hard-coded password ''secret'' in configuration file. | Unexpected result: Alert |
|
|
| tst7.yml:2:9:2:6 | Hard-coded password 'abc' in configuration file. | Unexpected result: Alert |
|