Conversation
github-actions
Bot
changed the base branch from
main
to
nikpivkin/advisory-improvement-9615
September 19, 2026 11:24
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The corrected version matches the fix commit’s tag and corresponding security release.
Review effort: Balanced
Findings: None
What changed in this PR
Corrects the Zenario CMS advisory’s first patched version to prevent inaccurate OSV vulnerability reporting.
Changes:
- Changes the fixed version from nonexistent
9.0.55143to verified release9.0.55141. - Updates the advisory modification timestamp.
| File | Description |
|---|---|
GHSA-rgg3-3wh7-w935.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 9.0.55141, not 9.0.55143. Version 9.0.55143 does not exist, there is no such tag in the repository and no such version on Packagist.
The fix commit linked in the advisory is TribalSystems/Zenario@4566d8a. It is the commit of tag 9.0.55141, and tag 9.0.54156 does not contain it. The 9.0.55141 release notes, already linked in the advisory, describe the fix for HTML and SVG uploads: https://github.com/TribalSystems/Zenario/releases/tag/9.0.55141
The OSV export takes the fixed version from the first patched version, so version 9.0.55141 is reported as vulnerable even though it has the fix.