-
Notifications
You must be signed in to change notification settings - Fork 284
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
trino/467-r0: cve remediation #38296
Conversation
Signed-off-by: Mark McCormick <mark.mccormick@chainguard.dev>
Signed-off-by: Mark McCormick <mark.mccormick@chainguard.dev>
Signed-off-by: Mark McCormick <mark.mccormick@chainguard.dev>
Please use 👍 or 👎 on this comment to indicate if you agree or disagree with the recommendation. To provide more detailed feedback please comment on the recommendation prefixed with /ai-verify: e.g. /ai-verify partially helpful but I also added bash to the build environment Gen AI suggestions to solve the build error: • Detected Error:
• Error Category: Dependency/Network • Failure Point: Maven dependency resolution during the build step • Root Cause Analysis: Maven is unable to download required dependencies from Maven Central due to network connectivity issues or timeouts • Suggested Fix:
pipeline:
- runs: |
mkdir -p /root/.m2
cat << EOF > /root/.m2/settings.xml
<settings>
<mirrors>
<mirror>
<id>google-maven-central</id>
<name>Google Maven Central</name>
<url>https://maven-central.storage-download.googleapis.com/maven2/</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
</settings>
EOF
• Explanation: The build is failing because it cannot reach Maven Central reliably. Adding Google's Maven Central mirror provides a more reliable alternative that should resolve the connection timeout issues. • Additional Notes:
• References:
|
These have advisory entries: Specifically:
More details on GHSA-f686-hw9c-xw9c issue (above). Fixed event recorded on 2024-11-06: New detected event on 2024-11-15: Performed a scan of the same package, and it does not return any findings for: GHSA-f686-hw9c-xw9c? And I don't see any remediation tickets opened. I'm going to close this, and if automation re-opens we'll dig in deeper |
trino/467-r0: fix GHSA-pr98-23f8-jwxv/CVE-2024-34158/GHSA-f686-hw9c-xw9c/
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/trino.advisories.yaml