-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Upgrade to Flask 3.1.3 and fix other security vulnerabilities #7712
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
Closed
wtfiwtz
wants to merge
38
commits into
getredash:master
from
orchestrated-io:vuln-critical-2026-05-with-flask3-patching
Closed
Changes from 37 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
56e8942
Disable periodic snapshots (forked repo doesn't need) (#10)
wtfiwtz 5fe7c2f
Merge branch 'master' of https://github.com/getredash/redash
wtfiwtz 2c075a8
Fix python libs
wtfiwtz f69c14c
npm fixes
wtfiwtz 1b1ce12
More fixes
wtfiwtz 0686f1d
Frontend build fixes
wtfiwtz 2e891a4
Update to authlib 1.3.x
wtfiwtz 5fb23e6
Fix tests
wtfiwtz afd8278
authlib to 1.7.2
wtfiwtz a8efbbb
Clean up after cherry-pick
wtfiwtz 360e6c5
Fixes from docker scout
wtfiwtz 030b3f7
Werkzeug 3.x on Flask 2.x
wtfiwtz 5d75b28
fix: resolve Flask 3.0 compatibility issues and test deadlocks
wtfiwtz c5a12da
fix: complete Flask 3.0 upgrade with all test fixes
wtfiwtz b92f6d2
fix: downgrade webpack-manifest-plugin to 5.0.1 for CommonJS compatib…
wtfiwtz 8a0b422
fix: update dependencies and resolve JWT test issues
wtfiwtz 60953a5
Update axios to 1.15.2 and minimatch to fix critical vulnerabilities
wtfiwtz 6fc8ad8
fix: resolve remaining scan findings via pnpm overrides
wtfiwtz 1ba008d
fix: override lodash.template to 4.18.1 (CVE-2026-4800)
wtfiwtz 25e0cfa
Minimise PR changes
wtfiwtz 6b486c4
Clean up Dockerfile
wtfiwtz 195f5f5
AI code review: restore retry for curl
wtfiwtz 570d09b
Cleanup excess documentation
wtfiwtz 709a4b0
More cleanup and restore talisman
wtfiwtz 4e5b2e7
Reinstate Talisman
wtfiwtz 08111b5
Re-instate Flask plugins
wtfiwtz 8cb2911
Remove testing overrides
wtfiwtz b4445ce
Re-instate skipped JWT test
wtfiwtz 51bfbb3
Simplify test_authentication.py
wtfiwtz 1ef189a
Replace advocate (deprecated) with champion (pre-release)
wtfiwtz 318e7b1
Fix up monkeypatching of pytest
wtfiwtz 7a763f1
chore: remove deadlock debugging scaffolding and simplify test-mode o…
wtfiwtz fb78419
chore: simplify factories.py and fix test collection/session issues
wtfiwtz c941b98
Simplify code for SQLAlchemy 1.4 only
wtfiwtz ef6c0b0
PR review fixes
wtfiwtz 3bacd9b
Other vulnerability fixes (Github Advanced Security)
wtfiwtz f8b99d1
Trixie security updates applied
wtfiwtz a1e7fbd
Switch to trixie and other minor version bumps
wtfiwtz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
P2:
trixie-proposed-updatesis globally enabled but claimed to be opt-in; the unpinnedapt-get -y upgradecan auto-select pre-release packages from it, reducing build reproducibility.Prompt for AI agents