SOLO-4052
PathTraversalDetectedSoloError — Validation
PathTraversalDetectedSoloError
| Code | SOLO-4052 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when a resolved path falls outside the allowed base directory; the message names the resolved path and the base. solo blocks path traversal for safety, so this means the supplied path escaped the permitted directory — for example .. segments or an absolute path outside the base.
Troubleshooting Steps
- Provide a path that is within the allowed base directory
- Avoid using “..” path components that escape the base directory