mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 05:03:46 +00:00
## Summary Closes https://github.com/astral-sh/uv/issues/3715. ## Test Plan ``` ❯ echo "/../test" | cargo run pip compile - error: Couldn't parse requirement in `-` at position 0 Caused by: path could not be normalized: /../test /../test ^^^^^^^^ ❯ echo "-e /../test" | cargo run pip compile - error: Invalid URL in `-`: `/../test` Caused by: path could not be normalized: /../test Caused by: cannot normalize a relative path beyond the base directory ``` |
||
|---|---|---|
| .. | ||
| httpcache | ||
| base_client.rs | ||
| cached_client.rs | ||
| error.rs | ||
| flat_index.rs | ||
| html.rs | ||
| lib.rs | ||
| linehaul.rs | ||
| middleware.rs | ||
| registry_client.rs | ||
| remote_metadata.rs | ||
| rkyvutil.rs | ||