pierone icon indicating copy to clipboard operation
pierone copied to clipboard

Provide a way to find out the source of vulnerability

Open dryewo opened this issue 8 years ago • 0 comments

It would be nice to know if some of the reported vulnerabilities were introduced in the topmost docker build or were inherited from the base image.

For example, this image clearly should be rebased:

FROM ubuntu:very-old
RUN touch hello.txt

And this should be reconsidered:

FROM ubuntu:new-shiny
RUN install-old-package.sh

dryewo avatar Jun 02 '16 22:06 dryewo