MISP / x_old_misp_docker

MISP Docker (XME edition)
283 stars 168 forks source link

known vulns in misp-docker container layers #126

Closed carnak closed 3 years ago

carnak commented 3 years ago

Hello - I am working on loading misp-docker into our Kubernetes cluster and am getting stopped by several known vulnerabilities in several of the docker container layers:

p1

p2

I believe that these are python dependencies that get pulled into the image, but couldn't find the "pillow" module explicitly called out, so am assuming it is pulled in by other components.

Could you advise how best to go about mitigating these issues locally, if not from your side?

Thanks,