[GHSA-4c65-9gqf-4w8h] Record 0.5.10 as the fixed version for cai-framework - #8950
Open
tonytonycoder11 wants to merge 1 commit into
Conversation
github-actions
Bot
changed the base branch from
main
to
tonytonycoder11/advisory-improvement-8950
August 2, 2026 20:46
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.
Summary
The affected range closes with
last_affected: 0.5.9, which leaves this advisory without a fixed version. The fix shipped in cai-framework 0.5.10, so the range should close withfixed: 0.5.10.Evidence
Commit 09ccb6e, already referenced by this advisory, carries the fix and was committed on 9 December 2025. PyPI published 0.5.10 on 19 December 2025. The repository does not tag releases, so the published artifact is the reference point.
Comparing
src/cai/tools/command_and_control/sshpass.pybetween the 0.5.9 and 0.5.10 sdists confirms the change reached the released package:0.5.10 also rejects a
portvalue that is not an integer between 1 and 65535. That covers theusername,hostandportinjection points described in the advisory, which 0.5.9 left unquoted. PyPI lists no release between 0.5.9 and 0.5.10.Validation
One advisory changed, one range event replaced. The file parses with
python -m json.tool.