Skip to content

Update Flask-Cors from 3.0.7 to 6.0.1#688

Open
zeropath-ai-dev[bot] wants to merge 1 commit intomasterfrom
zvuln_fix_e5f857db
Open

Update Flask-Cors from 3.0.7 to 6.0.1#688
zeropath-ai-dev[bot] wants to merge 1 commit intomasterfrom
zvuln_fix_e5f857db

Conversation

@zeropath-ai-dev
Copy link
Copy Markdown

Summary

Update Flask-Cors from 3.0.7 to 6.0.1 in owasp-top10-2021-apps/a3/gossip-world/app/requirements.txt to address PYSEC-2024-71

View in dashboard

Vulnerability Details

  • Vulnerability Class: PYSEC-2024-71
  • Severity: 0.0
  • Affected File: owasp-top10-2021-apps/a3/gossip-world/app/requirements.txt
  • Vulnerable Lines: 5-5

Code Snippets

diff --git a/owasp-top10-2021-apps/a3/gossip-world/app/requirements.txt b/owasp-top10-2021-apps/a3/gossip-world/app/requirements.txt
--- a/owasp-top10-2021-apps/a3/gossip-world/app/requirements.txt
+++ b/owasp-top10-2021-apps/a3/gossip-world/app/requirements.txt
@@ -2,7 +2,7 @@
 dominate==2.3.4
 Flask==1.0.2
 Flask-Bootstrap==3.3.7.1
-Flask-Cors==3.0.7
+Flask-Cors==6.0.1
 itsdangerous==1.1.0
 Jinja2==2.10
 MarkupSafe==1.1.0

How to Modify the Patch

You can modify this patch by using one of the two methods outlined below. We recommend using the @zeropath-ai bot for updating the code. If you encounter any bugs or issues with the patch, please report them here.

Ask @zeropath-ai!

To request modifications, please post a comment beginning with @zeropath-ai and specify the changes required.

@zeropath-ai will then implement the requested adjustments and commit them to the specified branch in this pull request. Our bot is capable of managing changes across multiple files and various development-related requests.

Manually Modify the Files

# Checkout created branch:
git checkout zvuln_fix_e5f857db

# if vscode is installed run (or use your favorite editor / IDE):
code owasp-top10-2021-apps/a3/gossip-world/app/requirements.txt

# Add, commit, and push changes:
git add -A
git commit -m "Update generated patch with x, y, and z changes."
git push zvuln_fix_e5f857db

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants