Files
codeql/java/ql/test/query-tests/security/CWE-078/ExecRelative.expected
2024-01-08 09:39:03 -05:00

3 lines
186 B
Plaintext

| TaintedEnvironment.java:39:35:39:55 | new String[] | Command with a relative path 'ls' is executed. |
| Test.java:50:46:50:49 | "ls" | Command with a relative path 'ls' is executed. |