We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29496f6 commit 5ea0b42Copy full SHA for 5ea0b42
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 0.1.4 / 2020-06-02
2
+
3
+- Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by
4
+ Robert McLaughlin)
5
+- Change license from MIT to Apache 2.0
6
7
### 0.1.3 / 2017-11-11
8
9
- Accept extension names and parameters including uppercase letters
LICENSE.md
@@ -1,4 +1,4 @@
-Copyright 2014-2017 James Coglan
+Copyright 2014-2020 James Coglan
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
package.json
@@ -7,7 +7,7 @@
"websocket"
],
"license": "Apache-2.0",
10
- "version": "0.1.3",
+ "version": "0.1.4",
11
"engines": {
12
"node": ">=0.8.0"
13
},
0 commit comments