Skip to content

Commit 9b56baf

Browse files
authored
Merge pull request #393 from marek629/request-ip-vulnerability-fix
ReDOS is_js/request-ip vulnerability fix
2 parents 5f6186c + e625a49 commit 9b56baf

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1111
- The official Docker image is now based on Node.js 22 (#343)
1212
- Netlify builds use Node.js 22 (#343)
1313

14+
### Fixed
15+
16+
- ReDOS vulnerabilty of is_js, the request-ip dependency (thanks @marek629, #392)
17+
1418
## [3.4.2] - 2022-12-17
1519

1620
## Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"node-fetch": "^2.6.1",
5454
"node-schedule": "^2.0.0",
5555
"normalize-url": "^6.0.1",
56-
"request-ip": "^2.1.3",
56+
"request-ip": "^3.3.0",
5757
"sanitize-filename": "^1.6.3",
5858
"signale": "^1.4.0",
5959
"uuid": "^9.0.0"

0 commit comments

Comments
 (0)