Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency requests to v2.32.2 [security] #688

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-rancher[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
requests (source, changelog) minor ==2.31.0 -> ==2.32.2

GitHub Vulnerability Alerts

CVE-2024-35195

When making requests through a Requests Session, if the first request is made with verify=False to disable cert verification, all subsequent requests to the same origin will continue to ignore cert verification regardless of changes to the value of verify. This behavior will continue for the lifecycle of the connection in the connection pool.

Remediation

Any of these options can be used to remediate the current issue, we highly recommend upgrading as the preferred mitigation.

  • Upgrade to requests>=2.32.0.
  • For requests<2.32.0, avoid setting verify=False for the first request to a host while using a Requests Session.
  • For requests<2.32.0, call close() on Session objects to clear existing connections if verify=False is used.

Related Links


Release Notes

psf/requests (requests)

v2.32.2

Compare Source

Deprecations

  • To provide a more stable migration for custom HTTPAdapters impacted
    by the CVE changes in 2.32.0, we've renamed _get_connection to
    a new public API, get_connection_with_tls_context. Existing custom
    HTTPAdapters will need to migrate their code to use this new API.
    get_connection is considered deprecated in all versions of Requests>=2.32.0.

    A minimal (2-line) example has been provided in the linked PR to ease
    migration, but we strongly urge users to evaluate if their custom adapter
    is subject to the same issue described in CVE-2024-35195. (#​6710)

v2.32.1

Compare Source

Bugfixes

  • Add missing test certs to the sdist distributed on PyPI.

v2.32.0

Compare Source

Security

  • Fixed an issue where setting verify=False on the first request from a
    Session will cause subsequent requests to the same origin to also ignore
    cert verification, regardless of the value of verify.
    (GHSA-9wx4-h78v-vm56)

Improvements

  • verify=True now reuses a global SSLContext which should improve
    request time variance between first and subsequent requests. It should
    also minimize certificate load time on Windows systems when using a Python
    version built with OpenSSL 3.x. (#​6667)
  • Requests now supports optional use of character detection
    (chardet or charset_normalizer) when repackaged or vendored.
    This enables pip and other projects to minimize their vendoring
    surface area. The Response.text() and apparent_encoding APIs
    will default to utf-8 if neither library is present. (#​6702)

Bugfixes

  • Fixed bug in length detection where emoji length was incorrectly
    calculated in the request content-length. (#​6589)
  • Fixed deserialization bug in JSONDecodeError. (#​6629)
  • Fixed bug where an extra leading / (path separator) could lead
    urllib3 to unnecessarily reparse the request URI. (#​6644)

Deprecations

  • Requests has officially added support for CPython 3.12 (#​6503)
  • Requests has officially added support for PyPy 3.9 and 3.10 (#​6641)
  • Requests has officially dropped support for CPython 3.7 (#​6642)
  • Requests has officially dropped support for PyPy 3.7 and 3.8 (#​6641)

Documentation

  • Various typo fixes and doc improvements.

Packaging

  • Requests has started adopting some modern packaging practices.
    The source files for the projects (formerly requests) is now located
    in src/requests in the Requests sdist. (#​6506)
  • Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system
    using hatchling. This should not impact the average user, but extremely old
    versions of packaging utilities may have issues with the new packaging format.

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-rancher renovate-rancher bot requested a review from a team as a code owner August 3, 2024 04:46
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] Update dependency requests to v2.32.2 [SECURITY] - autoclosed Aug 3, 2024
@renovate-rancher renovate-rancher bot closed this Aug 3, 2024
@renovate-rancher renovate-rancher bot deleted the renovate/pypi-requests-vulnerability branch August 3, 2024 06:52
@renovate-rancher renovate-rancher bot restored the renovate/pypi-requests-vulnerability branch August 4, 2024 04:52
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] - autoclosed Update dependency requests to v2.32.2 [SECURITY] Aug 4, 2024
@renovate-rancher renovate-rancher bot reopened this Aug 4, 2024
@renovate-rancher renovate-rancher bot force-pushed the renovate/pypi-requests-vulnerability branch from d3672c8 to cda88ed Compare August 4, 2024 04:52
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] Update dependency requests to v2.32.2 [SECURITY] - autoclosed Aug 4, 2024
@renovate-rancher renovate-rancher bot closed this Aug 4, 2024
@renovate-rancher renovate-rancher bot deleted the renovate/pypi-requests-vulnerability branch August 4, 2024 04:53
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] - autoclosed Update dependency requests to v2.32.2 [SECURITY] Aug 4, 2024
@renovate-rancher renovate-rancher bot reopened this Aug 4, 2024
@renovate-rancher renovate-rancher bot restored the renovate/pypi-requests-vulnerability branch August 4, 2024 06:52
@renovate-rancher renovate-rancher bot force-pushed the renovate/pypi-requests-vulnerability branch from cda88ed to 4abf943 Compare August 4, 2024 06:53
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] Update dependency requests to v2.32.2 [SECURITY] - autoclosed Aug 4, 2024
@renovate-rancher renovate-rancher bot closed this Aug 4, 2024
@renovate-rancher renovate-rancher bot deleted the renovate/pypi-requests-vulnerability branch August 4, 2024 06:53
@renovate-rancher renovate-rancher bot restored the renovate/pypi-requests-vulnerability branch August 5, 2024 04:58
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] - autoclosed Update dependency requests to v2.32.2 [SECURITY] Aug 5, 2024
@renovate-rancher renovate-rancher bot reopened this Aug 5, 2024
@renovate-rancher renovate-rancher bot force-pushed the renovate/pypi-requests-vulnerability branch from 4abf943 to e2eb640 Compare August 5, 2024 04:58
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] Update dependency requests to v2.32.2 [SECURITY] - autoclosed Aug 5, 2024
@renovate-rancher renovate-rancher bot closed this Aug 5, 2024
@renovate-rancher renovate-rancher bot deleted the renovate/pypi-requests-vulnerability branch August 5, 2024 06:54
@renovate-rancher renovate-rancher bot restored the renovate/pypi-requests-vulnerability branch August 5, 2024 06:54
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] - autoclosed Update dependency requests to v2.32.2 [SECURITY] Aug 5, 2024
@renovate-rancher renovate-rancher bot reopened this Aug 5, 2024
@renovate-rancher renovate-rancher bot force-pushed the renovate/pypi-requests-vulnerability branch from e2eb640 to 890d152 Compare August 5, 2024 06:54
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] Update dependency requests to v2.32.2 [SECURITY] - autoclosed Sep 20, 2024
@renovate-rancher renovate-rancher bot closed this Sep 20, 2024
@renovate-rancher renovate-rancher bot deleted the renovate/pypi-requests-vulnerability branch September 20, 2024 06:49
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] - autoclosed Update dependency requests to v2.32.2 [SECURITY] Sep 21, 2024
@renovate-rancher renovate-rancher bot reopened this Sep 21, 2024
@renovate-rancher renovate-rancher bot restored the renovate/pypi-requests-vulnerability branch September 21, 2024 05:05
@renovate-rancher renovate-rancher bot force-pushed the renovate/pypi-requests-vulnerability branch from ae5619b to 6050849 Compare September 21, 2024 05:05
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] Update dependency requests to v2.32.2 [SECURITY] - autoclosed Sep 21, 2024
@renovate-rancher renovate-rancher bot closed this Sep 21, 2024
@renovate-rancher renovate-rancher bot deleted the renovate/pypi-requests-vulnerability branch September 21, 2024 05:07
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] - autoclosed Update dependency requests to v2.32.2 [SECURITY] Sep 21, 2024
@renovate-rancher renovate-rancher bot restored the renovate/pypi-requests-vulnerability branch September 21, 2024 06:46
@renovate-rancher renovate-rancher bot reopened this Sep 21, 2024
@renovate-rancher renovate-rancher bot force-pushed the renovate/pypi-requests-vulnerability branch from 6050849 to a29a532 Compare September 21, 2024 06:46
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] Update dependency requests to v2.32.2 [SECURITY] - autoclosed Sep 22, 2024
@renovate-rancher renovate-rancher bot closed this Sep 22, 2024
@renovate-rancher renovate-rancher bot deleted the renovate/pypi-requests-vulnerability branch September 22, 2024 05:01
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] - autoclosed Update dependency requests to v2.32.2 [SECURITY] Sep 22, 2024
@renovate-rancher renovate-rancher bot reopened this Sep 22, 2024
@renovate-rancher renovate-rancher bot restored the renovate/pypi-requests-vulnerability branch September 22, 2024 06:49
@renovate-rancher renovate-rancher bot force-pushed the renovate/pypi-requests-vulnerability branch from a29a532 to c5483fa Compare September 22, 2024 06:49
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] Update dependency requests to v2.32.2 [SECURITY] - autoclosed Sep 23, 2024
@renovate-rancher renovate-rancher bot closed this Sep 23, 2024
@renovate-rancher renovate-rancher bot deleted the renovate/pypi-requests-vulnerability branch September 23, 2024 04:58
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] - autoclosed Update dependency requests to v2.32.2 [SECURITY] Sep 23, 2024
@renovate-rancher renovate-rancher bot reopened this Sep 23, 2024
@renovate-rancher renovate-rancher bot restored the renovate/pypi-requests-vulnerability branch September 23, 2024 06:52
@renovate-rancher renovate-rancher bot force-pushed the renovate/pypi-requests-vulnerability branch from c5483fa to ae5489b Compare September 23, 2024 06:52
@renovate-rancher renovate-rancher bot changed the title Update dependency requests to v2.32.2 [SECURITY] chore(deps): update dependency requests to v2.32.2 [security] Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants