chore(deps): bump libwebauthn to 0.5.0#166
Open
AlfioEmanueleFresta wants to merge 2 commits into
Open
Conversation
- Rename feature flags: libnfc/pcsc -> nfc-backend-libnfc/nfc-backend-pcsc - Migrate to the new from_json(RequestOrigin, PublicSuffixList, json) API - Convert NavigationContext to libwebauthn RequestOrigin (synthesise https://<rp.id> for AppId origins) - Use SystemPublicSuffixList::auto() to validate rpId - MakeCredentialRequest.cross_origin renamed to top_origin - CableQrCodeDevice::new_transient now takes a CableTransports arg (CloudAssistedOnly preserves legacy caBLE behaviour) - Assertion no longer exposes large_blob_key
c440113 to
4cabdba
Compare
Member
Author
|
FYI libwebauthn 0.5.0 added a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps libwebauthn from 0.3.0 to v0.5.0.
Breaking: AppId origin requests now panic (
unimplemented!). As far as I understand, that code path is on its way out. HTTPS origin requests are unaffected.Runtime dependency: libwebauthn 0.5.0 validates rpId via the system Public Suffix List. credentialsd now needs the publicsuffix list package (
publicsuffix-list-dafsaon Fedora,publicsuffixon Debian/Ubuntu) present at runtime, otherwise requests fail. Out of scope for this bump: declaring it as an explicit packaging dependency, or bundling our own PSL implementation. (Sorry, I don't know enough about packaging.)Other changes are mechanical adaptations to libwebauthn API renames.