fix(security): resolve 13 CVEs in examples/celery/requirements.txt#5992
Closed
AhsanSheraz wants to merge 1 commit intopallets:mainfrom
Closed
fix(security): resolve 13 CVEs in examples/celery/requirements.txt#5992AhsanSheraz wants to merge 1 commit intopallets:mainfrom
AhsanSheraz wants to merge 1 commit intopallets:mainfrom
Conversation
Update pinned versions in examples/celery/requirements.txt to resolve 13 known security vulnerabilities (1 HIGH, 11 MEDIUM, 1 LOW): - werkzeug 2.3.3 -> 3.1.6 (CVE-2024-34069, CVE-2023-46136, CVE-2024-49766, CVE-2024-49767, CVE-2025-66221, CVE-2026-21860, CVE-2026-27199) - jinja2 3.1.2 -> 3.1.6 (CVE-2024-22195, CVE-2024-34064, CVE-2024-56201, CVE-2024-56326, CVE-2025-27516) - flask 2.3.2 -> 3.1.3 (CVE-2026-27205) Also bumps transitive deps for compatibility: - blinker 1.6.2 -> 1.9.0 - itsdangerous 2.1.2 -> 2.2.0 - markupsafe 2.1.2 -> 3.0.3
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.
Summary
Update pinned dependency versions in
examples/celery/requirements.txtto resolve 13 known security vulnerabilities (1 HIGH, 11 MEDIUM, 1 LOW).Fixes #5991
Changes
Context
pyproject.tomlfor this example has unpinnedflaskandcelery[redis]dependencies, so the lockfile was simply outdated.Verification
Trivy filesystem scan after this change reports 0 vulnerabilities across all severity levels (CRITICAL, HIGH, MEDIUM, LOW).
Test Plan