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 requirements-web.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==1.5.0
torch==2.2.0

Copilot AI Dec 24, 2025

Copy link

Choose a reason for hiding this comment

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

The security upgrade only updates torch in requirements-web.txt but leaves requirements.txt with the vulnerable version 1.5.0. This creates an inconsistency where different parts of the project may use different torch versions, and the security vulnerability remains unpatched in the main requirements file. Both requirement files should be updated to torch==2.2.0 to ensure consistent dependency resolution and complete vulnerability remediation.

Copilot uses AI. Check for mistakes.
tensorflow==2.2.1
flask==1.0.2
Flask-Cors==3.0.9
Expand Down