-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
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
Escaped characters are ignored in url's #229
Comments
+1 I'm wondering this too |
They're also ignored in headers. e.g.,
Generates
Instead of
|
puzrin
referenced
this issue
in pugjs/pug
Oct 24, 2015
`marked` and `uglify-js` have several reported security issues in versions used by jade: - https://nodesecurity.io/advisories/module/marked - https://nodesecurity.io/advisories/module/uglify-js
This was referenced Jan 10, 2018
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[Test](http://www.test.org/index.php/XSS_(Style\)_stuff)
See how this renders correctly here. The following results in <link>Test</link>_stuff when parsed by marked.js
The text was updated successfully, but these errors were encountered: