mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
..
This commit is contained in:
parent
c9f2dfbab6
commit
976ecc8dfc
2 changed files with 2 additions and 2 deletions
|
@ -327,7 +327,7 @@ pub enum IndexStrategy {
|
|||
/// but ignore any authentication failures.
|
||||
///
|
||||
/// This is more secure than pip's behavior but is still vulnerable to dependency confusion
|
||||
/// if we encounter an authentication failure at an earlier index.
|
||||
/// if we encounter an authentication failure at a higher-priority index.
|
||||
#[cfg_attr(feature = "clap", clap(alias = "unsafe-first-index"))]
|
||||
UnsafeFirstIndex,
|
||||
/// Search for every package name across all indexes, exhausting the versions from the first
|
||||
|
|
2
uv.schema.json
generated
2
uv.schema.json
generated
|
@ -949,7 +949,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"description": "Only use results from the first index that returns a match for a given package name, but ignore any authentication failures.\n\nThis is more secure than pip's behavior but is still vulnerable to dependency confusion if we encounter an authentication failure at an earlier index.",
|
||||
"description": "Only use results from the first index that returns a match for a given package name, but ignore any authentication failures.\n\nThis is more secure than pip's behavior but is still vulnerable to dependency confusion if we encounter an authentication failure at a higher-priority index.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"unsafe-first-index"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue