Skip to content
Open
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/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flask==1.0.2
django==1.11.29
django==4.2.24

Check notice on line 2 in python/requirements.txt

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

python/requirements.txt#L2

Insecure dependency pypi/django@4.2.24 (CVE-2025-59682: django: Potential partial directory-traversal via archive.extract()) (update to 4.2.25)

Choose a reason for hiding this comment

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

ℹ️ Codacy found a minor Security issue: Insecure dependency pypi/django@4.2.24 (CVE-2025-59682: django: Potential partial directory-traversal via archive.extract()) (update to 4.2.25)

The issue identified by the Trivy linter is a security vulnerability in Django version 4.2.24, specifically a potential partial directory-traversal vulnerability that could be exploited via the archive.extract() method. This vulnerability is classified under CVE-2025-59682. To mitigate this security risk, it is recommended to update Django to a patched version, which is 4.2.25 or later.

To fix this issue, you simply need to update the version of Django in your requirements file. Here’s the code suggestion to apply the fix:

Suggested change
django==4.2.24
django==4.2.25

This comment was generated by an experimental AI tool.

requests==2.19.1