Skip to content

Commit

Permalink
#4 REST API 개발환경 설정
Browse files Browse the repository at this point in the history
- Apache log4j2 LDAP JNDI Parser RCE 취약점 대응
  • Loading branch information
cloudwisx committed Dec 13, 2021
1 parent 6c890ff commit db0bc3e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,21 @@
</dependency>

<!-- Logging -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.log4jdbc</groupId>
<artifactId>log4jdbc</artifactId>
Expand Down

0 comments on commit db0bc3e

Please sign in to comment.