-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from DiSSCo/feature/add-translator-job-record
Translator Job Record
- Loading branch information
Showing
36 changed files
with
2,538 additions
and
1,285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# Date: Feb 12, 2024 | ||
# Notes: Issue with libexpat, parsing large tokens can trigger a denial of service | ||
# Needs to be fixed in Docker Image. | ||
CVE-2023-52425 | ||
# April 18 2024 | ||
# Spring boot needs to update its version of spring | ||
CVE-2024-22262 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 35 additions & 31 deletions
66
src/main/java/eu/dissco/core/translator/database/jooq/DefaultCatalog.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
30 changes: 19 additions & 11 deletions
30
src/main/java/eu/dissco/core/translator/database/jooq/Keys.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
82 changes: 46 additions & 36 deletions
82
src/main/java/eu/dissco/core/translator/database/jooq/Public.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 15 additions & 9 deletions
24
src/main/java/eu/dissco/core/translator/database/jooq/Tables.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
56 changes: 56 additions & 0 deletions
56
src/main/java/eu/dissco/core/translator/database/jooq/enums/ErrorCode.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.