Skip to content

Commit 495098a

Browse files
committed
fix(security): vulnerabilities found in cactus-cmd-api-server #2039 - fix CVE-2022-24434 and CVE-2022-24999
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) Signed-off-by: ruzell22 <[email protected]>
1 parent d80a4e4 commit 495098a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/containerscan/allowedlist.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ general:
22
vulnerabilities:
33
#besu-all-in-one
44

5-
-CVE-2022-37734
6-
-CVE-2022-25857
5+
- CVE-2022-37734
6+
- CVE-2022-25857

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.1.3",
5454
"@hyperledger/cactus-core-api": "1.1.3",
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-keychain-memory/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@hyperledger/cactus-core": "1.1.3",
5858
"@hyperledger/cactus-core-api": "1.1.3",
5959
"axios": "0.21.4",
60-
"express": "4.17.1",
60+
"express": "4.17.3",
6161
"prom-client": "13.2.0",
6262
"uuid": "8.3.2"
6363
},

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.1.3",
5858
"@hyperledger/cactus-core-api": "1.1.3",
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)