Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upescaping issue in rocket.rs search #969
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
Note that switching to Assigning @SergioBenitez because I don't have write access. |
This comment has been minimized.
This comment has been minimized.
|
This has been fixed! Note: This isn't a XSS bug because it is not possible to inject the search text remotely. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Bug
1 - view-source:https://rocket.rs/v0.4/guide/
2 -
<input id="search-input" placeholder="Search guide...">3 -
Fix
searchStatus.innerText = noResults;