Skip to content

Commit

Permalink
[SPARK-34988][CORE][2.4] Upgrade Jetty for CVE-2021-28165
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR backports #32091.
This PR upgrades the version of Jetty to 9.4.39.

### Why are the changes needed?

CVE-2021-28165 affects the version of Jetty that Spark uses and it seems to be a little bit serious.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28165

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Existing tests.

Closes #32093 from sarutak/backport-SPARK-34988.

Authored-by: Kousuke Saruta <sarutak@oss.nttdata.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
  • Loading branch information
sarutak authored and srowen committed Apr 8, 2021
1 parent c36cea9 commit f7ac0db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev/deps/spark-deps-hadoop-3.1
Expand Up @@ -116,8 +116,8 @@ jersey-container-servlet/2.22.2//jersey-container-servlet-2.22.2.jar
jersey-guava/2.22.2//jersey-guava-2.22.2.jar
jersey-media-jaxb/2.22.2//jersey-media-jaxb-2.22.2.jar
jersey-server/2.22.2//jersey-server-2.22.2.jar
jetty-webapp/9.4.36.v20210114//jetty-webapp-9.4.36.v20210114.jar
jetty-xml/9.4.36.v20210114//jetty-xml-9.4.36.v20210114.jar
jetty-webapp/9.4.39.v20210325//jetty-webapp-9.4.39.v20210325.jar
jetty-xml/9.4.39.v20210325//jetty-xml-9.4.39.v20210325.jar
jline/2.14.6//jline-2.14.6.jar
joda-time/2.9.3//joda-time-2.9.3.jar
jodd-core/3.5.2//jodd-core-3.5.2.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -134,7 +134,7 @@
<orc.version>1.5.5</orc.version>
<orc.classifier>nohive</orc.classifier>
<hive.parquet.version>1.6.0</hive.parquet.version>
<jetty.version>9.4.36.v20210114</jetty.version>
<jetty.version>9.4.39.v20210325</jetty.version>
<javaxservlet.version>3.1.0</javaxservlet.version>
<chill.version>0.9.3</chill.version>
<ivy.version>2.4.0</ivy.version>
Expand Down

0 comments on commit f7ac0db

Please sign in to comment.