Skip to content

Commit

Permalink
Improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Sep 25, 2023
1 parent 7ebd44f commit 8f64b3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/changes/changes_2.0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Code name: Fix CVE-2023-42503

## Summary

This release fixes CVE-2023-42503 in `org.apache.commons:commons-compress`. Please note that transitive dependency `netty-handler` still contains CVE-2023-4586. See [issue #65](https://github.com/exasol/exasol-test-setup-abstraction-java/issues/65) for details.
This release fixes CVE-2023-42503 in `org.apache.commons:commons-compress`.

Known issue: Transitive dependency `io.netty:netty-handler` (via `software.amazon.awssdk:cloudformation`) still contains CVE-2023-4586. See [issue #65](https://github.com/exasol/exasol-test-setup-abstraction-java/issues/65) for details.

## Security

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<artifactId>exasol-testcontainers</artifactId>
<version>6.6.2</version>
</dependency>
<!-- Required for ExaOperationGateway -->
<dependency>
<groupId>fr.turri</groupId>
<artifactId>aXMLRPC</artifactId>
Expand Down

0 comments on commit 8f64b3a

Please sign in to comment.