This commit is contained in:
sn-ravance 2021-12-20 16:47:36 -06:00
parent c2736cc8a1
commit af3dbcfbfa
4 changed files with 42 additions and 1 deletions

1
.dccache Normal file
View File

@ -0,0 +1 @@
{"/Users/rvance/Documents/GitHub/log4shell-vulnerable-app/src/main/java/fr/christophetd/log4shell/vulnerableapp/MainController.java":[657,1640040314057.7815,"e1131222e3f8d29031b6cb9200a82cd9c1458f2622d7ddc466724f1f8dc47d96"],"/Users/rvance/Documents/GitHub/log4shell-vulnerable-app/src/main/java/fr/christophetd/log4shell/vulnerableapp/VulnerableAppApplication.java":[346,1640040314058.0571,"00c51ae77913ce7ff0b43b3c986d1733397d5e06320cf2492ef91450acc162e9"]}

28
.project Normal file
View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>log4shell-vulnerable-app</name>
<comment>Project log4shell-vulnerable-app created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
<filteredResources>
<filter>
<id>1640040422914</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>

View File

@ -0,0 +1,13 @@
arguments=
auto.sync=false
build.scans.enabled=false
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
connection.project.dir=
eclipse.preferences.version=1
gradle.user.home=
java.home=/Library/Java/JavaVirtualMachines/adoptopenjdk-13.jdk/Contents/Home
jvm.arguments=
offline.mode=false
override.workspace.settings=true
show.console.view=true
show.executions.view=true

View File

@ -1,5 +1,4 @@
# Log4Shell sample vulnerable application (CVE-2021-44228)
20 Dec 2021
It uses Log4j 2.14.1 (through `spring-boot-starter-log4j2` 2.6.1) and the JDK 1.8.0_181.