diff options
author | Emmanuel Nosa E <emmanuelnosa.e@gmail.com> | 2020-01-03 12:10:16 (GMT) |
---|---|---|
committer | T. Wouters <thomas@python.org> | 2020-01-03 12:10:16 (GMT) |
commit | b789202cbedd93898c29b08a44ca085bf0723d81 (patch) | |
tree | c2c76620910a7279b553ed7d29b1f33a7c5911f8 /Doc/library/zlib.rst | |
parent | 4fcf5c12a37a8d3d8d6303c44c223dbc8d568cfd (diff) | |
download | cpython-b789202cbedd93898c29b08a44ca085bf0723d81.zip cpython-b789202cbedd93898c29b08a44ca085bf0723d81.tar.gz cpython-b789202cbedd93898c29b08a44ca085bf0723d81.tar.bz2 |
Add link to zlib v1.1.3 vulnerability (GH-17156)
Diffstat (limited to 'Doc/library/zlib.rst')
-rw-r--r-- | Doc/library/zlib.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index 339acfd..ec60ea2 100644 --- a/Doc/library/zlib.rst +++ b/Doc/library/zlib.rst @@ -9,9 +9,9 @@ For applications that require data compression, the functions in this module allow compression and decompression, using the zlib library. The zlib library -has its own home page at http://www.zlib.net. There are known +has its own home page at https://www.zlib.net. There are known incompatibilities between the Python module and versions of the zlib library -earlier than 1.1.3; 1.1.3 has a security vulnerability, so we recommend using +earlier than 1.1.3; 1.1.3 has a `security vulnerability <https://zlib.net/zlib_faq.html#faq33>`_, so we recommend using 1.1.4 or later. zlib's functions have many options and often need to be used in a particular @@ -337,4 +337,3 @@ the following constants: http://www.zlib.net/manual.html The zlib manual explains the semantics and usage of the library's many functions. - |