-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
component: articlesrelated to the articles apprelated to the articles appcomponent: discussionissues and pull requests related to the discussion appissues and pull requests related to the discussion appcomponent: feedissues and pull requests related to the feed appissues and pull requests related to the feed appenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Articles are created using CK-Editor which can allow people to upload malicious HTML. We need to sanitize that HTML before the UI can try to display it.
Describe the solution you'd like
We want to install Bleach https://github.com/mozilla/bleach so that we can sanitize the HTML uploaded when users created and edit articles.
Describe alternatives you've considered
Bleach is supposed to be a good library.
Additional context
Add any other context such as screenshots, schematics, about the feature request here.
Metadata
Metadata
Assignees
Labels
component: articlesrelated to the articles apprelated to the articles appcomponent: discussionissues and pull requests related to the discussion appissues and pull requests related to the discussion appcomponent: feedissues and pull requests related to the feed appissues and pull requests related to the feed appenhancementNew feature or requestNew feature or request