Skip to content

v1.2.0 released on GitHub but not published to PyPI #1375

@GeorgeScribehow

Description

@GeorgeScribehow

Description

Thank you for releasing v1.2.0 which addresses the DoS vulnerability (CVE-2025-6176)!

However, it appears that while v1.2.0 was tagged and released on GitHub on October 27, 2024, it has not been published to PyPI. The latest version available on PyPI is still 1.1.0:

$ pip index versions brotli
Available versions: 1.1.0, 1.0.9, 1.0.8, 1.0.7, ...

Impact

This means users cannot easily upgrade to the patched version using standard Python package managers (pip, poetry, etc.). Many users rely on PyPI for security updates, and the current situation requires:

  • Installing from GitHub source (not ideal for production environments)
  • Or remaining on the vulnerable 1.1.0 version

Expected Behavior

Version 1.2.0 should be published to PyPI so users can upgrade via:

pip install --upgrade brotli

Environment

  • GitHub Release: v1.2.0 (October 27, 2024)
  • PyPI Latest: 1.1.0
  • Security Advisory: CVE-2025-6176

Thank you for maintaining this excellent library! 🙏

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions