This is an automated email from the ASF dual-hosted git repository.
manikumar pushed a commit to branch 2.7
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.7 by this push:
new 14d7dbb KAFKA-12400: Upgrade jetty to fix CVE-2020-27223
14d7dbb is described below
commit 14d7dbb5eb9f79bec28bd14de67d08fd26a3a680
Author: Lee Dongjin <[email protected]>
AuthorDate: Wed Mar 3 10:13:40 2021 +0530
KAFKA-12400: Upgrade jetty to fix CVE-2020-27223
Here is the fix. The reason of
[CVE-2020-27223](https://nvd.nist.gov/vuln/detail/CVE-2020-27223) was DOS
vulnerability for Quoted Quality CSV headers and [patched in
9.4.37.v20210219](https://github.com/eclipse/jetty.project/security/advisories/GHSA-m394-8rww-3jr7).
This PR updates Jetty dependency into the following version,
9.4.38.v20210224.
Author: Lee Dongjin <[email protected]>
Reviewers: Manikumar Reddy <[email protected]>
Closes #10245 from dongjinleekr/feature/KAFKA-12400
(cherry picked from commit b77deece1db3fca5575e336e157677f83bf3b506)
Signed-off-by: Manikumar Reddy <[email protected]>
---
gradle/dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 5ec1f14..cc79fad 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -69,7 +69,7 @@ versions += [
jackson: "2.10.5",
jacksonDatabind: "2.10.5.1",
jacoco: "0.8.5",
- jetty: "9.4.36.v20210114",
+ jetty: "9.4.38.v20210224",
jersey: "2.31",
jmh: "1.23",
hamcrest: "2.2",