-
Notifications
You must be signed in to change notification settings - Fork 433
fix: sanitise query strings for earn modal interactions #11538
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
fix: sanitise query strings for earn modal interactions #11538
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub. 4 Skipped Deployments
|
0233e00
to
1e1ebb2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks generally good but I have some concern about the max length requirements - is max length required for the tooltips?
3ad7fad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
✅ Checklist
npx changeset
was attached.📝 Description
Validate and whitelist incoming deeplink inputs to prevent misuse while preserving legitimate functionality. details and example of malicious request can be found in the ticket
❓ Context
🧐 Checklist for the PR Reviewers