PersistentAI API Documentation / @persistentai/fireflow-vfs / path / PATH_TRAVERSAL_PATTERN
Variable: PATH_TRAVERSAL_PATTERN
constPATH_TRAVERSAL_PATTERN:RegExp
Defined in: packages/fireflow-vfs/src/path/constants.ts:57
Pattern to detect path traversal attempts. Matches ".." only when it's a complete segment (not part of "...").