Giter Site home page Giter Site logo

Comments (1)

carrodher avatar carrodher commented on June 10, 2024

The bitnami/minideb image is built on a daily basis in order to include the latest version of the installed Debian packages. In the DockerHub repo, you can see the release cadence of the different tags.

There are some system packages included in the Debian distro that contain some CVEs without a provided fix, in this case, we can't do anything until there is a new version of the system package with the fix.

You can check this topic by running a CVE scanner with and without the --ignore-unfixed flag:

$ trivy image bitnami/minideb:buster
2021-12-15T17:37:49.165Z	INFO	Detected OS: debian
2021-12-15T17:37:49.165Z	INFO	Detecting Debian vulnerabilities...
2021-12-15T17:37:49.171Z	INFO	Number of language-specific files: 0

bitnami/minideb:buster (debian 10.11)
=====================================
Total: 106 (UNKNOWN: 0, LOW: 74, MEDIUM: 9, HIGH: 19, CRITICAL: 4)

$ trivy image --ignore-unfixed bitnami/minideb:buster
2021-12-15T17:38:27.995Z	INFO	Detected OS: debian
2021-12-15T17:38:27.995Z	INFO	Detecting Debian vulnerabilities...
2021-12-15T17:38:28.001Z	INFO	Number of language-specific files: 0

bitnami/minideb:buster (debian 10.11)
=====================================
Total: 0 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)

As you can see, when using the --ignore-unfixed flag, there are no CVEs reported. In the above example, I'm using Trivy as scanner, but same result should appear using any other scanner.

from minideb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.