Skip to content

Commit 0b5b548

Browse files
Alex Holmbergclaude
authored andcommitted
ci: ignore 6 new transitive dependency advisories (aws-lc-sys, rustls-webpki)
All are in transitive dependencies via aws-sdk and rustls that we cannot bump directly. Fixes will land when upstream releases update these deps. - RUSTSEC-2026-0044..0048: aws-lc-sys (needs >=0.39.0, we have 0.37.1) - RUSTSEC-2026-0049: rustls-webpki (needs >=0.103.10, we have 0.103.9) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 88b2800 commit 0b5b548

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,7 @@ jobs:
8383
# Ignore advisories in transitive dependencies we cannot control:
8484
# - gix-date (RUSTSEC-2025-0140): via rustsec crate, awaiting upstream fix
8585
# - bincode (RUSTSEC-2025-0141): via syntect, marked "complete" by maintainer
86+
# - aws-lc-sys (RUSTSEC-2026-0044..0048): via aws-sdk, awaiting upstream bump to >=0.39.0
87+
# - rustls-webpki (RUSTSEC-2026-0049): via rustls, awaiting upstream bump to >=0.103.10
8688
# - Other transitive deps from rustsec, aws-sdk, kube, etc.
87-
ignore: RUSTSEC-2020-0163,RUSTSEC-2024-0320,RUSTSEC-2025-0057,RUSTSEC-2025-0074,RUSTSEC-2025-0075,RUSTSEC-2025-0080,RUSTSEC-2025-0081,RUSTSEC-2025-0098,RUSTSEC-2025-0104,RUSTSEC-2025-0134,RUSTSEC-2025-0140,RUSTSEC-2025-0141
89+
ignore: RUSTSEC-2020-0163,RUSTSEC-2024-0320,RUSTSEC-2025-0057,RUSTSEC-2025-0074,RUSTSEC-2025-0075,RUSTSEC-2025-0080,RUSTSEC-2025-0081,RUSTSEC-2025-0098,RUSTSEC-2025-0104,RUSTSEC-2025-0134,RUSTSEC-2025-0140,RUSTSEC-2025-0141,RUSTSEC-2026-0044,RUSTSEC-2026-0045,RUSTSEC-2026-0046,RUSTSEC-2026-0047,RUSTSEC-2026-0048,RUSTSEC-2026-0049

0 commit comments

Comments
 (0)