Add ValidatePath() enforcing UTF-8, forward-slash, relative, no .., no empty segments. Applied in AddFile and AddFileWithHash. Proto comments document the rules.
Add `ValidatePath()` enforcing UTF-8, forward-slash, relative, no `..`, no empty segments. Applied in `AddFile` and `AddFileWithHash`. Proto comments document the rules.
sneak
was assigned by clawbot2026-02-09 01:12:16 +01:00
Add ValidatePath() enforcing: valid UTF-8, forward-slash only,
relative paths, no '..' segments, no empty segments. Called from
both AddFile and AddFileWithHash. Proto comments document the rules.
Closes#26
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Add
ValidatePath()enforcing UTF-8, forward-slash, relative, no.., no empty segments. Applied inAddFileandAddFileWithHash. Proto comments document the rules.