-
Notifications
You must be signed in to change notification settings - Fork 249
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
keda-2.15/2.15.1-r3: cve remediation #33273
keda-2.15/2.15.1-r3: cve remediation #33273
Conversation
Gen AI suggestions to solve the build error: Based on the error log, here's how to fix the build error for the keda-2.15 package:
Here are the steps to resolve this:
These changes should resolve the version conflict and allow the build to proceed. |
Signed-off-by: Aditvil-Dev <[email protected]>
Package keda-2.15: Click to expand/collapsePackage keda-2.15: Package keda-2.15-metrics-apiserver: Click to expand/collapsePackage keda-2.15-metrics-apiserver: Package keda-2.15-admission-webhooks: Click to expand/collapsePackage keda-2.15-admission-webhooks: Package keda-2.15-compat: Click to expand/collapsePackage keda-2.15-compat: |
Gen AI suggestions to solve the build error: Based on the build output, it appears the build was successful but encountered an error during the test phase. The main issue seems to be with the ImgRef being empty when trying to run tests. Here are some steps to debug and fix this:
test:
environment:
# Add any required env vars
pipeline:
- runs: |
# Add test commands here
# At the top level of your melange.yaml
environment:
contents:
repositories:
- https://packages.wolfi.dev/os
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
packages:
- wolfi-base # Add other test dependencies
test:
# Your test config here
melange test --debug --verbose keda-2.15.yaml
The empty ImgRef suggests the test environment image isn't being created properly. Adding proper test configuration should resolve this issue. |
Has multiple replaces for the same package in |
… mod The module is not getting used anywhere but it is mentioned in the go.mod file and now it causing error when we try to update the github.com/golang-jwt/jwt/v4 Signed-off-by: debasishbsws <[email protected]>
Create a upstream PR to remove it from the go.mod file kedacore/keda#6315 |
Package keda-2.15: Click to expand/collapsePackage keda-2.15: Package keda-2.15-metrics-apiserver: Click to expand/collapsePackage keda-2.15-metrics-apiserver: Package keda-2.15-admission-webhooks: Click to expand/collapsePackage keda-2.15-admission-webhooks: Package keda-2.15-compat: Click to expand/collapsePackage keda-2.15-compat: |
Hello go mod graph | grep github.com/golang-jwt/jwt/v4
github.com/kedacore/keda/v2 github.com/golang-jwt/jwt/[email protected]
github.com/Azure/[email protected] github.com/golang-jwt/jwt/[email protected]
github.com/Azure/go-autorest/[email protected] github.com/golang-jwt/jwt/[email protected]
github.com/Azure/go-autorest/autorest/[email protected] github.com/golang-jwt/jwt/[email protected]
github.com/Azure/go-autorest/autorest/azure/[email protected] github.com/golang-jwt/jwt/[email protected]
github.com/Azure/go-autorest/autorest/azure/[email protected] github.com/golang-jwt/jwt/[email protected]
github.com/bradleyfalzon/ghinstallation/[email protected] github.com/golang-jwt/jwt/[email protected]
k8s.io/[email protected] github.com/golang-jwt/jwt/[email protected]
k8s.io/[email protected] github.com/golang-jwt/jwt/[email protected]
github.com/Azure/go-autorest/autorest/[email protected] github.com/golang-jwt/jwt/[email protected]
github.com/Azure/go-autorest/[email protected] github.com/golang-jwt/jwt/[email protected]
github.com/Azure/go-autorest/autorest/[email protected] github.com/golang-jwt/jwt/[email protected] I've checked all the replacement and all of them are used somehow with affected versions, although I've just updated the replacement with latest package versions |
keda-2.15/2.15.1-r3: fix GHSA-29wx-vh33-7x7r
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/keda-2.15.advisories.yaml