Skip to content

Commit bcf5d33

Browse files
fix(security): refresh uv installer checksum
Refresh the verified-installer pin for uv after the upstream Astral install script changed during the Ubuntu 25.10 Docker canary. The canonical checksum refresh diff was limited to the generated timestamp plus the uv entry. ACFS security verification and automated_flywheel_setup_checker --check-hashes both report all 41 installer hashes matched after the refresh. Verification: - ./scripts/lib/security.sh --verify --json - bash scripts/lib/test_security.sh - automated_flywheel_setup_checker validate --path checksums.yaml --check-hashes
1 parent 721a486 commit bcf5d33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

checksums.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# checksums.yaml - Auto-generated 2026-05-06T15:43:01-04:00
1+
# checksums.yaml - Auto-generated 2026-05-06T16:15:21-04:00
22
# Run: ./scripts/lib/security.sh --update-checksums
33

44
installers:
@@ -156,7 +156,7 @@ installers:
156156

157157
uv:
158158
url: "https://astral.sh/uv/install.sh"
159-
sha256: "587b789920099623966262432910018f9072f9c5150d552cff4063d2422d2fb4"
159+
sha256: "3a020f8d69019caca567c9038999d130b0ea85866483caf2042c386cb685aef4"
160160

161161
xf:
162162
url: "https://raw.githubusercontent.com/Dicklesworthstone/xf/main/install.sh"

0 commit comments

Comments
 (0)