Conversation
github-actions
Bot
changed the base branch from
main
to
nikpivkin/advisory-improvement-9627
September 19, 2026 14:24
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The corrected metadata now includes vulnerable version 4.3.6 and agrees with the documented 4.3.7 fix.
Review effort: Balanced
Findings: None
What changed in this PR
Aligns the advisory with the confirmed Products.CMFPlone 4.3.7 fix release.
Changes:
- Removes the stale
< 4.3.6affected-range override. - Removes the CVSS v3 vector and updates the modification timestamp.
| File | Description |
|---|---|
GHSA-984m-rj28-8c6x.json |
Corrects affected-version metadata and severity data. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Author
|
The removal of the CVSS_V3 score is not intended. The advisory has both a CVSS 3.1 and a CVSS 4.0 vector, and the form seems to keep only one of them. Please keep CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N. The only change I meant is the range of the Products.CMFPlone entry. |
Author
|
I opened #9628 about the form dropping the CVSS 3.1 vector. |
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 range of the Products.CMFPlone entry for 3.3 to 4.3 should end at < 4.3.7, not < 4.3.6.
The advisory text says "4.3.0 through 4.3.6", and the Plone entry of the same advisory already ends at <= 4.3.6. The fix commit for the 4.3 branch, plone/Products.CMFPlone@9f0111f, is in tag 4.3.7 and not in tag 4.3.6.
So Products.CMFPlone 4.3.6 is still vulnerable but is outside the current range.