Conversation
github-actions
Bot
changed the base branch from
main
to
nikpivkin/advisory-improvement-9620
September 19, 2026 13:10
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The 2.9.0 release notes identify the linked fix as a security patch, and the advisory metadata remains internally consistent.
Review effort: Balanced
Findings: None
What changed in this PR
Corrects the mlflow advisory’s first patched version so OSV exports no longer mark fixed releases as vulnerable.
Changes:
- Changes the fixed version from
2.9.2to2.9.0. - Updates the advisory modification timestamp.
| File | Description |
|---|---|
advisories/github-reviewed/2023/11/GHSA-5p3h-7fwh-92rc/GHSA-5p3h-7fwh-92rc.json |
Corrects the affected-version range. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Comments
The first patched version should be 2.9.0, not 2.9.2.
The fix commit linked in the advisory is mlflow/mlflow@55c72d0 (#10585). Tag v2.9.0 contains it and tag v2.8.1 does not. The 2.9.0 release notes list #10585 under "Security fixes": https://github.com/mlflow/mlflow/releases/tag/v2.9.0
The other two security fixes from those notes already have their own advisories with 2.9.0 as the patched version: #10584 is CVE-2024-0520 (GHSA-5q6c-ffvg-xcm9) and #10526 is CVE-2023-6568 (GHSA-vwhf-3v6x-wff8). The path traversal fixes in 2.9.2 also have their own CVEs and commits, for example CVE-2023-6975, CVE-2023-6976 and CVE-2023-6909.
The OSV export takes the fixed version from the first patched version, so versions 2.9.0 and 2.9.1 are reported as vulnerable even though they have the fix.