Skip to content

Conversation

@Amxx
Copy link
Collaborator

@Amxx Amxx commented Jul 22, 2025

PR Checklist

  • Tests
  • Documentation
  • Changeset entry (run npx changeset add)

@Amxx Amxx requested a review from a team as a code owner July 22, 2025 07:55
@changeset-bot
Copy link

changeset-bot bot commented Jul 22, 2025

🦋 Changeset detected

Latest commit: f1101d4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
openzeppelin-solidity Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@Amxx Amxx added this to the 5.5 milestone Jul 22, 2025
_validateChallenge(auth.clientDataJSON, auth.challengeIndex, challenge) && // 12
_validateUserPresentBitSet(auth.authenticatorData[32]) && // 16
(!requireUV || _validateUserVerifiedBitSet(auth.authenticatorData[32])) && // 17
_validateBackupEligibilityAndState(auth.authenticatorData[32]) && // Consistency check
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO:
Do we want to completelly remove that check ? It could be argued that the WebAuthn devices should perfom that check offchain, and that we should not deal with it.

ernestognw
ernestognw previously approved these changes Jul 23, 2025
@ernestognw ernestognw merged commit 0f578d2 into OpenZeppelin:master Jul 24, 2025
20 checks passed
@Amxx Amxx deleted the migrate/webauthn branch July 24, 2025 07:02
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.

2 participants