File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.2.0 (2016-08-04)
5+ ------------------
6+
7+ **Security Fixes **
8+
9+ - CVE-2016-6580: All versions of this library prior to 1.2.0 are vulnerable to
10+ a denial of service attack whereby a remote peer can cause a user to insert
11+ an unbounded number of streams into the priority tree, eventually consuming
12+ all available memory.
13+
14+ This version adds a ``TooManyStreamsError `` exception that is raised when
15+ too many streams are inserted into the priority tree. It also adds a keyword
16+ argument to the priority tree, ``maximum_streams ``, which limits how many
17+ streams may be inserted. By default, this number is set to 1000.
18+ Implementations should strongly consider whether they can set this value
19+ lower.
20+
4211.1.1 (2016-05-28)
522------------------
623
You can’t perform that action at this time.
0 commit comments