| 1 | // Test: CWE-78 command injection via targetPath in static analysis |
| 2 | // Verifies that shell metacharacters in targetPath cannot be used for injection |
| 3 | |
| 4 | import { describe, it, before, after } from "node:test"; |
nothing calls this directly
no test coverage detected