-
Notifications
You must be signed in to change notification settings - Fork 278
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
base: main
Are you sure you want to change the base?
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:
|
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