apostrophecms / sanitize-html

Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis. Built on htmlparser2 for speed and tolerance
MIT License
3.68k stars 349 forks source link

README.md is reporting FAILED #627

Closed alfreema closed 1 year ago

alfreema commented 1 year ago

Not so much a bug, but the README.md is reporting FAILED. Does this mean this package is not safe to use at this time due to some security or build concern?

image

BoDonkey commented 1 year ago

Hi @alfreema - this a relic left behind that we haven't gotten back to eliminate. We no longer make use of Circle CI and haven't eliminated the badge from all of our repos. This module is still tested using the internal mocha tests and dependencies are kept up to date. So despite to badge, the module is safe and available for use. Cheers, Bob

boutell commented 1 year ago

No, it's just that we are no longer using circleci, but of course this is messy, so it makes sense for us to fix this to use github CI actions. Issue should stay open.

alfreema commented 1 year ago

Maybe in the meantime you should just remove or comment out line 3 of your README.md?