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
Now, if sanitize can't parse CSS, it leave this tag as is. Our security engineer found a problem with svg+style+foreignObject, like this
<svg> <style> <foreignObject> ...some html with xss </foreignObject> </style> </svg>
My suggestions, add in catch here removing tag "style", if sanitize can't parse CSS inside it.
The text was updated successfully, but these errors were encountered:
fix: Ignore tag style, if sanitize cant parse CSS inside it #506
7a0bd5d
fix: Ignore tag style, if sanitize cant parse CSS inside it #506 (#507)
182985d
Fixed in latest versions
Sorry, something went wrong.
shevnv
No branches or pull requests
Now, if sanitize can't parse CSS, it leave this tag as is.
Our security engineer found a problem with svg+style+foreignObject, like this
My suggestions, add in catch here removing tag "style", if sanitize can't parse CSS inside it.
The text was updated successfully, but these errors were encountered: