Skip to content

Commit

Permalink
fix(cve): Schema parsing in the Java SDK of Apache Avro 1.11.3 and pr…
Browse files Browse the repository at this point in the history
…evious versions allows bad actors to execute arbitrary code. Users are recommended to upgrade to version 1.12.0, which fix this issue.
  • Loading branch information
mathias-vandaele committed Nov 26, 2024
1 parent 6b7980f commit dc46416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectors/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<properties>
<!-- Pins avro version, as jackson-dataformat-avro transitively imports the outdated one -->
<version.avro>1.11.3</version.avro>
<version.avro>1.12.0</version.avro>
<license.inlineheader>Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
under one or more contributor license agreements. Licensed under a proprietary license.
See the License.txt file for more information. You may not use this file
Expand Down

0 comments on commit dc46416

Please sign in to comment.