Share
## https://sploitus.com/exploit?id=FAF24683-9084-5A21-97D4-63312EF99757
# spring-webmvc5
Fork spring-webmvc 5.3.39 to fix CVE-2024-38816, CVE-2024-38819

### Maven
在项目的pom.xml的dependencies中加入以下内容:

```xml
<dependency>
    <groupId>io.github.jaloon</groupId>
    <artifactId>spring-webmvc5</artifactId>
    <version>5.3.39.1</version>
</dependency>
```