You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
13
13
## [42.2.13] (2020-06-04)
14
14
15
15
**Notable Changes**
16
-
The primary reason to release this version and to continue the 42.2.x branch is for CVE-2020-13692.
17
-
Reported by David Dworken this is an XXE and more information can be found [here](https://cheatsheetseries.owasp.org/cheatsheets/XML_External_Entity_Prevention_Cheat_Sheet.html)
18
-
Sehrope Sarkuni reworked the XML parsing to provide a solution in commit 14b62aca4
19
-
The build system has been changed to Gradle thanks to Vladimir [PR 1627](https://github.com/pgjdbc/pgjdbc/pull/1627)
16
+
17
+
- Security: The primary reason to release this version and to continue the 42.2.x branch is for CVE-2020-13692.
18
+
Reported by David Dworken, this is an XXE and more information can be found [here](https://cheatsheetseries.owasp.org/cheatsheets/XML_External_Entity_Prevention_Cheat_Sheet.html).
19
+
Sehrope Sarkuni reworked the XML parsing to provide a solution in commit [14b62aca4](https://github.com/pgjdbc/pgjdbc/commit/14b62aca4764d496813f55a43d050b017e01eb65).
20
+
- The build system has been changed to Gradle thanks to Vladimir [PR 1627](https://github.com/pgjdbc/pgjdbc/pull/1627).
20
21
21
22
### Changed
22
23
@@ -48,7 +49,7 @@ We recommend that version 42.2.11 not be used.
48
49
49
50
## [42.2.11] (2020-03-07)
50
51
51
-
**Notable **
52
+
**Notable changes**
52
53
As mentioned above this version is broken and should not be used.
53
54
### Changed
54
55
- Reverted [PR 1641](https://github.com/pgjdbc/pgjdbc/pull/1252). The driver will now wait for EOF when sending cancel signals.
0 commit comments