Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932327 - <dev-python/requests-2.32.0: Session object does not verify requests after making first request with verify=False
Summary: <dev-python/requests-2.32.0: Session object does not verify requests after m...
Status: CONFIRMED
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Security
URL: https://github.com/psf/requests/secur...
Whiteboard: B4 [glsa?]
Keywords:
Depends on: 932326
Blocks:
  Show dependency tree
 
Reported: 2024-05-21 04:16 UTC by Michał Górny
Modified: 2024-05-22 08:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-05-21 04:16:07 UTC
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.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-05-21 12:44:21 UTC
Cleaned old up.