Skip to content

Conversation

@jnovinger
Copy link
Member

Fixes: #20009

Replace direct string concatenation with URLSearchParams to properly encode user input in export link URLs, preventing injection of malicious parameters or scripts through the search functionality.

Resolves CodeQL Alert #63 (js/xss-through-dom)

…onality

Replace direct string concatenation with URLSearchParams to properly
encode user input in export link URLs, preventing injection of malicious
parameters or scripts through the search functionality.

Resolves CodeQL Alert #63 (js/xss-through-dom)
@jnovinger jnovinger requested review from a team and jeremystretch and removed request for a team August 1, 2025 20:26
@jeremystretch jeremystretch merged commit 2c09973 into main Aug 4, 2025
10 checks passed
@jeremystretch jeremystretch deleted the 20009-fix-search-export-xss branch August 4, 2025 13:12
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOM-based XSS vulnerability in search export link

3 participants