From 061487c5cc5986ee7c0d893767018f2c5118f400 Mon Sep 17 00:00:00 2001 From: Timothy Malahy <50217783+TimothyMalahy@users.noreply.github.com> Date: Fri, 3 Jan 2025 19:55:45 -0500 Subject: [PATCH] :handshake: Suggesting to remove Django Quill Editor due to vulnerabilities and low maintenance. (#302) * removed django-quill due to low maintenance and XSS vulnerability * removed django-quill due to low maintenance and XSS vulnerability Also had to save without auto formatting to avoid unneceessary GIT changes --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e8af50a..c9764b4 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,6 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-markdownx](https://github.com/adi-/django-markdownx) - Comprehensive Markdown plugin built for Django. - [django-markdown-editor](https://github.com/agusmakmun/django-markdown-editor) - Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI. - [django-business-logic](https://github.com/dgk/django-business-logic) - Visual DSL framework for Django. -- [django-quill-editor](https://github.com/LeeHanYeong/django-quill-editor) - Makes Quill.js easy to use on Django Forms and admin sites. - [django-summernote](https://github.com/summernote/django-summernote) - Summernote is a simple WYSIWYG editor. - [django-tinymce](https://github.com/jazzband/django-tinymce) - TinyMCE integration for Django. - [django-prose](https://github.com/withlogicco/django-prose) - A light weight editor to content creation.