We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example: (copy into browser; Github URL-encodes URLs, which breaks this) http://doc.rust-lang.org/std/trait.Any.html#method.hullo"><img src="nope" onerror="alert('hi');">
http://doc.rust-lang.org/std/trait.Any.html#method.hullo"><img src="nope" onerror="alert('hi');">
Method name should be sanitized properly.
The text was updated successfully, but these errors were encountered:
Fix rust-lang#24872, XSS in docs not found page.
928bd4f
Auto merge of #24881 - chris-morgan:issue-24872, r=alexcrichton
364639e
Fixes #24872.
rollup merge of rust-lang#24881: chris-morgan/issue-24872
8daf961
Fixes rust-lang#24872.
720f586
Successfully merging a pull request may close this issue.
Example: (copy into browser; Github URL-encodes URLs, which breaks this)
http://doc.rust-lang.org/std/trait.Any.html#method.hullo"><img src="nope" onerror="alert('hi');">
Method name should be sanitized properly.
The text was updated successfully, but these errors were encountered: