1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Vulnerability Notifications
===========================
This section of the page contains all known vulnerabilities in the HPACK
library. These vulnerabilities have all been reported to us via our
`vulnerability disclosure policy`_.
Known Vulnerabilities
---------------------
+----+---------------------------+----------------+---------------+--------------+---------------+
| \# | Vulnerability | Date Announced | First Version | Last Version | CVE |
+====+===========================+================+===============+==============+===============+
| 1 | :doc:`HPACK Bomb | 2016-08-04 | 1.0.0 | 2.2.0 | CVE-2016-6581 |
| | <CVE-2016-6581>` | | | | |
+----+---------------------------+----------------+---------------+--------------+---------------+
.. _vulnerability disclosure policy: http://python-hyper.org/en/latest/security.html#vulnerability-disclosure
|