Skip to content

Commit 4ba112a

Browse files
committed
BUG#36611371: Update dnspython required versions to allow latest 2.6.1
`dnspython` versions older than 2.6.1 are hit by the vulnerability `NVD CVE-2023-29483`. Installation-related files have been updated as part of `WL#16350: Update dnspython version`. This fix expands such a patch by updating the `dnspython` package version for testing-related and documentation-related files. We thank Mike Perone for his contribution and for bringing this to our attention. Change-Id: Icc08cc178709d88ce472b3dcfaf62867e650eb0c
1 parent 88be80e commit 4ba112a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ v9.0.0
1414
- WL#16350: Update dnspython version
1515
- WL#16318: Deprecate Cursors Prepared Raw and Named Tuple
1616
- WL#16283: Remove OpenTelemetry Bundled Installation
17+
- BUG#36611371: Update dnspython required versions to allow latest 2.6.1
1718
- BUG#36476195: Incorrect escaping in pure Python mode if sql_mode includes NO_BACKSLASH_ESCAPES
1819
- BUG#36289767: MySQLCursorBufferedRaw does not skip conversion
1920

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dnspython>=1.16.0,<=2.3.0
1+
dnspython==2.6.1
22
gssapi>=1.6.9,<=1.8.2

mysqlx-connector-python/docs/mysqlx/requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Requirements
55
* Python >= 3.8
66
* Protobuf C++ (version >= 4.21.1, <= 4.21.12)
77
* Python Protobuf (version >= 4.21.1, <= 4.21.12)
8-
* dnspython (version >= 1.16.0, <= 2.3.0) for DNS SRV support
8+
* dnspython (version == 2.6.1) for DNS SRV support
99
* lz4 (version >= 2.1.6, <= 4.3.2) for connection compression support
1010
* zstandard (version >= 0.12.0, <= 0.19.0) for connection compression support
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
protobuf>=4.21.1,<=4.21.12
2-
dnspython>=1.16.0,<=2.3.0
2+
dnspython==2.6.1
33
lz4>=2.1.6,<=4.3.2
44
zstandard>=0.12.0,<=0.19.0
55

0 commit comments

Comments
 (0)