Skip to content

#3274 Prevent deep link injection into recoverable auth intent - #3275

Draft
martgil wants to merge 2 commits into
masterfrom
issue-3274-prevent-deep-link-injection-on-recoverable-auth-intent
Draft

#3274 Prevent deep link injection into recoverable auth intent#3275
martgil wants to merge 2 commits into
masterfrom
issue-3274-prevent-deep-link-injection-on-recoverable-auth-intent

Conversation

@martgil

@martgil martgil commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

This PR fixes a confused-deputy deep-link injection by validating the recoverableIntent before it's launched and moving the existing sanitizeIntentForNavigation() into BaseActivity for reuse.

close #3274


Tests (delete all except exactly one):

  • Tests added or updated

To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):

  • addresses the issue it closes (if any)
  • code is readable and understandable
  • is accompanied with tests, or tests are not needed
  • is free of vulnerabilities

@martgil
martgil marked this pull request as draft September 8, 2026 09:59
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.

Improved Validation of Deep-Link Navigation Handling

1 participant