-
Defect
-
Resolution: Done
-
Standard
-
None
-
None
-
None
-
3
-
Sprint 277
Problem:
If html encoded strings are passed into our SanitizeHtml class they will be ignored.
Acceptance Criteria:
Improve SanitizeHtml class to address encoded HTML.
Develop test cases for sanitization process.
Trim strings, generally remove HTML characters, script tags, etc.
Apply same methods to HTML encoded strings.
Note: This class is applied to output (xml in particular) in general.
If html encoded strings are passed into our SanitizeHtml class they will be ignored.
Acceptance Criteria:
Improve SanitizeHtml class to address encoded HTML.
Develop test cases for sanitization process.
Trim strings, generally remove HTML characters, script tags, etc.
Apply same methods to HTML encoded strings.
Note: This class is applied to output (xml in particular) in general.