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

11 lines
150 B
JSON

{
"name": "example",
"version": "0.0.1",
"dependencies": {
"mysql": "*",
"password": "*"
},
"scripts": {
"pwd": "/bin/pwd"
}
}