Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable29] fix(webauthn): Increase database column for public key id #47247

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Aug 14, 2024

Backport of #47240

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot backportbot bot added this to the Nextcloud 29.0.5 milestone Aug 14, 2024
@susnux susnux marked this pull request as ready for review August 15, 2024 00:06
@susnux susnux force-pushed the backport/47240/stable29 branch 2 times, most recently from a806c0c to 264f29e Compare August 15, 2024 00:10
@susnux

This comment was marked as resolved.

@skjnldsv skjnldsv mentioned this pull request Aug 20, 2024
9 tasks
@blizzz blizzz mentioned this pull request Aug 29, 2024
6 tasks
@susnux
Copy link
Contributor

susnux commented Aug 29, 2024

Cypress is unrelated - someone wants to force merge? Otherwise we need to restart all cypress runs -> CI 🥵

* 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 <[email protected]>
@susnux susnux merged commit 1e237c4 into stable29 Sep 3, 2024
177 checks passed
@susnux susnux deleted the backport/47240/stable29 branch September 3, 2024 10:37
@blizzz blizzz mentioned this pull request Sep 4, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants