You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Fixed urllib3 CVE-2025-50182 and CVE-2025-50181 by upgrading from
1.26.16 to 2.5.0
- Updated google-auth from 2.23.0 to 2.40.3 to resolve dependency
conflicts
- Incremented package epoch from 3 to 4 to trigger rebuild
## Changes
- Modified `fix-CVE-urllib3.patch` to update urllib3 to version 2.5.0
- Added `sed` command to replace google-auth with compatible version
2.40.3
- Updated epoch in package metadata
## Testing
- Package builds successfully with resolved dependency conflicts
- urllib3 CVEs are addressed with the 2.5.0 upgrade
## Notes
The protobuf CVE (CVE-2025-4565) affecting version 3.20.3 will be
addressed separately via advisory, as it requires a major version
upgrade (3.x → 4.x) that upstream kubeflow-pipelines has not implemented
yet.
---------
Signed-off-by: jamie-albert <[email protected]>
0 commit comments