add howto protect against shellshock in containers

This commit is contained in:
Wes Widner 2017-10-30 10:35:00 -04:00
parent c7aad6ac60
commit 1ea114a8c9

View File

@ -63,6 +63,9 @@ 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://blog.tutum.co/2014/10/09/protect-your-docker-containers-against-shellshock/)
* Most base images have patched out Shellshock, but its still a good exercise for thinking about how to mitigate similar attacks in the future
### Commercial solutions
* [Project Atomic](https://www.projectatomic.io/) - RedHat's complete container solution with strong built-in security
* [Black Duck Software](https://www.blackducksoftware.com/)