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.08k stars 178 forks source link

Update deps and resolve staticcheck messages #193

Closed buro9 closed 9 months ago

buro9 commented 9 months ago

This is a general update of the dependencies and also updates go to 1.21

As part of this the Makefile is updated to remove the long deprecated lint command and instead use staticcheck. Additionally staticcheck has been run and all messages resolved.

This update does not change any behaviour in bluemonday, all tests remain the same and continue to pass, and there is no security issue resolved by this update, it's purely a maintenance update.