fecgov / fec-cms

The content management system (CMS) for the new Federal Election Commission website.
https://www.fec.gov
Other
91 stars 38 forks source link

[Snyk:Medium] requests Always-Incorrect Control Flow Implementation (Due: 08/19/2024) #6285

Open pkfec opened 1 month ago

pkfec commented 1 month ago

Overview

Affected versions of this package are vulnerable to Always-Incorrect Control Flow Implementation when making requests through a Requests Session. An attacker can bypass certificate verification by making the first request with verify=False, causing all subsequent requests to ignore certificate verification regardless of changes to the verify value.

Introduced through:

requests@2.31.0

Remediation:

upgrade requests to v2.32.0

Completion criteria: