From 7534c0c80d663449a8a5e1670ef9765a0df0ca0f Mon Sep 17 00:00:00 2001 From: Daryl Robbins Date: Sat, 11 Dec 2021 16:01:56 -0500 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d6e1cf..6be583f 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ This repository contains a Spring Boot web application vulnerable to CVE-2021-44 It uses Log4j 2.14.1 (through `spring-boot-starter-log4j2` 2.6.1) and the JDK 1.8.0_181. +Now in a fully self-contained docker lab environment (thanks to @darylrobbins). + ![](./screenshot.png) ## Running the application -Run a complete security lab environment for log4shell: +Run a complete Docker security lab environment for log4shell: ```bash docker-compose up