mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-21 23:52:35 -05:00
[PR #7115] [CLOSED] Bump rustls-webpki 0.103.11 to 0.103.12 #23414
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/7115
Author: @ownrootops
Created: 4/21/2026
Status: ❌ Closed
Base:
main← Head:bump-rustls-webpki-0.103.12📝 Commits (1)
c71fd0dBump rustls-webpki 0.103.11 to 0.103.12📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
Cargo.lock(+3 -3)📄 Description
This PR updates
rustls-webpkifrom 0.103.11 to 0.103.12 inCargo.lockto address two advisories published on 2026-04-15:were silently accepted instead of rejected.
DNS name constraints were accepted for certificates asserting a
wildcard name.
Both bugs are reachable only after signature verification and require
misissuance to exploit. Defense-in-depth fix.
The change was produced with
cargo update -p rustls-webpki@0.103.11and only
Cargo.lockis modified. No other dependencies move.Note on the second
rustls-webpkicopycargo auditalso flags a second copy ofrustls-webpkiat 0.101.7,pulled transitively via
rocket 0.5.1->rustls 0.21.x. That copyis not addressed here; resolving it requires a Rocket release
against a newer rustls tree, which is outside the scope of this PR.
References
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.