Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion python/cloud-run-django-hello-world/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
django==4.2.10
django==4.2.20
requests==2.31.0
debugpy # Required for debugging.
2 changes: 1 addition & 1 deletion python/django/python-guestbook/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Django==4.2.9
Django==4.2.18
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-medium medium

The Django version in this file is being updated to 4.2.18, which is inconsistent with the other updates in this PR that use 4.2.20. Version 4.2.18 remains vulnerable to CVE-2025-26699 (fixed in 4.2.20), which is listed in the PR description. It is recommended to update this to 4.2.20 to ensure all security vulnerabilities are addressed consistently.

Django==4.2.20

psycopg2-binary==2.9.9
python-dateutil==2.8.2
2 changes: 1 addition & 1 deletion python/django/python-hello-world/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==4.2.10
Django==4.2.20
requests==2.31.0
psycopg2-binary==2.9.9
debugpy # Required for debugging