tgalopin / html-sanitizer

Sanitize untrustworthy HTML user input
MIT License
390 stars 41 forks source link

Added MathML Extension + Added sanitizer for xlink:href in maction tag #45

Closed rohitcoder closed 4 years ago

rohitcoder commented 4 years ago

This is very big commit, sorry for that. I created these all files by running foreach loop which created multiple node and NodeVisitor files for me in appropriate directory.

Sanitizer added because of this previous reported XSS in MathML

rohitcoder commented 4 years ago

Hi @tgalopin ,

I fixed multiple issues which were causing both tests failed, can you please tell me why Travis CI build is getting failed? I'll fix that, i am getting confused now.

rohitcoder commented 4 years ago

I will submit a new PR, lot of issues with this PR i can see travics-ci throwing multiple errors everytime