Fix version table. Epoxy has keystone 27.0.x. - #1063
Open
garloff wants to merge 1 commit into
Open
Conversation
27.0.2 fixed it for Epoxy, 28.0.2 for Flamingo, 29.0.2 for Gazpacho. Correctly reflect this in the advisory. Compare https://security.openstack.org/ossa/OSSA-2026-015.html and https://releases.openstack.org/ for reference. Fixes #1057. Signed-off-by: Kurt Garloff <kurt@garloff.de>
✅MegaLinter analysis: Success
Notices📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining See detailed reports in MegaLinter artifacts Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining
|
jklare
reviewed
Aug 10, 2026
Comment on lines
+40
to
+41
| | >= 29.0.0, < 29.0.2 (Gazpacho) | Vulnerable | | ||
| | >= 29.0.2 (Gazpacho) | Fixed (upstream) | |
Contributor
There was a problem hiding this comment.
I think these should be left out here, since there is no release in OSISM yet where 2026.1 is supported.
jklare
reviewed
Aug 10, 2026
Comment on lines
+40
to
+41
| | >= 29.0.0, < 29.0.2 (Gazpacho) | Vulnerable | | ||
| | >= 29.0.2 (Gazpacho) | Fixed (upstream) | |
Contributor
There was a problem hiding this comment.
Suggested change
| | >= 29.0.0, < 29.0.2 (Gazpacho) | Vulnerable | | |
| | >= 29.0.2 (Gazpacho) | Fixed (upstream) | |
jklare
requested changes
Aug 10, 2026
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.

27.0.2 fixed it for Epoxy, 28.0.2 for Flamingo, 29.0.2 for Gazpacho. Correctly reflect this in the advisory.
Compare https://security.openstack.org/ossa/OSSA-2026-015.html and https://releases.openstack.org/ for reference.
Fixes #1057.