Skip to content

Commit 8dc30a3

Browse files
committed
[FLUME-3472] fix vulnerability CVE 2020-1938 caused by tomcat-embed-core
1 parent f9dbb2d commit 8dc30a3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

flume-parent/pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,21 @@ limitations under the License.
895895
</exclusions>
896896
</dependency>
897897

898+
<dependency>
899+
<groupId>org.apache.tomcat.embed</groupId>
900+
<artifactId>tomcat-embed-core</artifactId>
901+
<version>9.0.65</version>
902+
</dependency>
903+
<dependency>
904+
<groupId>org.apache.tomcat.embed</groupId>
905+
<artifactId>tomcat-embed-el</artifactId>
906+
<version>9.0.65</version>
907+
</dependency>
908+
<dependency>
909+
<groupId>org.apache.tomcat.embed</groupId>
910+
<artifactId>tomcat-embed-websocket</artifactId>
911+
<version>9.0.65</version>
912+
</dependency>
898913
<dependency>
899914
<groupId>org.apache.thrift</groupId>
900915
<artifactId>libthrift</artifactId>
@@ -904,6 +919,10 @@ limitations under the License.
904919
<groupId>javax.servlet</groupId>
905920
<artifactId>servlet-api</artifactId>
906921
</exclusion>
922+
<exclusion>
923+
<groupId>org.apache.tomcat.embed</groupId>
924+
<artifactId>tomcat-embed-core</artifactId>
925+
</exclusion>
907926
</exclusions>
908927
</dependency>
909928

0 commit comments

Comments
 (0)