Skip to content

Commit

Permalink
[FLUME-3472] fix vulnerability CVE 2020-1938 caused by tomcat-embed-core
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita15p committed Apr 27, 2023
1 parent f9dbb2d commit 8256832
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flume-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,11 @@ limitations under the License.
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.68</version>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
Expand Down

0 comments on commit 8256832

Please sign in to comment.