Update Quill version and enhance HTML escaping for security - #4788
Update Quill version and enhance HTML escaping for security#4788sbakshiakp wants to merge 1 commit into
Conversation
sbakshiakp
commented
Mar 24, 2026
- Bump Quill version to 1.3.7-snyk-fix.1 in package.json.
- Implement HTML escaping functions in html_escape.ts to prevent XSS vulnerabilities.
- Update Formula, Image, and Video formats to use escape functions for safe HTML output.
- Modify editor's convertHTML function to ensure safe wrapping of elements.
- Add tests to verify that HTML export correctly escapes potentially harmful content.
- Bump Quill version to 1.3.7-snyk-fix.1 in package.json. - Implement HTML escaping functions in html_escape.ts to prevent XSS vulnerabilities. - Update Formula, Image, and Video formats to use escape functions for safe HTML output. - Modify editor's convertHTML function to ensure safe wrapping of elements. - Add tests to verify that HTML export correctly escapes potentially harmful content.
|
Any idea when this might be approved, merged and made available |
|
Review (via AI-assisted code review): REQUEST CHANGES The escaping work itself is largely sound — the new
Other notes:
|