* Symlink-escape prevention: realpath the deepest existing ancestor of the * target and require it to stay inside the (realpathed) root. Throws on escape.
(relPath: string)
| 270 | * target and require it to stay inside the (realpathed) root. Throws on escape. |
| 271 | */ |
| 272 | assertContained(relPath: string): Promise<void>; |
| 273 | } |
| 274 | |
| 275 | function isPathWithinRoot( |
no outgoing calls
no test coverage detected