Skip to content
Merged
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: 2 additions & 0 deletions fern/versions/v26.04/pages/about/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Standardized return type for all deduplication workflows:

- **Cosmos-Xenna**: Updated from 0.1.2 to 0.2.0 with simplified resource model
- **Ray**: Updated to 2.54
- **cryptography**: Bumped from >=46.0.5 to >=46.0.6 to address CVE GHSA-m959-cc7f-wv43 (PR #1682)

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 CVE vs GHSA identifier conflation

GHSA-m959-cc7f-wv43 is a GitHub Security Advisory (GHSA) identifier, not a CVE identifier. Prefixing it with "CVE" is technically inaccurate — these are two separate advisory schemes. The correct phrasing is to reference the GHSA ID directly, or include the corresponding CVE number separately if one exists.

Suggested change
- **cryptography**: Bumped from >=46.0.5 to >=46.0.6 to address CVE GHSA-m959-cc7f-wv43 (PR #1682)
- **cryptography**: Bumped from >=46.0.5 to >=46.0.6 to address security advisory GHSA-m959-cc7f-wv43 (PR #1682)

- **uv**: Added minimum required version (>=0.7.0) to prevent lockfile revision drift

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 Missing PR reference for uv entry

The cryptography entry on the line above includes (PR #1682), but the uv entry — which is also from the same PR — omits it. For consistency and traceability, the PR reference should be included here too.

Suggested change
- **uv**: Added minimum required version (>=0.7.0) to prevent lockfile revision drift
- **uv**: Added minimum required version (>=0.7.0) to prevent lockfile revision drift (PR #1682)


## Bug Fixes

Expand Down
Loading