You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They will continue to provide security updates and bug fixes for approximately one year.
We need to replace Bleach.
ammonia looks like a promising solution but there may be others.
This is a good opportunity to refactor a bit. The process of sanitizing the HTML and generating the seed file (index.json) for the search index should be decoupled. There ought to be a separation of concerns between the generation of the website content and the generation of the search index.
Order of events:
Build website (Pelican/update-attack.py)
Generate seed file for search index (e.g., ammonia)
Generate search index (attack-search --> npm/webpack)
The text was updated successfully, but these errors were encountered:
Per Mozilla, as of Jan 23, Bleach is deprecated: mozilla/bleach#698 (comment)
They will continue to provide security updates and bug fixes for approximately one year.
We need to replace Bleach.
ammonia looks like a promising solution but there may be others.
This is a good opportunity to refactor a bit. The process of sanitizing the HTML and generating the seed file (index.json) for the search index should be decoupled. There ought to be a separation of concerns between the generation of the website content and the generation of the search index.
Order of events:
The text was updated successfully, but these errors were encountered: