[GHSA-6j58-grhv-2769] ansible-runner: fix was released in 2.0.3 as well - #9355
Open
zyl71 wants to merge 1 commit into
Open
[GHSA-6j58-grhv-2769] ansible-runner: fix was released in 2.0.3 as well#9355zyl71 wants to merge 1 commit into
zyl71 wants to merge 1 commit into
Conversation
github-actions
Bot
changed the base branch from
main
to
zyl71/advisory-improvement-9355
September 5, 2026 04:07
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 referenced fix commit 3533f265f4349a3f2a0283158cd01b59a6bbc7bd ("Remove shell use in subprocess", 2021-10-25) shipped on the 2.0 line in ansible-runner 2.0.3 (PyPI, 2021-10-26); the 2.0.3 sdist contains the patched interface.py and the corresponding tests. The current range
< 2.1.0therefore flags 2.0.3 and 2.0.4, which contain the fix. Suggested ranges:< 2.0.3(patched 2.0.3) and>= 2.1.0.0a1, < 2.1.0(patched 2.1.0) for the 2.1 pre-releases that predate the fix.