An open API service indexing awesome lists of open source software.

https://github.com/mikesir87/docker-nginx-patching-demo

Repo that produces Docker images (one HIGHLY vulnerable) to show container-based application patching
https://github.com/mikesir87/docker-nginx-patching-demo

Last synced: about 2 months ago
JSON representation

Repo that produces Docker images (one HIGHLY vulnerable) to show container-based application patching

Awesome Lists containing this project

README

        

THIS REPO CONTAINS VULNERABLE CODE. IT IS TO BE USED ONLY FOR DEMONSTRATION PURPOSES.

The image with tag `vulnerable` or `1.0` is compiled with OpenSSL version 1.0.1f, which is vulnerable to the vulnerability known as Heartbleed (CVE-2014-0160). As such, it should not be used for anything remotely production. The intent is to provide demonstrations on how containers change how applications are patched and updated.

The image with tag `non-vulnerable` or `1.1` is compiled with OpenSSL version 1.0.1u, which has no known vulnerabilities (as of 20 Sept 2017).