-
Notifications
You must be signed in to change notification settings - Fork 27
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
need to fix operator security vulnerabilities #371
Comments
in link above to redhat, the redhat security score of A unfortunately has no real meaningfulness for the total security:
|
of course its hard to fix all of them... what do you think of adapting the distroless approach to get rid of software in containers that contains security problems but is actually not needed anyway? |
just opened a new issue with some background and sources on the distroless approach: |
today in v0.6: 13 vulnerabilities have been detected in this package's images. |
just an update on freshly release v0.7: source: https://artifacthub.io/packages/helm/function-mesh/function-mesh-operator?modal=security-report |
As background info, the security scanner used by artifacthub, providing results shown above For details, see: and trivy |
there is also an easy to use github action for scanning with trivy
=> Maybe, this is interesting to integrate this directly into the CI pipeline... |
Extract: these 5 updates to the latest versions should solve all found 14 vulnerabilities: |
fyi - a CRITICAL vulnerability was newly introduced with the release v0.8 Some others were nicely cleaned up by updating dependencies! in summary, this leads to a security rating of F (where A is the best) https://artifacthub.io/packages/helm/function-mesh/function-mesh-operator?modal=security-report |
hm, that looks bad, I will add workflow to scan the vulnerabilities |
for further thoughts on this topic see #527 (comment) |
looks like they may be introduce by metrics server which has an open issue for this or by kube metrics, where a new version was just released (v2.7) |
closing as resolved |
The function-mesh-operator has some security vulnerabilities, and we need to fix them, refer to:
https://artifacthub.io/packages/helm/function-mesh/function-mesh-operator?modal=security-report
The text was updated successfully, but these errors were encountered: