Skip to content

Commit 8256832

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flume-parent/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,11 @@ 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.68</version>
902+
</dependency>
898903
<dependency>
899904
<groupId>org.apache.thrift</groupId>
900905
<artifactId>libthrift</artifactId>

0 commit comments

Comments
 (0)