snyk / leaky-vessels-static-detector

Static detection tool for runc and Docker "Leaky Vessels" vulnerabilities
https://snyk.io/blog/leaky-vessels-docker-runc-container-breakout-vulnerabilities/
Apache License 2.0
94 stars 17 forks source link

fix: Ignore LABEL command #8

Open yoavk opened 4 months ago

yoavk commented 4 months ago

Images that have labels with spaces will fail to parse. Since these lines aren't relevant for the scan, we can ignore them.