Skip to content

[stable30] fix(webauthn): Increase database column for public key id - #47249

Merged
skjnldsv merged 1 commit into
stable30from
backport/47240/stable30
Aug 22, 2024
Merged

[stable30] fix(webauthn): Increase database column for public key id#47249
skjnldsv merged 1 commit into
stable30from
backport/47240/stable30

Conversation

@backportbot

Copy link
Copy Markdown

Backport of PR #47240

@skjnldsvskjnldsv mentioned this pull request Aug 22, 2024
44 tasks
@susnux
susnuxforce-pushed the backport/47240/stable30 branch from 17ca457 to d101e07CompareAugust 22, 2024 09:54
Comment threadcore/Migrations/Version30000Date20240814180800.php
@susnux
susnuxforce-pushed the backport/47240/stable30 branch from d101e07 to 41c222bCompareAugust 22, 2024 11:34
Comment threadcore/Migrations/Version30000Date20240814180800.php Fixed
* Resolves#34476
There is no maximum length defined in the standard,
most common the length is between 128 and 200 characters,
but as we store it not in plain data but base64 encoded the length can grow about 1/3.
We had a regression with 'Nitrokey 3' which created IDs with 196 byte length -> 262 bytes encoded base64.
So to be save we increase the size to 512 bytes.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@nickvergessen
nickvergessenforce-pushed the backport/47240/stable30 branch from 41c222b to aa383a8CompareAugust 22, 2024 12:43
@skjnldsv
skjnldsv merged commit 11d2240 into stable30Aug 22, 2024
@skjnldsv
skjnldsv deleted the backport/47240/stable30 branch August 22, 2024 13:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@nickvergessen@susnux@skjnldsv@github-advanced-security