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
When passing an invalid check name to ChecksController#show, an exception is raised, resulting in a 406 response with the following body:
ChecksController#show
"No check named '#{name}'"
Firefox renders that body, and if the name includes any JavaScript code via <script> tags, it'll be executed.
<script>
The text was updated successfully, but these errors were encountered:
Merge pull request #25 from basecamp/reflected-xss-fix
a5deaf7
Remove unescaped check name from not-found output, fixes #26.
Successfully merging a pull request may close this issue.
When passing an invalid check name to
ChecksController#show, an exception is raised, resulting in a 406 response with the following body:Firefox renders that body, and if the name includes any JavaScript code via
<script>tags, it'll be executed.The text was updated successfully, but these errors were encountered: