Files
codeql/javascript/ql/test/query-tests/Security/CWE-313/mysql-config.json
2018-08-02 17:53:23 +01:00

6 lines
100 B
JSON

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