Skip to content

Commit

Permalink
Upgrade Avro to 1.11.3 to address CVE-2023-39410 (apache#15419)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeerthanaSrikanth authored and ythorat2 committed Dec 1, 2023
1 parent 8f9f079 commit 978deda
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3355,7 +3355,7 @@ name: Apache Avro
license_category: binary
module: extensions/druid-avro-extensions
license_name: Apache License version 2.0
version: 1.11.1
version: 1.11.3
libraries:
- org.apache.avro: avro
- org.apache.avro: avro-mapred
Expand Down
8 changes: 0 additions & 8 deletions owasp-dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -557,14 +557,6 @@
<cve>CVE-2017-3162</cve>
</suppress>

<suppress>
<!-- Suppress avro cves that are only applicable to .NET SDK-->
<notes><![CDATA[
file name: avro-1.9.2.jar or avro-ipc-jetty-1.9.2.jar
]]></notes>
<cve>CVE-2021-43045</cve>
</suppress>

<suppress>
<!-- False alarm for the Async javascript library (https://github.com/caolan/async) which is a dev dependency for the web console -->
<notes><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<apache.ranger.gson.version>2.2.4</apache.ranger.gson.version>
<scala.library.version>2.13.11</scala.library.version>
<avatica.version>1.23.0</avatica.version>
<avro.version>1.11.1</avro.version>
<avro.version>1.11.3</avro.version>
<!-- When updating Calcite, also propagate updates to these files which we've copied and modified:
default_config.fmpp
-->
Expand Down

0 comments on commit 978deda

Please sign in to comment.