Highlights
Stored XSS: 1 prior fix. Scrutinize any change in this area.
django_summernote/fields.py: most-fixed (1 issue). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Stored XSS: Untrusted rich-text markup rendered to users can lead to session hijacking or defacement. Backend fields and forms must enforce robust HTML sanitization before saving or rendering content.
Unrestricted File Upload: Allowing arbitrary file uploads via attachment endpoints exposes the application to remote code execution or storage-exhaustion attacks. Upload endpoints must strictly validate file types on the server side and respect configuration flags.