-
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
cassandra-5.0/5.0.2-r1: cve remediation #38148
base: main
Are you sure you want to change the base?
Conversation
Gen AI suggestions to solve the build error: Based on the error output, I'll analyze and provide specific fixes: • Detected Error: "Error: failed to parse the pom file: open pom.xml: no such file or directory" • Error Category: Build Configuration • Failure Point: maven/pombump step in the pipeline • Root Cause Analysis: The build is failing because the pombump tool cannot find pom.xml in the repository root directory. This is because Cassandra uses Ant as its primary build tool, not Maven, so there isn't a pom.xml file to modify. • Suggested Fix: pipeline:
- uses: git-checkout
with:
repository: https://github.com/apache/cassandra
expected-commit: f278f6774fc76465c182041e081982105c3e7dbb
tag: cassandra-${{package.version}}
# Remove this line
# - uses: maven/pombump
- runs: |
ant artifacts -Dversion=${{package.version}}
# ... rest of the pipeline • Explanation: • Additional Notes:
• References:
|
Signed-off-by: Dentrax <furkan.turkal@chainguard.dev>
Gen AI suggestions to solve the build error: Based on the build error output, I'll analyze and provide a solution: • Detected Error:
• Error Category: Dependency/Build • Failure Point: Java compilation step during ant build, specifically in LogbackLoggingSupport.java • Root Cause Analysis: • Suggested Fix: environment:
contents:
packages:
- ant
- bash
- build-base
- busybox
- ca-certificates-bundle
- openjdk-11-default-jvm
- openssf-compiler-options
- py${{vars.pyver}}-build
- py${{vars.pyver}}-cython-bin
- py${{vars.pyver}}-pip
- py${{vars.pyver}}-setuptools
- python-${{vars.pyver}}-dev
- logback-classic # Add this
- logback-core # Add this • Explanation: • Additional Notes:
• References:
|
Advisory submitted: wolfi-dev/advisories#11040 |
cassandra-5.0/5.0.2-r1: fix GHSA-pr98-23f8-jwxv
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/cassandra-5.0.advisories.yaml