django-cms / djangocms-moderation

Other
13 stars 20 forks source link

Added test case and validation for xss possibility in views #181

Closed adam-murray closed 3 years ago

adam-murray commented 3 years ago

Moderation views allowed query string parameters to be passed on to redirect without sanitisation, this PR is the fix and test case for it.