| 1 | // PoC test for CWE-22: Path traversal in shadow restore system |
| 2 | // FEATURE: Security regression test for path traversal in createRestorePoint / restorePoint |
| 3 | |
| 4 | import { describe, it, after, before } from "node:test"; |
nothing calls this directly
no test coverage detected