fix(security): bump Django, cryptography, certifi, lxml to patch CVEs#722
Draft
thomasrockhu-codecov wants to merge 1 commit intomainfrom
Draft
fix(security): bump Django, cryptography, certifi, lxml to patch CVEs#722thomasrockhu-codecov wants to merge 1 commit intomainfrom
thomasrockhu-codecov wants to merge 1 commit intomainfrom
Conversation
Addresses critical/high security vulnerabilities tracked in internal-issues: - Django 4.2.27 -> 4.2.28: fixes CVE-2025-64459 and CVE-2026-1207 (api, worker) - cryptography 43.0.1 -> 43.0.3: latest 43.x security patch - certifi 2024.7.4 -> 2025.1.31: updated CA certificate bundle - lxml 5.3.0 -> 5.3.2: bundles libxml2 security fixes (CVE-2024-34459, CVE-2025-27113) Made-with: Cursor
e5b143d to
0bec0f8
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #722 +/- ##
=======================================
Coverage 92.24% 92.24%
=======================================
Files 1302 1302
Lines 47888 47888
Branches 1628 1628
=======================================
Hits 44175 44175
Misses 3404 3404
Partials 309 309
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
>=4.2.27to>=4.2.28to fix CVE-2025-64459 and CVE-2026-1207 (affects api, worker, parasol, codecov-slack-app)>=43.0.1to>=43.0.3(latest 43.x patch, bundles OpenSSL security fixes)>=2024.7.4to>=2025.1.31(updated CA certificate bundle)>=5.3.0to>=5.3.2(bundles libxml2 fixes for CVE-2024-34459, CVE-2025-27113)Issues addressed
Django CVEs (fixed by bumping to 4.2.28)
OpenSSL CVEs (not directly fixable here -- OS-level packages in other repos)
libxml2 CVEs (lxml bump helps for Python-bundled libxml2; relay needs OS-level fix)
h11 CVE (separate repo)
Security advisories
Test plan
uv lockresolves cleanly (verified locally)