[GHSA-x3vf-39hj-gxr4] Record 1.87 as the fixed version for biopython - #8949
Open
tonytonycoder11 wants to merge 1 commit into
Conversation
github-actions
Bot
changed the base branch from
main
to
tonytonycoder11/advisory-improvement-8949
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: 1.86, which leaves the record without a fixed version. Biopython 1.87 contains the fix for CVE-2025-68463, so the range should close withfixed: 1.87.Evidence
The 1.87 release notes state: "Addressed security issue CVE-2025-68463 in
Bio.Entrez.Parserif parsing untrusted files." See NEWS.rst at the 1.87 tag.Commit 736c96f, already referenced by this advisory, is contained in tag
biopython-187and is not contained inbiopython-186.PyPI lists no release between 1.86 and 1.87, so 1.87 is the first patched version.
Validation
One advisory changed, one range event replaced. The file parses with
python -m json.tool. Both source URLs were checked against the upstream repository.