There was an error while loading. Please reload this page.
2 parents 5f6186c + e625a49 commit 9b56bafCopy full SHA for 9b56baf
2 files changed
CHANGELOG.md
@@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
11
- The official Docker image is now based on Node.js 22 (#343)
12
- Netlify builds use Node.js 22 (#343)
13
14
+### Fixed
15
+
16
+- ReDOS vulnerabilty of is_js, the request-ip dependency (thanks @marek629, #392)
17
18
## [3.4.2] - 2022-12-17
19
20
## Changed
package.json
@@ -53,7 +53,7 @@
53
"node-fetch": "^2.6.1",
54
"node-schedule": "^2.0.0",
55
"normalize-url": "^6.0.1",
56
- "request-ip": "^2.1.3",
+ "request-ip": "^3.3.0",
57
"sanitize-filename": "^1.6.3",
58
"signale": "^1.4.0",
59
"uuid": "^9.0.0"
0 commit comments