fix(deps): take pip past PYSEC-2026-3721 - #8
Merged
Merged
Conversation
`pip-audit` blocks the quality gate on every PR to this repo, not just new ones: pip 26.1.2 carries PYSEC-2026-3721, fixed in 26.2. The last green run on main was 2026-08-18, so the advisory landed after it. pip arrives transitively -- `pip_api 0.0.34` depends on it and pip-audit depends on pip_api -- so it enters through the PEP 735 dev group and never reaches the published wheel. Reachability is the CI runner only, and the advisory needs a hostile package index; this repo reads log lines, not package URLs. So it is a gate problem rather than an exposure, and it still has to clear. Lock now resolves pip 26.2.1 (released 2026-08-04, well past the cooldown). `uv run pip-audit` reports "No known vulnerabilities found".
|
Released in v3.5.1 — https://github.com/hyperi-io/logreducer/releases/tag/v3.5.1 |
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.
fix(deps): take pip past PYSEC-2026-3721
pip-auditblocks the quality gate on every PR to this repo, not just new ones:pip 26.1.2 carries PYSEC-2026-3721, fixed in 26.2. The last green run on main
was 2026-08-18, so the advisory landed after it.
pip arrives transitively --
pip_api 0.0.34depends on it and pip-audit dependson pip_api -- so it enters through the PEP 735 dev group and never reaches the
published wheel. Reachability is the CI runner only, and the advisory needs a
hostile package index; this repo reads log lines, not package URLs. So it is a
gate problem rather than an exposure, and it still has to clear.
Lock now resolves pip 26.2.1 (released 2026-08-04, well past the cooldown).
uv run pip-auditreports "No known vulnerabilities found".