-
Notifications
You must be signed in to change notification settings - Fork 281
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
kserve-modelmesh/0.12.0-r5: cve remediation #38111
kserve-modelmesh/0.12.0-r5: cve remediation #38111
Conversation
Gen AI suggestions to solve the build error: • Detected Error: ```
• Explanation: The build is failing because it's trying to fetch a non-existent version of logback-core. The fix updates the dependency to the latest stable version available in Maven Central. • Additional Notes:
• References:
|
Gen AI suggestions to solve the build error: • Detected Error: Build appears to be hanging during the Maven dependency download phase, specifically at: • Error Category: Dependency/Network • Failure Point: Maven dependency resolution for io.grpc:grpc-netty:1.60.2 • Root Cause Analysis: • Suggested Fix:
<mirrors>
<mirror>
<id>google-maven-central</id>
<name>Google Maven Central</name>
<url>https://maven-central.storage-download.googleapis.com/repos/central/data/</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
environment:
contents:
packages:
- build-base
- busybox
- maven-3.9
- openjdk-17
options:
MAVEN_OPTS: "-Dmaven.wagon.http.timeout=60 -Dmaven.wagon.http.pool=false" • Explanation:
• Additional Notes:
• References:
|
This comment was marked as resolved.
This comment was marked as resolved.
e712984
to
6591b88
Compare
Should just need to add
to the pombump-deps.yaml |
kserve-modelmesh/0.12.0-r5: fix GHSA-pr98-23f8-jwxv
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/kserve-modelmesh.advisories.yaml