Skip to content

fix: RUSTSEC-2026-0049 - update rustls-webpki advisory handling - #4

Merged
dickyibrohim merged 1 commit into
mainfrom
fix/security-advisory-2026-0049
Mar 28, 2026
Merged

fix: RUSTSEC-2026-0049 - update rustls-webpki advisory handling#4
dickyibrohim merged 1 commit into
mainfrom
fix/security-advisory-2026-0049

Conversation

@dickyibrohim

Copy link
Copy Markdown
Owner

Masalah

CI merah karena advisory baru RUSTSEC-2026-0049 (rustls-webpki CRL matching bug).

Root Cause

rustls-webpki 0.101.7 ditarik secara transitive oleh:

aws-smithy-http-client → hyper-rustls 0.24 → rustls 0.21 → rustls-webpki 0.101.7

Tidak bisa di-update tanpa bump AWS SDK ke versi yang sudah drop hyper-rustls 0.24.

Perubahan

  • deny.toml: hapus stale RUSTSEC-2023-0071, tambah RUSTSEC-2026-0049 dengan komentar
  • security.yml: sinkronkan ignore list yang sama
  • .gitignore: tambah .claude/ agar tooling config tidak masuk repo

rustls-webpki 0.101.7 is pulled in transitively by aws-smithy-http-client
via hyper-rustls 0.24 / rustls 0.21 and cannot be updated independently.
Suppressed in deny.toml and cargo-audit with an explanation comment.
Removed the now-stale RUSTSEC-2023-0071 ignore that was no longer needed.
Added .claude/ to .gitignore to keep tooling config out of the repo.
@dickyibrohim
dickyibrohim merged commit 5c6175e into main Mar 28, 2026
8 checks passed
@dickyibrohim
dickyibrohim deleted the fix/security-advisory-2026-0049 branch March 28, 2026 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant