Files
codeql/javascript/ql/test/query-tests/Security/CWE-313/mysql-config.json
2022-02-16 13:22:19 +01:00

7 lines
103 B
JSON

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