8000 fix: XSS vulnerability for page title by fsbraun · Pull Request #8075 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

fix: XSS vulnerability for page title #8075

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix linting
  • Loading branch information
Github Release Action committed Nov 11, 2024
commit f89cc87a9e304020d0a238477bb34103f76b5bf9
3 changes: 1 addition & 2 deletions cms/tests/test_templatetags.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
from django.test import RequestFactory
from django.test.utils import override_settings
from django.utils.encoding import force_str
from django.utils.html import strip_tags, escape
from django.utils.html import escape
from django.utils.timezone import now
from django.utils.translation import override as force_language
from djangocms_text_ckeditor.cms_plugins import TextPlugin
from djangocms_text_ckeditor.models import Text
from sekizai.context import SekizaiContext

import cms
Expand Down
0