-
Notifications
You must be signed in to change notification settings - Fork 315
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
wildfly/35.0.1-r14: cve remediation #48246
Conversation
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 • Failure Point: Maven compilation of wildfly-elytron-oidc-client-subsystem module • Root Cause Analysis: The build is failing because the jose4j dependency is missing or not properly declared in the Maven build configuration for the OIDC client subsystem. • Suggested Fix: environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- maven
- openjdk-17
- openjdk-21
- jose4j Or alternatively, ensure the jose4j dependency is properly declared in the relevant pom.xml: <dependency>
<groupId>org.bitbucket.b_c</groupId>
<artifactId>jose4j</artifactId>
<version>0.9.6</version>
</dependency> • Explanation: The compilation error indicates that the jose4j library, which provides JSON Object Signing and Encryption (JOSE) functionality, is not available during compilation. Adding the dependency will make the required classes available to the compiler. • Additional Notes:
• References:
|
…ta5, renaming depricated method names, adding support for remote+tls protocol configuration
01ff197
to
9db66c6
Compare
Signed-off-by: jamie-albert <jamie.albert@chainguard.dev>
wildfly/35.0.1-r14: fix GHSA-5565-3c98-g6jc
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/wildfly.advisories.yaml
"Breadcrumbs" for this automated service