SOLO-4052

PathTraversalDetectedSoloError — Validation

PathTraversalDetectedSoloError

CodeSOLO-4052
CategoryValidation
OwnershipUser
RetryableNo

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

  1. Provide a path that is within the allowed base directory
  2. Avoid using “..” path components that escape the base directory