Closed (fixed)
Project:
Vertex AI Search
Version:
1.8.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
22 Jan 2026 at 21:29 UTC
Updated:
10 Feb 2026 at 01:19 UTC
Jump to comment: Most recent
Users can search with HTML markup in the query, and it appears in the output.
Set up a search page, search for "hello" and see the output from Vertex has the markup.
This is more easily seen if using an API version of the search page.
Add an XSS filtering function to the query parameter, so it's not being returned.
Make a MR with the added code change.
None.
None.
None.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
samlerner commentedAdded a PR that implements XSS filtering on keyword input.
Comment #7
timozura commentedMerged. Part of 1.8.3.