Security: upgrade click and soupsieve to fix 3 HIGH vulnerabilities #97
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
marvin8/feed2fedi#97
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PYSENTRY flagged 3 HIGH severity vulnerabilities in transitive dependencies:
Both are transitive dependencies — not directly pinned in pyproject.toml.
Exploration findings: both click and soupsieve are purely transitive — they appear in uv.lock but are not directly constrained in pyproject.toml.
Plan of attack:
uv lock --upgrade-package click --upgrade-package soupsieve(already done: click 8.3.2→8.4.2, soupsieve 2.8.3→2.8.4)uv export --format pylock.toml