Skip to content

Commit

Permalink
Adding log4j2 2.14.1 vulnerability on purpose.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarhernandezgt authored Jan 19, 2022
1 parent ff88674 commit 292af87
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,19 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>

<!-- Addin on purpose log4j CVE-->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.14.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.14.1</version>
</dependency>

</dependencies>

</project>

0 comments on commit 292af87

Please sign in to comment.