[GHSA-3vx7-xff6-h2vx] OpenStack Nova instance migration process does not stop when instance is deleted - #9618
Open
nikpivkin wants to merge 1 commit into
Conversation
github-actions
Bot
changed the base branch from
main
to
nikpivkin/advisory-improvement-9618
September 19, 2026 12:50
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The corrected tag exists, contains the referenced security fix, and its preceding beta tag does not.
Review effort: Balanced
Findings: None
What changed in this PR
Corrects the OpenStack Nova advisory’s fixed version so OSV exports no longer mark later releases as vulnerable.
Changes:
- Changes the fixed version from nonexistent
112.0.0.0b3to verified tag12.0.0.0b3. - Removes redundant affected-version metadata and updates the modification timestamp.
| File | Description |
|---|---|
advisories/github-reviewed/2022/05/GHSA-3vx7-xff6-h2vx/GHSA-3vx7-xff6-h2vx.json |
Corrects the Nova affected range. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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 first patched version should be 12.0.0.0b3, not 112.0.0.0b3. There is no nova release 112.0.0.0b3, the extra 1 looks like a typo.
The master fix linked in the advisory is openstack/nova@7ab75d5. Tag 12.0.0.0b3 contains it and tag 12.0.0.0b2 does not. The other two linked commits are the kilo and juno backports, see the reviews in https://security.openstack.org/ossa/OSSA-2015-015.html
The OSV export takes the fixed version from the first patched version, so every nova release up to the current 33.0.2 is reported as vulnerable.