Files
codeql/javascript/ql/test/library-tests/frameworks/NodeJSLib/SystemCommandExecution.qll
2019-03-05 08:04:01 +00:00

6 lines
149 B
Plaintext

import javascript
query predicate test_SystemCommandExecution(SystemCommandExecution cmd, DataFlow::Node res) {
res = cmd.getACommandArgument()
}