What's Changed
- fix(webauthn): Fix buffer out of bounds, and other improvements by @satoshiotomakan in #4577
Breaking Changes
- Changed the return type of
TWWebAuthnGetRSValuesfrom non-nullable to nullable, and updated its implementation to returnnullptrif parsing fails. This ensures that invalid signatures are handled safely.
Full Changelog: 4.4.2...4.4.3