Skip to content

Commit

Permalink
feat: upgrade django5 to 5.0.10 (CVE-2024-53907 and CVE-2024-53908) (#…
Browse files Browse the repository at this point in the history
…642)

* fix: fix vulnerabilites in django (CVE-2024-45231 and CVE-2024-45230)

* feat: upgrade django5 to 5.0.10 (CVE-2024-53907 and CVE-2024-53908)
  • Loading branch information
thebaptiste authored Dec 9, 2024
1 parent 6af147e commit 52f12bb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# python3 requirements.txt file
# see https://pip.readthedocs.io/en/1.1/requirements.html
#django4 should be >= 4.2.16 and django5 should be >= 5.0.9
#to fix CVE-2024-42005 and CVE-2024-45231
django>=5.0.9
#django4 should be >= 4.2.17 and django5 should be >= 5.0.10 or >= 5.1.4
#to fix CVE-2024-53908 and CVE-2024-53907
django>=5.0.10

0 comments on commit 52f12bb

Please sign in to comment.