From 087fb50aa8667ae07f80e13e7eb92422936d1cf4 Mon Sep 17 00:00:00 2001 From: Wes Widner Date: Thu, 22 Feb 2018 08:44:41 -0500 Subject: [PATCH] remove broken 'how to protect against shellshock' entry --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 98b52bc..f5ef21e 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,6 @@ A collection of container related security resources ### [Alpine CVE Check](https://github.com/tomwillfixit/alpine-cvecheck) * Specialized CVE scanner -### [Protect Your Docker Containers Against Shellshock](https://webcache.googleusercontent.com/search?q=cache:bp81zriPKMoJ:https://blog.tutum.co/2014/10/09/protect-your-docker-containers-against-shellshock/+&cd=4&hl=en&ct=clnk&gl=us) -* Most base images have patched out Shellshock, but its still a good exercise for thinking about how to mitigate similar attacks in the future - ### [Banyan Collector: A framework to peek inside containers](https://github.com/banyanops/collector) * Framework for peering inside docker images. Useful for rolling your own image scanning system