Skip to content

Commit 8a69b5f

Browse files
committed
[GHSA-v529-vhwc-wfc5] openc3: correct RubyGems fixed version to 7.0.0.pre.rc3
CVE-2026-42087. fixed: 7.0.0-rc3 is not a valid RubyGems version; the published prerelease is 7.0.0.pre.rc3. The introduced: 6.7.0 boundary is left as-is.
1 parent d7eaf6d commit 8a69b5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

advisories/github-reviewed/2026/04/GHSA-v529-vhwc-wfc5/GHSA-v529-vhwc-wfc5.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"introduced": "6.7.0"
2929
},
3030
{
31-
"fixed": "7.0.0-rc3"
31+
"fixed": "7.0.0.pre.rc3"
3232
}
3333
]
3434
}
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"type": "WEB",
57-
"url": "https://github.com/OpenC3/cosmos/releases/tag/v7.0.0-rc3"
57+
"url": "https://github.com/OpenC3/cosmos/releases/tag/v7.0.0.pre.rc3"
5858
},
5959
{
6060
"type": "WEB",

0 commit comments

Comments
 (0)