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
fix(web): validate git ref and file path inputs before executing git commands
Reject ref values starting with '-' to prevent flag injection into git
commands, and apply path traversal validation to file source lookups.
Returns 400 INVALID_GIT_REF or 404 FILE_NOT_FOUND instead of passing
unsanitized input to the underlying git CLI.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments