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

chore: bump werkzeug to address vulnerability #30729

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

dpgaspar
Copy link
Member

SUMMARY

Bump werkzeug to address vulnerabilities:
https://www.cve.org/CVERecord?id=CVE-2024-49767
https://www.cve.org/CVERecord?id=CVE-2024-49766

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.91%. Comparing base (76d897e) to head (b77a662).
Report is 1094 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #30729       +/-   ##
===========================================
+ Coverage   60.48%   83.91%   +23.43%     
===========================================
  Files        1931      534     -1397     
  Lines       76236    38730    -37506     
  Branches     8568        0     -8568     
===========================================
- Hits        46114    32502    -13612     
+ Misses      28017     6228    -21789     
+ Partials     2105        0     -2105     
Flag Coverage Δ
hive 48.94% <ø> (-0.23%) ⬇️
javascript ?
mysql 76.73% <ø> (?)
postgres 76.86% <ø> (?)
presto 53.41% <ø> (-0.40%) ⬇️
python 83.91% <ø> (+20.43%) ⬆️
sqlite 76.31% <ø> (?)
unit 60.90% <ø> (+3.27%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michael-s-molina
Copy link
Member

🙏🏼

@michael-s-molina michael-s-molina added the v4.1 Label added by the release manager to track PRs to be included in the 4.1 branch label Oct 28, 2024
@@ -385,7 +385,7 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
werkzeug==3.0.3
werkzeug==3.0.6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have to change requirements/base.in too? Looks like it's doing >= 3.0.1 so if someone does a pip-compile, this can be downgraded again, right?

@michael-s-molina michael-s-molina merged commit f19c428 into apache:master Nov 1, 2024
39 of 41 checks passed
sadpandajoe pushed a commit that referenced this pull request Nov 1, 2024
@github-actions github-actions bot added 🍒 4.1.0 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels dependencies:python size/XS v4.1 Label added by the release manager to track PRs to be included in the 4.1 branch 🍒 4.1.0 🍒 4.1.1
Projects
No open projects
Status: Cherried
Development

Successfully merging this pull request may close these issues.

4 participants