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

7 lines
103 B
JSON

{
"host" : "localhost",
"user" : "me",
"password" : "abcdefgh",
"database" : "my_db"
}