Image Vulnerability - CI/CD Glossary Definition
An image vulnerability is a known weakness (a CVE) present in a container image’s base OS packages or bundled libraries; scanners flag them against vulnerability databases so they can be patched or the base updated before deploy.
Related guides
CVE - CI/CD Glossary DefinitionA CVE is a public, uniquely numbered identifier for one known security vulnerability, letting tools and teams…
CVSS Score - CI/CD Glossary DefinitionA CVSS score rates a vulnerability’s severity from 0 to 10 by exploitability and impact, helping teams decide…
Container Breakout - CI/CD Glossary DefinitionA container breakout is workload code escaping its container to reach the host kernel or other containers - t…