From 99a4b78af285a4aac669f672fd50d28920f85d4c Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 3 Jun 2025 09:15:46 -0500 Subject: [PATCH] Add comment to `lock_redact_url_sources` indicating that we do not redact the credentials (#13813) This was previously present, but got removed at some point. https://github.com/astral-sh/uv/pull/8307/files#diff-82edd36151736f44055f699a34c8b19a63ffc4cf3c86bf5fb34d69f8ac88a957R6544 --- crates/uv/tests/it/lock.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/uv/tests/it/lock.rs b/crates/uv/tests/it/lock.rs index a7b80d09f..22782b1d0 100644 --- a/crates/uv/tests/it/lock.rs +++ b/crates/uv/tests/it/lock.rs @@ -8355,6 +8355,7 @@ fn lock_redact_url_sources() -> Result<()> { let lock = context.read("uv.lock"); + // The credentials are for a direct URL, and are included in the lockfile insta::with_settings!({ filters => context.filters(), }, {