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
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ pytest-asyncio>=0.24.0

# Standard library (no install needed, listed for documentation)
# sqlite3, hashlib, pathlib, re, json, datetime, urllib.parse, typing, contextlib
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

Choose a reason for hiding this comment

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

high

This PR correctly pins zipp to a secure version in requirements.txt. However, the repository also contains a requirements_enhanced.txt file with pinned dependencies which has not been updated. If requirements_enhanced.txt is used for deployments or in CI/CD, the project could still be vulnerable as the zipp dependency might not be updated there. Please ensure requirements_enhanced.txt is also updated to reflect this change, for example by regenerating it after applying this change to requirements.txt.

Loading