microcosm-cc / bluemonday

bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS
https://github.com/microcosm-cc/bluemonday
BSD 3-Clause "New" or "Revised" License
3.16k stars 175 forks source link

[Fuzzing] add fuzz testing support #190

Closed 0x34d closed 12 months ago

0x34d commented 12 months ago

Add go-fuzz fuzz testing support.

buro9 commented 12 months ago

This does not add anything meaningful, the tests are poor quality, and I'm confused as to what you think fuzz testing will achieve in this instance given that the majority of heavy lifting is done by the go/x/html package.