chore(deps): bump flask from 2.2.5 to 3.1.3 in /rdagent/scenarios/rl/autorl_bench/benchmarks/webshop#2
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
TPTBusiness
added a commit
that referenced
this pull request
Apr 2, 2026
- Change debug=True to debug=False by default - Add FLASK_DEBUG environment variable for development - Show warning when debug mode is enabled - Prevents arbitrary code execution via Werkzeug debugger - Fixes GitHub Security Alert #2 (py/flask-debug) Production deployments are now secure by default. For development: export FLASK_DEBUG=1 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
TPTBusiness
added a commit
that referenced
this pull request
Apr 2, 2026
- Upgrade Werkzeug from 2.2.3 to 2.3.8 in WebShop requirements - Translate all comments to English (project language policy) - Add security note for CVE-2024-34069 (debugger vulnerability) - Document mitigation: debug mode disabled in production Security Notes: - CVE-2024-34069 affects Werkzeug debugger (dev mode only) - Flask 3.x required for full fix, but incompatible with WebShop - Mitigation: Benchmark runs locally, never with debug=True in production - This is the latest secure version compatible with Flask 2.x Fixes Dependabot Alert #2 (GHSA-2g68-c3qc-8985)
Bumps [flask](https://github.com/pallets/flask) from 2.2.5 to 3.1.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@2.2.5...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/rdagent/scenarios/rl/autorl_bench/benchmarks/webshop/flask-3.1.3
branch
from
April 2, 2026 20:52
60056f9 to
94c97b7
Compare
TPTBusiness
added a commit
that referenced
this pull request
Apr 2, 2026
- Upgrade Werkzeug from 2.3.8 to 3.1.6 (fixes all Werkzeug CVEs) - Upgrade Flask from 2.2.5 to 3.0.0+ (required for Werkzeug 3.x) - Add CVE-2024-49766 (safe_join UNC path bypass) to security notes - Update comments to reflect Flask 3.x compatibility Fixed CVEs: - CVE-2025-66221: Windows device names in safe_join() - CVE-2024-49766: safe_join UNC path bypass on Windows - CVE-2024-34069: Werkzeug debugger RCE - CVE-2024-49767: Resource exhaustion via multipart/form-data Fixes Dependabot Alerts #2, #3, #4
Contributor
Author
|
Looks like flask is up-to-date now, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/pip/rdagent/scenarios/rl/autorl_bench/benchmarks/webshop/flask-3.1.3
branch
April 2, 2026 20:56
TPTBusiness
added a commit
that referenced
this pull request
Apr 9, 2026
- Change debug=True to debug=False by default - Add FLASK_DEBUG environment variable for development - Show warning when debug mode is enabled - Prevents arbitrary code execution via Werkzeug debugger - Fixes GitHub Security Alert #2 (py/flask-debug) Production deployments are now secure by default. For development: export FLASK_DEBUG=1 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
TPTBusiness
added a commit
that referenced
this pull request
Apr 9, 2026
- Upgrade Werkzeug from 2.2.3 to 2.3.8 in WebShop requirements - Translate all comments to English (project language policy) - Add security note for CVE-2024-34069 (debugger vulnerability) - Document mitigation: debug mode disabled in production Security Notes: - CVE-2024-34069 affects Werkzeug debugger (dev mode only) - Flask 3.x required for full fix, but incompatible with WebShop - Mitigation: Benchmark runs locally, never with debug=True in production - This is the latest secure version compatible with Flask 2.x Fixes Dependabot Alert #2 (GHSA-2g68-c3qc-8985)
TPTBusiness
added a commit
that referenced
this pull request
Apr 9, 2026
- Upgrade Werkzeug from 2.3.8 to 3.1.6 (fixes all Werkzeug CVEs) - Upgrade Flask from 2.2.5 to 3.0.0+ (required for Werkzeug 3.x) - Add CVE-2024-49766 (safe_join UNC path bypass) to security notes - Update comments to reflect Flask 3.x compatibility Fixed CVEs: - CVE-2025-66221: Windows device names in safe_join() - CVE-2024-49766: safe_join UNC path bypass on Windows - CVE-2024-34069: Werkzeug debugger RCE - CVE-2024-49767: Resource exhaustion via multipart/form-data Fixes Dependabot Alerts #2, #3, #4
TPTBusiness
added a commit
that referenced
this pull request
May 3, 2026
- Change debug=True to debug=False by default - Add FLASK_DEBUG environment variable for development - Show warning when debug mode is enabled - Prevents arbitrary code execution via Werkzeug debugger - Fixes GitHub Security Alert #2 (py/flask-debug) Production deployments are now secure by default. For development: export FLASK_DEBUG=1 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
TPTBusiness
added a commit
that referenced
this pull request
May 3, 2026
- Upgrade Werkzeug from 2.2.3 to 2.3.8 in WebShop requirements - Translate all comments to English (project language policy) - Add security note for CVE-2024-34069 (debugger vulnerability) - Document mitigation: debug mode disabled in production Security Notes: - CVE-2024-34069 affects Werkzeug debugger (dev mode only) - Flask 3.x required for full fix, but incompatible with WebShop - Mitigation: Benchmark runs locally, never with debug=True in production - This is the latest secure version compatible with Flask 2.x Fixes Dependabot Alert #2 (GHSA-2g68-c3qc-8985)
TPTBusiness
added a commit
that referenced
this pull request
May 3, 2026
- Upgrade Werkzeug from 2.3.8 to 3.1.6 (fixes all Werkzeug CVEs) - Upgrade Flask from 2.2.5 to 3.0.0+ (required for Werkzeug 3.x) - Add CVE-2024-49766 (safe_join UNC path bypass) to security notes - Update comments to reflect Flask 3.x compatibility Fixed CVEs: - CVE-2025-66221: Windows device names in safe_join() - CVE-2024-49766: safe_join UNC path bypass on Windows - CVE-2024-34069: Werkzeug debugger RCE - CVE-2024-49767: Resource exhaustion via multipart/form-data Fixes Dependabot Alerts #2, #3, #4
This was referenced May 3, 2026
TPTBusiness
added a commit
that referenced
this pull request
May 10, 2026
- Change debug=True to debug=False by default - Add FLASK_DEBUG environment variable for development - Show warning when debug mode is enabled - Prevents arbitrary code execution via Werkzeug debugger - Fixes GitHub Security Alert #2 (py/flask-debug) Production deployments are now secure by default. For development: export FLASK_DEBUG=1 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
TPTBusiness
added a commit
that referenced
this pull request
May 10, 2026
- Upgrade Werkzeug from 2.2.3 to 2.3.8 in WebShop requirements - Translate all comments to English (project language policy) - Add security note for CVE-2024-34069 (debugger vulnerability) - Document mitigation: debug mode disabled in production Security Notes: - CVE-2024-34069 affects Werkzeug debugger (dev mode only) - Flask 3.x required for full fix, but incompatible with WebShop - Mitigation: Benchmark runs locally, never with debug=True in production - This is the latest secure version compatible with Flask 2.x Fixes Dependabot Alert #2 (GHSA-2g68-c3qc-8985)
TPTBusiness
added a commit
that referenced
this pull request
May 10, 2026
- Upgrade Werkzeug from 2.3.8 to 3.1.6 (fixes all Werkzeug CVEs) - Upgrade Flask from 2.2.5 to 3.0.0+ (required for Werkzeug 3.x) - Add CVE-2024-49766 (safe_join UNC path bypass) to security notes - Update comments to reflect Flask 3.x compatibility Fixed CVEs: - CVE-2025-66221: Windows device names in safe_join() - CVE-2024-49766: safe_join UNC path bypass on Windows - CVE-2024-34069: Werkzeug debugger RCE - CVE-2024-49767: Resource exhaustion via multipart/form-data Fixes Dependabot Alerts #2, #3, #4
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps flask from 2.2.5 to 3.1.3.
Release notes
Sourced from flask's releases.
... (truncated)
Changelog
Sourced from flask's changelog.
... (truncated)
Commits
22d9247release version 3.1.3089cb86Merge commit from forkc17f379request context tracks session access27be933start version 3.1.34e652d3Abort if the instance folder cannot be created (#5903)3d03098Abort if the instance folder cannot be created407eb76document using gevent for async (#5900)ac5664ddocument using gevent for async4f79d5bIncrease required flit_core version to 3.11 (#5865)fe3b215Increase required flit_core version to 3.11