Pin Django to 3.2.20 to remediate ReDoS CVE-2023-36053 #397
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Title: Pin Django to 3.2.20 to remediate ReDoS CVE-2023-36053
Summary
3.2.20and include supporting artifacts (smoke test, patch, docs).Changes
requirements.txttoDjango==3.2.20.patches/fix-django-3.2.20.patch.scripts/smoke_check_django.pyto validate installed Django version.docs/pr_django_bump.md,docs/issues/django-bump-issue.md,docs/remediation_plan.md,safety_results.json,bandit_results.json,bandit_core_results.json,requirements_clean.txt,requirements_audit_min.txt, andtools/parse_safety.py.Verification
3.2.20.Security Context & References
safety_results.jsonandpatches/fix-django-3.2.20.patch.Notes
docs/remediation_plan.mdand run CI.Compare URL