Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2025

Bumps the pip group with 1 update: uv.

Updates uv from 0.7.22 to 0.8.6

Release notes

Sourced from uv's releases.

0.8.6

Release Notes

This release contains hardening measures to address differentials in behavior between uv and Python's built-in ZIP parsers (CVE-2025-54368).

Prior to this release, attackers could construct ZIP files that would be extracted differently by pip, uv, and other tools. As a result, ZIPs could be constructed that would be considered harmless by (e.g.) scanners, but contain a malicious payload when extracted by uv. As of v0.8.6, uv now applies additional checks to reject such ZIPs.

Thanks to a triage effort with the Python Security Response Team and PyPI maintainers, we were able to determine that these differentials were not exploited via PyPI during the time they were present. The PyPI team has also implemented similar checks and now guards against these parsing differentials on upload.

Although the practical risk of exploitation is low, we take the hypothetical risk of parser differentials very seriously. Out of an abundance of caution, we have assigned this advisory a CVE identifier and have given it a "moderate" severity suggestion.

These changes have been validated against the top 15,000 PyPI packages; however, it's plausible that a non-malicious ZIP could be falsely rejected with this additional hardening. As an escape hatch, users who do encounter breaking changes can enable UV_INSECURE_NO_ZIP_VALIDATION to restore the previous behavior. If you encounter such a rejection, please file an issue in uv and to the upstream package.

For additional information, please refer to the following blog posts:

Security

  • Harden ZIP streaming to reject repeated entries and other malformed ZIP files (#15136)

Python

  • Add CPython 3.13.6

Configuration

  • Add support for per-project build-time environment variables (#15095)

Bug fixes

  • Avoid invalid simplification with conflict markers (#15041)
  • Respect UV_HTTP_RETRIES in uv publish (#15106)
  • Support UV_NO_EDITABLE where --no-editable is supported (#15107)
  • Upgrade cargo-dist to add UV_INSTALLER_URL to PowerShell installer (#15114)
  • Upgrade h2 again to avoid too_many_internal_resets errors (#15111)
  • Consider pythonw when copying entry points in uv run (#15134)

Documentation

  • Ensure symlink warning is shown (#15126)

Install uv 0.8.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.6/uv-installer.sh | sh

... (truncated)

Changelog

Sourced from uv's changelog.

0.8.6

This release contains hardening measures to address differentials in behavior between uv and Python's built-in ZIP parser (CVE-2025-54368).

Prior to this release, attackers could construct ZIP files that would be extracted differently by pip, uv, and other tools. As a result, ZIPs could be constructed that would be considered harmless by (e.g.) scanners, but contain a malicious payload when extracted by uv. As of v0.8.6, uv now applies additional checks to reject such ZIPs.

Thanks to a triage effort with the Python Security Response Team and PyPI maintainers, we were able to determine that these differentials were not exploited via PyPI during the time they were present. The PyPI team has also implemented similar checks and now guards against these parsing differentials on upload.

Although the practical risk of exploitation is low, we take the hypothetical risk of parser differentials very seriously. Out of an abundance of caution, we have assigned this advisory a CVE identifier and have given it a "moderate" severity suggestion.

These changes have been validated against the top 15,000 PyPI packages; however, it's plausible that a non-malicious ZIP could be falsely rejected with this additional hardening. As an escape hatch, users who do encounter breaking changes can enable UV_INSECURE_NO_ZIP_VALIDATION to restore the previous behavior. If you encounter such a rejection, please file an issue in uv and to the upstream package.

For additional information, please refer to the following blog posts:

Security

  • Harden ZIP streaming to reject repeated entries and other malformed ZIP files (#15136)

Python

  • Add CPython 3.13.6

Configuration

  • Add support for per-project build-time environment variables (#15095)

Bug fixes

  • Avoid invalid simplification with conflict markers (#15041)
  • Respect UV_HTTP_RETRIES in uv publish (#15106)
  • Support UV_NO_EDITABLE where --no-editable is supported (#15107)
  • Upgrade cargo-dist to add UV_INSTALLER_URL to PowerShell installer (#15114)
  • Upgrade h2 again to avoid too_many_internal_resets errors (#15111)
  • Consider pythonw when copying entry points in uv run (#15134)

Documentation

  • Ensure symlink warning is shown (#15126)

0.8.5

Enhancements

  • Enable uv run with a GitHub Gist (#15058)
  • Improve HTTP response caching log messages (#15067)
  • Show wheel tag hints in install plan (#15066)
  • Support installing additional executables in uv tool install (#14014)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 7, 2025
@github-actions
Copy link

github-actions bot commented Aug 7, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ ACTION actionlint 5 1 0.03s
❌ COPYPASTE jscpd yes 3 1.7s
❌ EDITORCONFIG editorconfig-checker 65 1 0.17s
✅ JSON jsonlint 4 0 0.13s
✅ JSON prettier 4 0 0 0.44s
✅ JSON v8r 4 0 2.77s
✅ MARKDOWN markdownlint 3 0 0 0.4s
✅ MARKDOWN markdown-link-check 3 0 2.39s
✅ MARKDOWN markdown-table-formatter 3 1 0 0.36s
❌ PYTHON bandit 15 63 5.54s
✅ PYTHON black 15 4 0 1.72s
✅ PYTHON flake8 15 0 1.12s
✅ PYTHON isort 15 5 0 0.35s
❌ PYTHON mypy 15 163 10.0s
❌ PYTHON pylint 15 8 7.12s
❌ PYTHON pyright 15 20 9.34s
✅ PYTHON ruff 15 5 0 0.03s
❌ REPOSITORY checkov yes 4 13.7s
✅ REPOSITORY gitleaks yes no 1.26s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 19.14s
✅ REPOSITORY secretlint yes no 0.82s
✅ REPOSITORY trivy yes no 7.43s
✅ REPOSITORY trivy-sbom yes no 0.97s
✅ REPOSITORY trufflehog yes no 3.61s
❌ SPELL cspell 66 1011 18.64s
❌ SPELL lychee 20 3 0.77s
✅ XML xmllint 11 0 0 0.01s
✅ YAML prettier 13 0 0 0.81s
❌ YAML v8r 13 1 20.52s
✅ YAML yamllint 13 0 1.99s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@dependabot dependabot bot force-pushed the dependabot/pip/pip-7d88eff53c branch 2 times, most recently from 54889a0 to 39bceba Compare August 8, 2025 10:02
@dependabot dependabot bot force-pushed the dependabot/pip/pip-7d88eff53c branch 2 times, most recently from ead1a3c to e3d84d8 Compare August 20, 2025 14:59
Bumps the pip group with 1 update: [uv](https://github.com/astral-sh/uv).


Updates `uv` from 0.7.22 to 0.8.6
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.7.22...0.8.6)

---
updated-dependencies:
- dependency-name: uv
  dependency-version: 0.8.6
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pip-7d88eff53c branch from e3d84d8 to d1898c4 Compare September 5, 2025 07:06
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 5, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant