Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelogs/unreleased/80-security-cookie.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
change-type: patch
description: Resolution for Cookie Security issue, cookie accepts cookie name, path, and domain with out of bounds characters until version 0.6.0
destination-branches: [master]
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,29 +188,30 @@
"xml-formatter": "^3.6.2"
},
"resolutions": {
"micromatch": "^4.0.8",
"webpack": "^5.94.0",
"[email protected]": "0.1.10",
"path-to-regexp@^6.2.0": "8.0.0",
"dompurify": "^2.5.4",
"json5": "^2.2.2",
"terser-webpack-plugin": "^1.4.5",
"prismjs": "^1.25.0",
"trim": "^0.0.3",
"glob-parent": "^5.1.2",
"ansi-regex": "^5.0.1",
"nth-check": "^2.0.1",
"async": "^3.2.2",
"browserslist": "^4.16.5",
"cookie": "^0.7.0",
"dompurify": "^2.5.4",
"follow-redirects": "^1.15.4",
"glob-parent": "^5.1.2",
"json-schema": "^0.4.0",
"node-forge": "^1.0.0",
"json5": "^2.2.2",
"loader-utils": "2.0.4 || 1.4.2",
"micromatch": "^4.0.8",
"minimist": "^1.2.6",
"node-forge": "^1.0.0",
"nth-check": "^2.0.1",
"path-to-regexp@^6.2.0": "8.0.0",
"[email protected]": "0.1.10",
"prismjs": "^1.25.0",
"simple-git": "^3.5.0",
"async": "^3.2.2",
"terser-webpack-plugin": "^1.4.5",
"terser": "^5.14.2",
"loader-utils": "2.0.4 || 1.4.2",
"word-wrap": "^1.2.4",
"follow-redirects": "^1.15.4",
"trim": "^0.0.3",
"undici": "^5",
"webpack": "^5.94.0",
"word-wrap": "^1.2.4",
"ws": "^8.17.1"
},
"madge": {
Expand Down
15 changes: 4 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5088,17 +5088,10 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.6.0":
version: 0.6.0
resolution: "cookie@npm:0.6.0"
checksum: 10/c1f8f2ea7d443b9331680598b0ae4e6af18a618c37606d1bbdc75bec8361cce09fe93e727059a673f2ba24467131a9fb5a4eec76bb1b149c1b3e1ccb268dc583
languageName: node
linkType: hard

"cookie@npm:^0.5.0":
version: 0.5.0
resolution: "cookie@npm:0.5.0"
checksum: 10/aae7911ddc5f444a9025fbd979ad1b5d60191011339bce48e555cb83343d0f98b865ff5c4d71fecdfb8555a5cafdc65632f6fce172f32aaf6936830a883a0380
"cookie@npm:^0.7.0":
version: 0.7.2
resolution: "cookie@npm:0.7.2"
checksum: 10/24b286c556420d4ba4e9bc09120c9d3db7d28ace2bd0f8ccee82422ce42322f73c8312441271e5eefafbead725980e5996cc02766dbb89a90ac7f5636ede608f
languageName: node
linkType: hard

Expand Down