Skip to content

Commit b789202

Browse files
nosahamaYhg1s
authored andcommitted
Add link to zlib v1.1.3 vulnerability (GH-17156)
1 parent 4fcf5c1 commit b789202

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/library/zlib.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
For applications that require data compression, the functions in this module
1111
allow compression and decompression, using the zlib library. The zlib library
12-
has its own home page at http://www.zlib.net. There are known
12+
has its own home page at https://www.zlib.net. There are known
1313
incompatibilities between the Python module and versions of the zlib library
14-
earlier than 1.1.3; 1.1.3 has a security vulnerability, so we recommend using
14+
earlier than 1.1.3; 1.1.3 has a `security vulnerability <https://zlib.net/zlib_faq.html#faq33>`_, so we recommend using
1515
1.1.4 or later.
1616

1717
zlib's functions have many options and often need to be used in a particular
@@ -337,4 +337,3 @@ the following constants:
337337
http://www.zlib.net/manual.html
338338
The zlib manual explains the semantics and usage of the library's many
339339
functions.
340-

0 commit comments

Comments
 (0)