Skip to content

Commit 1e18423

Browse files
authored
fix(security): fix unsafe cookie serialization (#3680)
Fix was provided by updating cookie to v0.7.2. Refs CVE-2024-47764 Refs GHSA-pxg6-pf52-xh8x
1 parent a4769b3 commit 1e18423

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@swagger-api/apidom-json-pointer": ">=1.0.0-alpha.9 <1.0.0-beta.0",
7979
"@swagger-api/apidom-ns-openapi-3-1": ">=1.0.0-alpha.9 <1.0.0-beta.0",
8080
"@swagger-api/apidom-reference": ">=1.0.0-alpha.9 <1.0.0-beta.0",
81-
"cookie": "~0.7.0",
81+
"cookie": "~0.7.2",
8282
"deepmerge": "~4.3.0",
8383
"fast-json-patch": "^3.0.0-1",
8484
"js-yaml": "^4.1.0",

0 commit comments

Comments
 (0)