Skip to content

Commit

Permalink
#128: Applied review findings.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcatbear committed Mar 11, 2024
1 parent 9eb24ba commit 7cf0292
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ doc/changes/changelog.md linguist-genera
.github/workflows/ci-build-next-java.yml linguist-generated=true
.github/workflows/ci-build.yml linguist-generated=true
.github/workflows/dependencies_check.yml linguist-generated=true
.github/workflows/dependencies_update.yml linguist-generated=true
.github/workflows/release_droid_prepare_original_checksum.yml linguist-generated=true
.github/workflows/release_droid_release_on_maven_central.yml linguist-generated=true
.github/workflows/release_droid_print_quick_checksum.yml linguist-generated=true
Expand Down
8 changes: 4 additions & 4 deletions doc/changes/changes_3.5.4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test Database Builder for Java 3.5.4, released 2024-03-11

Code name: Fix CVE-2024-25710, CVE-2024-1597. CVE-2024-26308
Code name: Fix CVE-2024-25710, CVE-2024-1597 and CVE-2024-26308 in test dependencies

## Summary

Expand Down Expand Up @@ -44,9 +44,9 @@ Users are recommended to upgrade to version 1.26, which fixes the issue.

## Bugfixes

* #128: CVE-2024-25710: org.apache.commons:commons-compress:jar:1.24.0:test
* #130: CVE-2024-1597: org.postgresql:postgresql:jar:42.7.0:test
* #131: CVE-2024-26308: org.apache.commons:commons-compress:jar:1.24.0:test
* #128: Fixed CVE-2024-25710 in `org.apache.commons:commons-compress:jar:1.24.0:test`
* #130: Fixed CVE-2024-1597 in `org.postgresql:postgresql:jar:42.7.0:test`
* #131: Fixed CVE-2024-26308 in `org.apache.commons:commons-compress:jar:1.24.0:test

## Dependency Updates

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class DatabaseObjectException extends RuntimeException {
*/
private final String fullyQualifiedObjectName;
/**
* type of the database object that is the context of this exception
* Type of the database object that is the context of this exception
* @serial include
*/
private final String objectType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public enum Language {
*
* @deprecated Newer versions of Exasol 7.1 don't support Python 2 any more. Migrate to {@link #PYTHON3}.
*/
@Deprecated PYTHON,
@Deprecated PYTHON,
/** Python 3 language. */
PYTHON3,
/** Lua language. */
Expand Down

0 comments on commit 7cf0292

Please sign in to comment.