Skip to content

Commit

Permalink
fix(CVE-2023-34062): fixing security issue with dependency
Browse files Browse the repository at this point in the history
reactor-netty-http: directory traversal vulnerability
  • Loading branch information
paulushcgcj committed Nov 27, 2023
1 parent c5963ea commit 978f64e
Show file tree
Hide file tree
Showing 3 changed files with 522 additions and 507 deletions.
5 changes: 5 additions & 0 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
<version>1.1.13</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
Loading

0 comments on commit 978f64e

Please sign in to comment.