Skip to content

Commit fb7aba2

Browse files
committed
Backport a fix for CVE-2024-47764 to the 4.x branch
For details, see: expressjs#6017 (comment)
1 parent 7e562c6 commit fb7aba2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
unreleased
2+
==========
3+
4+
* Backported a fix for CVE-2024-47764
5+
16
4.21.0 / 2024-09-11
27
==========
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"body-parser": "1.20.3",
3434
"content-disposition": "0.5.4",
3535
"content-type": "~1.0.4",
36-
"cookie": "0.6.0",
36+
"cookie": "^0.7.1",
3737
"cookie-signature": "1.0.6",
3838
"debug": "2.6.9",
3939
"depd": "2.0.0",

0 commit comments

Comments
 (0)