jaytaylor / html2text

Golang HTML to plaintext conversion library
https://jaytaylor.com/html2text
MIT License
541 stars 138 forks source link

Does it sanitise html input for XSS or other similar exploit? #30

Open rebootcode opened 6 years ago

rebootcode commented 6 years ago

does it sanitise - or any other similar exploit?

jaytaylor commented 5 years ago

How would there be XSS in a text output?

rebootcode commented 5 years ago

I mean something like this - https://github.com/showdownjs/showdown/wiki/Markdown's-XSS-Vulnerability-(and-how-to-mitigate-it)