Skip to content

Commit

Permalink
Backport a fix for CVE-2024-47764 to the 4.x branch
Browse files Browse the repository at this point in the history
For details, see: expressjs#6017 (comment)
  • Loading branch information
joshbuker committed Oct 7, 2024
1 parent 7e562c6 commit fb7aba2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
unreleased
==========

* Backported a fix for CVE-2024-47764

4.21.0 / 2024-09-11
==========

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"body-parser": "1.20.3",
"content-disposition": "0.5.4",
"content-type": "~1.0.4",
"cookie": "0.6.0",
"cookie": "^0.7.1",
"cookie-signature": "1.0.6",
"debug": "2.6.9",
"depd": "2.0.0",
Expand Down

0 comments on commit fb7aba2

Please sign in to comment.