[GHSA-597g-3phw-6986] virtualenv: align described fixed version with the recorded range (fixed in 20.36.1, not 20.36.2) - #9185
Open
pacocartones wants to merge 1 commit into
Conversation
The prose said the TOCTOU fix shipped in 20.36.2, but that version does not exist on PyPI (404). Per the upstream changelog, issue github#3013 was fixed in 20.36.1. Aligns details with the already-correct structured fixed:20.36.1.
github-actions
Bot
changed the base branch from
main
to
pacocartones/advisory-improvement-9185
August 22, 2026 03:08
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 prose in this advisory tells users to upgrade to virtualenv 20.36.2, but that version does not exist. The TOCTOU fix actually shipped in 20.36.1.
Evidence
virtualenv20.36.1 exists (200); 20.36.2 returns 404 — it was never released. Latest is 21.7.4.affected.ranges.events.fixed = "20.36.1"is already correct; this PR only aligns the human-readabledetails.Changes (details prose only)
No structured data changed.