Skip to content

[GHSA-q4gv-pjmh-c735] Add v1.1.3 as patched version for release-1.1 backport - #8953

Open
inbharajmani wants to merge 2 commits into
github:inbharajmani/advisory-improvement-8953from
inbharajmani:inbharajmani-GHSA-q4gv-pjmh-c735
Open

[GHSA-q4gv-pjmh-c735] Add v1.1.3 as patched version for release-1.1 backport#8953
inbharajmani wants to merge 2 commits into
github:inbharajmani/advisory-improvement-8953from
inbharajmani:inbharajmani-GHSA-q4gv-pjmh-c735

Conversation

@inbharajmani

Copy link
Copy Markdown

Updates

  • Split affected version ranges into non-overlapping ranges for the two release lines

Changes

The fix for CVE-2026-4740 was backported to the release-1.1 branch and tagged as v1.1.3:
https://github.com/open-cluster-management-io/ocm/commits/v1.1.3/

The original advisory only listed >= 1.2.1 as patched, which caused false positives for all v1.1.x consumers.

Before (single range):

  • introduced: 0fixed: 1.2.1 (marks everything < 1.2.1 as vulnerable, including the patched v1.1.3)

After (two non-overlapping ranges):

  • Range 1: introduced: 0fixed: 1.1.3 (release-1.1 line)
  • Range 2: introduced: 1.2.0fixed: 1.2.1 (release-1.2 line)

Evidence

inbharajmani and others added 2 commits August 3, 2026 13:58
The original PR had overlapping ranges (both starting at introduced: 0),
so the 0→1.2.1 range still marked v1.1.3 as vulnerable. Split into
non-overlapping ranges:
- Range 1: 0 → fixed 1.1.3 (release-1.1 line)
- Range 2: 1.2.0 → fixed 1.2.1 (release-1.2 line)

The fix was backported to release-1.1 as v1.1.3:
https://github.com/open-cluster-management-io/ocm/commits/v1.1.3/

Copilot AI left a comment

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.

Pull request overview

Updates the advisory to correctly represent patched versions across OCM release lines, preventing false positives for v1.1.3.

Changes:

  • Marks v1.1.3 as fixed.
  • Adds a separate vulnerable range for v1.2.0 through v1.2.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants