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 8dc30a3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions flume-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,21 @@ limitations under the License.
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.65</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-el</artifactId>
<version>9.0.65</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>
<version>9.0.65</version>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
Expand All @@ -904,6 +919,10 @@ limitations under the License.
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 8dc30a3

Please sign in to comment.