-
Notifications
You must be signed in to change notification settings - Fork 0
[Cycode] Fix for vulnerable manifest file dependency - requests updated to version 2.32.0 #155
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
base: chantanna-patch-1
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -50,7 +50,7 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| python-geoacumen-city==0.0.1 # via -r requirements.in | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pytz==2020.4 # via flask-restx | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| redis==3.5.2 # via -r requirements.in | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| requests==2.23.0 # via -r requirements.in | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| requests==2.32.0 # via -r requirements.in | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Check failure on line 53 in ctfd/data/CTFd/requirements.txt
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ❗Cycode: Security vulnerability found in newly introduced dependency.
ImpactDue to a URL parsing issue, Requests releases prior to 2.32.4 may leak .netrc credentials to third parties for specific maliciously-crafted URLs. WorkaroundsFor older versions of Requests, use of the .netrc file can be disabled with Referencespsf/requests#6965 DescriptionDetects when new vulnerabilities affect your dependencies. Tell us how you wish to proceed using one of the following commands:
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ❗Cycode: Security vulnerability found in newly introduced dependency.
ImpactThe Affected usagesStandard usage of the Requests library is not affected by this vulnerability. Only applications that call RemediationUpgrade to at least Requests 2.33.0, where the library now extracts files to a non-deterministic location. If developers are unable to upgrade, they can set DescriptionDetects when new vulnerabilities affect your dependencies. Tell us how you wish to proceed using one of the following commands:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| s3transfer==0.3.3 # via boto3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| six==1.15.0 # via bcrypt, flask-marshmallow, flask-restx, jsonschema, python-dateutil, sqlalchemy-utils, tenacity | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| sqlalchemy-utils==0.36.6 # via -r requirements.in | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❗Cycode: Security vulnerabilities found in newly introduced dependency.
requestsrequests 2.32.0The following vulnerabilities were introduced:
Highest fixed version: 2.33.0
Description
Detects when new vulnerabilities affect your dependencies.
Tell us how you wish to proceed using one of the following commands: