Skip to content

Commit

Permalink
Jetty upgrade to 9.4.30.v20200611 version
Browse files Browse the repository at this point in the history
As the  max request header size and response heder size are configurable in airlift, CVE-2019-17638 (https://nvd.nist.gov/vuln/detail/CVE-2019-17638) might affect it.
Jetty version update to 9.4.30.v20200611 will fix the issue in lights of CVE-2019-17638 and jetty/jetty.project#4936.
  • Loading branch information
ShashwatArghode committed Nov 17, 2020
1 parent ccf94b6 commit 6fa1d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<dep.airlift.version>202-SNAPSHOT</dep.airlift.version>
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version>
<dep.jetty.version>9.4.27.v20200227</dep.jetty.version>
<dep.jetty.version>9.4.30.v20200611</dep.jetty.version>
<dep.jersey.version>2.26</dep.jersey.version>
</properties>

Expand Down

0 comments on commit 6fa1d0e

Please sign in to comment.