Strip unwanted tags from task note and comments

This commit is contained in:
Scot Hacker 2018-12-20 17:08:09 -08:00
parent c6bd3bcdb0
commit f526ed5166
7 changed files with 298 additions and 92 deletions

View file

@ -22,6 +22,7 @@ assignment application for Django, designed to be dropped into an existing site
* Python 3.3+
* jQuery (full version, not "slim", for drag/drop prioritization)
* Bootstrap (to work with provided templates, though you can override them)
* bleach (`pip install bleach`)
## Overview
@ -166,6 +167,8 @@ The previous `tox` system was removed with the v2 release, since we no longer ai
# Version History
**2.1.0** December 2018: No longer allowing Javascript in task or comment bodies. Misc bug fixes.
**2.0.3** April 2018: Bump production status in setup.py
**2.0.2** April 2018: Improve notification email subjects and bodies