Skip to content

Commit

Permalink
feat: add support for jackson vulnerable conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
cfereday committed Oct 26, 2021
1 parent 946148c commit 1656dd6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions todolist-web-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@
</properties>

<dependencies>
<!-- jackson vulnerable conditions -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.6.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.6.5</version>
</dependency>

<!-- todolist core module-->
<dependency>
Expand Down

0 comments on commit 1656dd6

Please sign in to comment.