DEV Community

Discussion on: Vulnerability Identified in Docker & RunC

Collapse
 
mykezero profile image
Mykezero

Does anyone have any strategies for being updated when new vulnerabilities are released? I've always wondered how people stay on top of these situations.

Collapse
 
phlash profile image
Phil Ashby

I find a reasonable amount via the Full Disclosure mailing list:
seclists.org/fulldisclosure/

Other sources are my Twitter contacts in the infosec industry, including the official CVE team cve.mitre.org/cve/

Finally - I run Debian on public systems, so their own security patches are a source of alerts.

Collapse
 
ohffs profile image
ohffs

I think, sadly, as with a lot of tech these days it's either 'maybe see something on twitter' or 'saw a blog post the other day' :-/ Docker's own CVE database doesn't inspire much confidence either : docker.com/legal/docker-cve-database

Collapse
 
keithcharlie profile image
Keith Vidal

Container runtime images for Docker that are published in the Azure Marketplace are patched to the latest CVE standards. All VM and container images undergo vulnerability testing prior to publication in Azure Marketplace.