chore(deps): bump gitpython, brace-expansion, postcss to clear osv-scan CVEs#34593
Draft
cursor[bot] wants to merge 1 commit into
Draft
chore(deps): bump gitpython, brace-expansion, postcss to clear osv-scan CVEs#34593cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
…an CVEs Bumps to fix new advisories flagged on litellm_internal_staging: - gitpython 3.1.52 -> 3.1.55 (GHSA-3rp5-jjmw-4wv2, GHSA-6p8h-3wgx-97gf, GHSA-94p4-4cq8-9g67, GHSA-fjr4-x663-mwxc, GHSA-r9mr-m37c-5fr3) - brace-expansion 5.0.7 -> 5.0.8 dev (GHSA-mh99-v99m-4gvg) - postcss 8.5.13 -> 8.5.18 dev (GHSA-r28c-9q8g-f849) Verified locally with osv-scanner v2.3.8; no issues remaining. Co-authored-by: Krrish Dholakia <krrish-berri-2@users.noreply.github.com>
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
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.
TLDR
Problem this solves:
litellm_internal_stagingbecause newly disclosed CVEs land ongitpython,brace-expansion, andpostcssHow it solves it:
gitpythoninuv.lockfrom 3.1.52 to 3.1.55 (fixes GHSA-3rp5-jjmw-4wv2, GHSA-6p8h-3wgx-97gf, GHSA-94p4-4cq8-9g67, GHSA-fjr4-x663-mwxc, GHSA-r9mr-m37c-5fr3)brace-expansionoverride from 5.0.7 to 5.0.8 (fixes GHSA-mh99-v99m-4gvg)postcssdevDependency and override from 8.5.13 to 8.5.18 (fixes GHSA-r28c-9q8g-f849)Relevant issues
Linear ticket
Pre-Submission checklist
Dependency bumps are their own regression signal; the OSV Scan CI job is the test that would fail before this change and pass after
Screenshots / Proof of Fix
Before (commit
fc5ab31, staging tip; matches the failing job on every open PR, e.g. https://github.com/BerriAI/litellm/actions/runs/30138037343/job/89625768222):After (this branch,
5169de1):Type
🐛 Bug Fix
🚄 Infrastructure
Changes
uv.lock: gitpython 3.1.52 -> 3.1.55 (surgical hand edit;uv lock --checkpasses)ui/litellm-dashboard/package.json:postcssdev pin andoverrides.postcssbumped 8.5.13 -> 8.5.18;overrides.brace-expansionbumped 5.0.7 -> 5.0.8ui/litellm-dashboard/package-lock.json: regenerated vianpm install --package-lock-onlyFinal Attestation