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

Bump requests (pip) from 2.32.0 in llvm/utils/git/requirements.txt #14022

Merged
merged 1 commit into from
Jun 3, 2024

Commits on Jun 3, 2024

  1. Bump requests (pip) from 2.32.0 in llvm/utils/git/requirements.txt

    Bumps requests (pip) from 2.32.0 to resolve identified security vulnerability in 3rd party dependency.
    
    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.
    
    Upgrading will resolve this issue.
    
    Refer to psf/requests#6655
    lucyli-ca authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    778eb42 View commit details
    Browse the repository at this point in the history