mirror of https://github.com/apache/druid.git
Fix / suppress netty CVEs CVE-2019-20445 and CVE-2019-20444 (#9300)
* Suppress netty 3 vulnerabilites and upgrade netty 4 version * Upgrade netty 4 version to fix vulnerabilities CVE-2019-20445 and CVE-2019-20444 * suppress these CVEs for netty 3 * * simplify suppression xml file * update licenses file with new version of netty * * fix type in licenses.yaml
This commit is contained in:
parent
7d91b8f281
commit
74ac9151c9
|
@ -782,7 +782,7 @@ name: Netty
|
|||
license_category: binary
|
||||
module: java-core
|
||||
license_name: Apache License version 2.0
|
||||
version: 4.1.42.Final
|
||||
version: 4.1.45.Final
|
||||
libraries:
|
||||
- io.netty: netty-buffer
|
||||
- io.netty: netty-codec
|
||||
|
|
|
@ -147,6 +147,8 @@
|
|||
]]></notes>
|
||||
<packageUrl regex="true">^pkg:maven/io\.netty/netty@.*$</packageUrl>
|
||||
<cve>CVE-2019-16869</cve>
|
||||
<cve>CVE-2019-20444</cve>
|
||||
<cve>CVE-2019-20445</cve>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<!-- TODO: Fix by upgrading hadoop-auth version -->
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -94,7 +94,7 @@
|
|||
<log4j.version>2.8.2</log4j.version>
|
||||
<netty3.version>3.10.6.Final</netty3.version>
|
||||
<!-- Spark updated in https://github.com/apache/spark/pull/19884 -->
|
||||
<netty4.version>4.1.42.Final</netty4.version>
|
||||
<netty4.version>4.1.45.Final</netty4.version>
|
||||
<node.version>v10.14.2</node.version>
|
||||
<npm.version>6.5.0</npm.version>
|
||||
<protobuf.version>3.11.0</protobuf.version>
|
||||
|
|
Loading…
Reference in New Issue