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

[Snyk] Security upgrade requests from 2.31.0 to 2.32.0 #87

Closed
wants to merge 1 commit into from

Conversation

schalla0791
Copy link

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.

Changes included in this PR

  • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
    • requirements.txt

Vulnerabilities that will be fixed

By pinning:
Severity Priority Score (*) Issue Breaking Change Exploit Maturity
medium severity 566/1000
Why? Recently disclosed, Has a fix available, CVSS 5.6
Always-Incorrect Control Flow Implementation
SNYK-PYTHON-REQUESTS-6928867
No No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

Check the changes in this PR to ensure they won't cause issues with your project.


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report

🛠 Adjust project settings

📚 Read more about Snyk's upgrade and patch logic


Note: This is a default PR template raised by Snyk. Find out more about how you can customise Snyk PRs in our documentation.

Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867
Copy link

dryrunsecurity bot commented May 22, 2024

Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.

DryRun Security Status Findings
Configured Codepaths Analyzer 0 findings
Sensitive Files Analyzer 1 finding
Authn/Authz Analyzer 0 findings
AppSec Analyzer 0 findings
Secrets Analyzer 0 findings

Note

🟢 Risk threshold not exceeded.

Change Summary (click to expand)

The following is a summary of changes in this pull request made by me, your security buddy 🤖. Note that this summary is auto-generated and not meant to be a definitive list of security issues but rather a helpful summary from a security perspective.

Summary:

The changes in this GitHub pull request appear to be a routine update to the project's dependencies, as reflected in the requirements.txt file. The key changes include an update to the requests library from version 2.31.0 to 2.32.0, as well as the addition of two new dependencies: uvicorn==0.23.2 and fastapi==0.103.1.

From an application security perspective, the update to the requests library is a positive change, as it may include security fixes or improvements. The requests library is a widely used library for making HTTP requests in Python, and it's important to keep it up-to-date to address any known vulnerabilities. The addition of the FastAPI framework dependencies suggests that the project is likely using this modern, fast, and high-performance web framework for building APIs with Python.

Overall, the changes in this pull request appear to be routine updates to the project's dependencies, which is a good practice to ensure the application is using the latest versions of the required libraries. This should help maintain the security and stability of the application.

Files Changed:

  • requirements.txt: This file has been updated to include the following changes:
    • The requests library has been updated from version 2.31.0 to 2.32.0.
    • Two new dependencies have been added: uvicorn==0.23.2 and fastapi==0.103.1.

Powered by DryRun Security

Copy link

Stale pull request message

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.

2 participants