Skip to content

fix: encode public key in signer URL to ensure proper formatting#3

Open
stevensf1998 wants to merge 1 commit intoVirtual-Protocol:mainfrom
stevensf1998:fix/prevent-P256-key-corruption
Open

fix: encode public key in signer URL to ensure proper formatting#3
stevensf1998 wants to merge 1 commit intoVirtual-Protocol:mainfrom
stevensf1998:fix/prevent-P256-key-corruption

Conversation

@stevensf1998
Copy link
Copy Markdown

@stevensf1998 stevensf1998 commented Apr 12, 2026

Note

Low Risk
Low risk: a single change to URL construction in the signer setup flow, only affecting how the publicKey query parameter is formatted.

Overview
Fixes the signer approval link generation by URL-encoding the publicKey query parameter (via encodeURIComponent) in runAddSignerFlow, preventing malformed URLs when the key contains characters that need escaping.

Reviewed by Cursor Bugbot for commit 8d142c3. Bugbot is set up for automated code reviews on this repo. Configure here.

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