From 2d0834a477096d986b7640e6c7bfc1fb7024d167 Mon Sep 17 00:00:00 2001 From: Paco Cartones Date: Fri, 28 Aug 2026 18:50:16 +0000 Subject: [PATCH] [GHSA-2wvh-87g2-89hr] openc3: correct RubyGems fixed version to 7.0.0.pre.rc3 The affected range records fixed: 7.0.0-rc3, which is not a valid RubyGems version string, so the boundary does not resolve. The published prerelease is 7.0.0.pre.rc3 (rubygems.org/api/v1/versions/openc3.json). Corrects only that version string. --- .../2026/04/GHSA-2wvh-87g2-89hr/GHSA-2wvh-87g2-89hr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advisories/github-reviewed/2026/04/GHSA-2wvh-87g2-89hr/GHSA-2wvh-87g2-89hr.json b/advisories/github-reviewed/2026/04/GHSA-2wvh-87g2-89hr/GHSA-2wvh-87g2-89hr.json index dbb7387bb8c6..4308aa84a4af 100644 --- a/advisories/github-reviewed/2026/04/GHSA-2wvh-87g2-89hr/GHSA-2wvh-87g2-89hr.json +++ b/advisories/github-reviewed/2026/04/GHSA-2wvh-87g2-89hr/GHSA-2wvh-87g2-89hr.json @@ -26,7 +26,7 @@ "introduced": "0" }, { - "fixed": "7.0.0-rc3" + "fixed": "7.0.0.pre.rc3" } ] }