
spring-webmvc 5.3.39를 포크하여 CVE-2024-38816, CVE-2024-38819 수정
spring-webmvc 5.3.39를 포크하여 CVE-2024-38816, CVE-2024-38819를 수정합니다.
프로젝트의 pom.xml dependencies에 다음 내용을 추가하세요:
<dependency>
<groupId>io.github.jaloon</groupId>
<artifactId>spring-webmvc5</artifactId>
<version>5.3.39.1</version>
</dependency>