Skip to content

Commit

Permalink
chore(connector-quorum): fix CVEs: CVE-2023-36665, CVE-2022-21190
Browse files Browse the repository at this point in the history
Primary Changes
----------------
1. Modified the Dockerfile to use the updated versions
   of the packages being used

Fixes hyperledger-cacti#2865

Signed-off-by: jmoagacn <[email protected]>
  • Loading branch information
jmoagacn authored and petermetz committed Apr 18, 2024
1 parent 331d6b4 commit 514dc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cactus-plugin-ledger-connector-quorum/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hyperledger/cactus-cmd-api-server:v1.0.0
FROM ghcr.io/hyperledger/cactus-cmd-api-server:2024-03-18-8ddc02d

ARG NPM_PKG_VERSION=latest

Expand Down

1 comment on commit 514dc68

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 0.05.

Benchmark suite Current: 514dc68 Previous: f71c48e Ratio
cmd-api-server_HTTP_GET_getOpenApiSpecV1 580 ops/sec (±1.70%) 573 ops/sec (±1.69%) 0.99
cmd-api-server_gRPC_GetOpenApiSpecV1 361 ops/sec (±1.24%) 362 ops/sec (±1.17%) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

CC: @petermetz

Please sign in to comment.