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
- Upgrade pip to >=26.0 in builder stage before installing dependencies
- Use find commands to thoroughly remove pip and pip-*.dist-info from builder stage
- Remove pip from runtime image using microdnf and find commands
- Eliminates pip-24.2.dist-info/METADATA that was causing CVE detection
- Addresses MEDIUM severity CVE-2025-8869 (symbolic link extraction)
- Addresses LOW severity CVE-2026-1703 (path traversal information disclosure)
0 commit comments