Skip to content

Commit 1cc9667

Browse files
ruzell22petermetz
authored andcommitted
fix(cmd-api-server): mitigate CVE-2022-24434 and CVE-2022-24999 #2039
fixes: #2039 related to: #2241 Verified that these changes will fix the vulnerabilities in cactus-cmd-api-server in addition to the following CVE IDs: - CVE-2022-24434 - CVE-2022-24999 (express) - CVE-2022-24999 (qs) Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: ruzell22 <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
1 parent bdd8372 commit 1cc9667

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/cactus-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"dependencies": {
5353
"@hyperledger/cactus-common": "1.2.0",
5454
"@hyperledger/cactus-core-api": "1.2.0",
55-
"express": "4.17.1",
55+
"express": "4.17.3",
5656
"express-jwt-authz": "2.4.1",
57-
"express-openapi-validator": "4.12.12",
57+
"express-openapi-validator": "4.13.8",
5858
"typescript-optional": "2.0.1"
5959
},
6060
"devDependencies": {

packages/cactus-plugin-ledger-connector-besu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@hyperledger/cactus-core": "1.2.0",
5858
"@hyperledger/cactus-core-api": "1.2.0",
5959
"axios": "0.21.4",
60-
"express": "4.17.1",
60+
"express": "4.17.3",
6161
"joi": "17.4.2",
6262
"openapi-types": "9.1.0",
6363
"prom-client": "13.2.0",

0 commit comments

Comments
 (0)