Open ns-pmistry opened 2 weeks ago
I understand your concern about security vulnerabilities. We regularly update our images with the latest system packages; however, certain CVEs may persist until they are patched in the OS or application. Additionally, some CVEs remain unfixed due to the absence of available patches. In vulnerability scanners like Trivy, you can use the --ignore-unfixed
flag to ignore such CVEs. You can learn more about our CVE policy here.
The Bitnami Application Catalog (OpenSource) is built on Debian 12 (Debian 11 was discontinued from the public catalog long time ago). Additionally, as part of VMware, Bitnami offers a custom container and Helm Charts catalog based on various base images, such as Debian 11 & 12, PhotonOS 5, Ubuntu 22.04 & 24.04, RedHat UBI 8 & 9, and custom golden images. You can explore these options through the VMware Tanzu Application Catalog.
For instance, in the case of Redis, the latest version for branch 7 is 7.4.1. This version doesn't contain fixable CVEs:
$ trivy image bitnami/redis:7.4 --scanners vuln --ignore-unfixed
2024-10-28T17:21:59+01:00 INFO [vuln] Vulnerability scanning is enabled
2024-10-28T17:22:07+01:00 INFO Detected OS family="debian" version="12.7"
2024-10-28T17:22:07+01:00 INFO [debian] Detecting vulnerabilities... os_version="12" pkg_num=101
2024-10-28T17:22:07+01:00 INFO Number of language-specific files num=4
2024-10-28T17:22:07+01:00 INFO [gobinary] Detecting vulnerabilities...
2024-10-28T17:22:07+01:00 INFO [bitnami] Detecting vulnerabilities...
2024-10-28T17:22:07+01:00 WARN Using severities from other vendors for some vulnerabilities. Read https://aquasecurity.github.io/trivy/v0.56/docs/scanner/vulnerability#severity-selection for details.
bitnami/redis:7.4 (debian 12.7)
Total: 0 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Name and Version
bitnami/redis:7.0.11-debian-11-r12
What architecture are you using?
None
What steps will reproduce the bug?
setup jfrog scan for docker run jf docker scan <>:
I'm attaching the result below
redis-7.0.11-debian-11-r12-CVE-report.txt
These issues are blocking us to deploy in fedramp environment
What is the expected behavior?
No response
What do you see instead?
CVE report attached
Additional information
No response