-
Notifications
You must be signed in to change notification settings - Fork 215
cp: Update cve for python-multipart (#1450) #1455
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
Conversation
* Update cve for python-multipart Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> * Update uv lock Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com> --------- Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com>
|
/ok to test 125fc43 |
Greptile OverviewGreptile SummaryThis PR cherry-picks security fix #1450 from main to the r1.1.0 release branch, updating Key changes:
Analysis: Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant UV as UV Package Manager
participant PyPI as PyPI Registry
participant Project as NeMo Curator
Dev->>Project: Cherry-pick PR #1450 to r1.1.0 branch
Dev->>Project: Update pyproject.toml constraint-dependencies
Note over Project: Add python-multipart>=0.0.22<br/>to address CVE GHSA-wp53-j4wj-2cfg
Dev->>UV: Run uv lock
UV->>PyPI: Resolve python-multipart dependency
PyPI-->>UV: Return version 0.0.22
UV->>Project: Update uv.lock with new version
Note over Project: Lock file updated:<br/>0.0.21 → 0.0.22
Dev->>Project: Commit changes to r1.1.0 branch
|
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.
2 files reviewed, no comments
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.
2 files reviewed, no comments
Description
Usage
# Add snippet demonstrating usageChecklist