forked from epam/cloud-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency org.postgresql:postgresql to v42.2.13 #331
New issue
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
Open
mend-for-gitproxy.zycloud.tk
wants to merge
1
commit into
develop
Choose a base branch
from
whitesource-remediate/org.postgresql-postgresql-42.x
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update dependency org.postgresql:postgresql to v42.2.13 #331
mend-for-gitproxy.zycloud.tk
wants to merge
1
commit into
develop
from
whitesource-remediate/org.postgresql-postgresql-42.x
Conversation
This file contains hidden or 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
485166b to
d40b947
Compare
d40b947 to
9165c2c
Compare
9165c2c to
335c2ae
Compare
335c2ae to
a84e240
Compare
a84e240 to
18cf90c
Compare
18cf90c to
b720bf5
Compare
b720bf5 to
30ad873
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
42.1.4->42.2.13By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
pgjdbc/pgjdbc
v42.2.13Notable Changes
Reported by David Dworken, this is an XXE and more information can be found here.
Sehrope Sarkuni reworked the XML parsing to provide a solution in commit 14b62aca4.
Changed
Added
Fixed
procedures fixed in PR 1774
v42.2.12Notable changes
We have released 42.2.12 to correct regressions in this version: Specifically
We recommend that version 42.2.11 not be used.
Changed
This change introduced a breaking change which will be moved to 42.3.0
v42.2.11Notable changes
As mentioned above this version is broken and should not be used.
Changed
DatabaseMetaData#getProceduresreturns only procedures (not functions) for PostgreSQL 11+ PR 1723commitorxa.preparecommand PR 1729Added
raiseExceptionOnSilentRollbackconnection option to configure if silent rollback should raise an exception PR 1729ByteStreamWriterin CopyManager PR 1702Fixed
.as decimal separator in PGInterval PR 1705Changed
Added
dockerfolder)v42.2.10Changed
Added
Fixed
v42.2.9Changed
Added
Fixed
v42.2.8Changed
Added
Fixed
v42.2.7Changed
Added
Fixed
v42.2.6Known issues
Changed
Added
to allow a consistent snapshot in some uses cases. PR 1335
Fixed
v42.2.5Known issues
Changed
ssl=trueimpliessslmode=verify-full, that is it requires valid server certificate cdeeaca4targetServerType=master has been deprecated in favour of targetServerType=primary. master
will still be accepted but not documented.
Added
sslmode=allow/prefer/requirecdeeaca4Fixed
sslmode=verify-full(CVE-2018-10936) cdeeaca4v42.2.4Changed
argument if it is not null PR 1160
Fixed
v42.2.3Known issues
Changed
thrown to caller to be dealt with so no need to log at this verbosity by pgjdbc PR 1187
Fixed
v42.2.2Fixed
Avoid leaking server error details through BatchUpdateException when logServerErrorDetail PR #2254
QueryExecutorImpl.receiveFastpathResult did not properly handle ParameterStatus messages.
This in turn caused failures for some LargeObjectManager operations. Closes Issue #2237
Fixed by adding the missing code path, based on the existing handling in processResults. PR #2253
It is possible to break method PgDatabaseMetaData.getIndexInfo() by adding certain custom operators. This PR fixes it.
use older syntax for COMMENT ON FUNCTION with explicit no-arg parameter parentheses as it is required on server versions before v10.
Handle cleanup of connection creation in StatementTest, handle cleanup of privileged connection in DatabaseMetaDataTest
fixes issues introduced in PR #2199 closes Issue #2196
v42.2.1Notable Changes
Changed
There is a small behaviour change here as a result. If closeOnCompletion is called on an existing statement and the statement
is executed a second time it will fail.
Added
Fixed
v42.2.0Known issues
Added
Changed
Fixed
Removed
Deprecated