-
Notifications
You must be signed in to change notification settings - Fork 253
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
apache-nifi/2.0.0-r1: cve remediation #34018
apache-nifi/2.0.0-r1: cve remediation #34018
Conversation
Gen AI suggestions to solve the build error: Based on the build error, here's what's happening and how to fix it:
Here are the steps to fix this:
- uses: maven/pombump
with:
version-constraints:
- "io.netty:netty-common:<4.1.100" # Use a version that exists
- uses: maven/pombump
with:
version-constraints:
- "io.netty:netty-common:4.1.94.Final" # Or whatever version is compatible
melange build --interactive apache-nifi.yaml Then inside the debug shell: ./mvnw dependency:tree | grep netty-common # To see what version is being used The key problem is that pombump is trying to use a version of netty-common that doesn't exist. By constraining the version to one that does exist and is compatible with NiFi 2.0.0, the build should succeed. |
Signed-off-by: Joshua Powers <joshua.powers@chainguard.dev>
Package apache-nifi-compat: Click to expand/collapsePackage apache-nifi-compat: Package apache-nifi: Click to expand/collapsePackage apache-nifi: Package apache-nifi-toolkit: Click to expand/collapsePackage apache-nifi-toolkit: |
Gen AI suggestions to solve the build error: Based on the build output, I don't see any actual errors - the build appears to have completed successfully. The output shows:
If you're seeing failures in the CI system, it may be worth checking:
Could you share what specific failure you're seeing in the CI system? That would help identify if there's an issue that's not apparent in the build output itself. In terms of the current build configuration, everything looks correct:
|
Package apache-nifi: Click to expand/collapsePackage apache-nifi: Package apache-nifi-toolkit: Click to expand/collapsePackage apache-nifi-toolkit: Package apache-nifi-compat: Click to expand/collapsePackage apache-nifi-compat: |
Got the pombump figured out using a property file, but it seems it exists deeper down still? Unassigned myself for now. |
Signed-off-by: Batuhan Apaydin <batuhan.apaydin@chainguard.dev>
Package apache-nifi: Click to expand/collapsePackage apache-nifi: Package apache-nifi-toolkit: Click to expand/collapsePackage apache-nifi-toolkit: Package apache-nifi-compat: Click to expand/collapsePackage apache-nifi-compat: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for picking this up!
apache-nifi/2.0.0-r1: fix GHSA-xq3w-v528-46rv
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/apache-nifi.advisories.yaml