Skip to content

Commit

Permalink
#142: Fix CVE-2023-43642 in org.xerial.snappy:snappy-java (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada authored Sep 28, 2023
1 parent ab33242 commit cbfb231
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions doc/changes/changes_7.3.4.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# Virtual Schema for Document Data in Files 7.3.4, released 2023-09-27
# Virtual Schema for Document Data in Files 7.3.4, released 2023-09-28

Code name: Fix CVE-2023-42503 and CVE-2023-4759
Code name: Fix CVE-2023-42503, CVE-2023-4759 and CVE-2023-43642

## Summary

This release fixes the following vulnerabilities in dependencies:
* CVE-2023-42503 in compile dependency `org.apache.commons:commons-compress`
* CVE-2023-43642 in compile `org.xerial.snappy:snappy-java`
* CVE-2023-4759 in test dependency `org.eclipse.jgit:org.eclipse.jgit`

## Security

* #140: Fixed CVE-2023-42503 and CVE-2023-4759
* #142: Fixed CVE-2023-43642 in `org.xerial.snappy:snappy-java`

## Dependency Updates

### Compile Dependency Updates

* Updated `com.exasol:parquet-io-java:2.0.4` to `2.0.5`
* Updated `com.exasol:virtual-schema-common-document:9.4.0` to `9.4.2`
* Updated `io.deephaven:deephaven-csv:0.11.0` to `0.12.0`

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>parquet-io-java</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
<!-- Test dependencies -->
<dependency>
Expand Down

0 comments on commit cbfb231

Please sign in to comment.