Skip to content

Commit

Permalink
Upgrade Django to 4.2.18 for CVE
Browse files Browse the repository at this point in the history
4.2.17 raises a CVE warning related to IPv6 validation

Release notes indicate no other changegs. https://docs.djangoproject.com/en/5.1/releases/4.2.18/

We have one reference in the codebase to IPv6, and it's just a page talking about the protocol:
http://localhost:8000/ipv6/
  • Loading branch information
higs4281 committed Feb 6, 2025
1 parent 1358275 commit 4216475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.17
django==4.2.18

0 comments on commit 4216475

Please sign in to comment.