Fix JDK version in README

This commit is contained in:
Christophe Tafani-Dereeper 2021-12-10 13:51:12 +01:00
parent 4de08e0af5
commit a230ccf303
No known key found for this signature in database
GPG Key ID: 6F8E56891D02B6F7

View File

@ -2,7 +2,7 @@
This repository contains a Spring Boot web application vulnerable to CVE-2021-44228, nicknamed [Log4Shell](https://www.lunasec.io/docs/blog/log4j-zero-day/). This repository contains a Spring Boot web application vulnerable to CVE-2021-44228, nicknamed [Log4Shell](https://www.lunasec.io/docs/blog/log4j-zero-day/).
It uses Log4j 2.14.1 (through `spring-boot-starter-log4j2` 2.6.1) and the JDK 8u191. It uses Log4j 2.14.1 (through `spring-boot-starter-log4j2` 2.6.1) and the JDK 1.8.0_191.
![](./screenshot.png) ![](./screenshot.png)