We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the security issue Upgrade Postgres JDBC driver.
Vulnerability Location Third Party (https://nvd.nist.gov/vuln/detail/CVE-2024-1597)
Environment (please complete the following information if it is applicable to the issue) All
Suggested remediation postgresql-42.6.0.jar -> postgresql-42.6.1.jar
Additional context
└─$ find . -name "postgres*jar" -print 1 ⨯ ./engine/donkey/setup/lib/database/postgresql-42.6.0.jar ./engine/donkey/lib/database/postgresql-42.6.0.jar ./engine/server/setup/server-lib/database/postgresql-42.6.0.jar ./engine/server/lib/database/postgresql-42.6.0.jar ./engine/simplesender/lib/postgresql-8.1-405.jdbc3.jar
The text was updated successfully, but these errors were encountered:
Issue OpenIntegrationEngine#78 update PG drivers
7bcd46a
32ec4ab
Signed-off-by: Richard Ogin <rogin@users.noreply.github.com>
jonbartels
No branches or pull requests
Describe the security issue
Upgrade Postgres JDBC driver.
Vulnerability Location
Third Party
(https://nvd.nist.gov/vuln/detail/CVE-2024-1597)
Environment (please complete the following information if it is applicable to the issue)
All
Suggested remediation
postgresql-42.6.0.jar -> postgresql-42.6.1.jar
Additional context
The text was updated successfully, but these errors were encountered: