Skip to content
Merged
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
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,15 @@ test = [
]

[tool.uv]
required-version = ">=0.7.0"
package = true
managed = true
default-groups = ["dev", "test"]
index-strategy = "unsafe-best-match"
no-build-isolation-package = ["flash-attn"]
constraint-dependencies = [
"aiohttp>=3.13.3", # Addresses CVE GHSA-6mq8-rvhq-8wgg
"cryptography>=46.0.5", # Address CVE GHSA-r6ph-v2qm-q3c2
"cryptography>=46.0.6", # Address CVE GHSA-m959-cc7f-wv43

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Consider preserving both CVE references in the comment

The comment was updated from # Address CVE GHSA-r6ph-v2qm-q3c2 to # Address CVE GHSA-m959-cc7f-wv43, which drops the original CVE that motivated the >=46.0.5 floor. Since >=46.0.6 still satisfies the original constraint, both CVEs remain addressed, and preserving both makes the audit trail clearer for anyone revisiting this line later.

Suggested change
"cryptography>=46.0.6", # Address CVE GHSA-m959-cc7f-wv43
"cryptography>=46.0.6", # Address CVE GHSA-r6ph-v2qm-q3c2, GHSA-m959-cc7f-wv43

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

"nbconvert>=7.17.0", # Address CVE GHSA-xm59-rqc7-hhvf
"pillow>=12.1.1", # Address CVE GHSA-cfh3-3jmp-rvhc
"protobuf>=5.29.6", # Address CVE GHSA-8qvm-5x2c-j2w7
Expand Down
Loading
Loading