You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reject path traversal segments in methodology analysis fallback guards
When realpath is unavailable, paths containing ".." could bypass the
prefix-based allowlist check by matching the loop directory prefix as
a raw string while resolving to a location outside it. Now reject any
path with ".." segments in the fallback code path (fail closed).
0 commit comments