You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-unfixed2024-10-28T17:21:59+01:00 INFO [vuln] Vulnerability scanning is enabled2024-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=1012024-10-28T17:22:07+01:00 INFO Number of language-specific files num=42024-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)
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 <<image_name>>:
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
The text was updated successfully, but these errors were encountered: