Skip to content

Commit

Permalink
Address false positive for CVE-2024-21484 (#186)
Browse files Browse the repository at this point in the history
This vulnerability only relates to the Node implementation and impacts
RSA encryption, which is not used by Fabric.

Update to development versions of fabric-sdk-node packages where
dependencies have been updated only to avoid vulnerability scan
failures.

Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Mar 20, 2024
1 parent b434867 commit 50dfa6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"test": "mocha test"
},
"dependencies": {
"fabric-ca-client": "latest",
"fabric-common": "latest",
"fabric-ca-client": "unstable",
"fabric-common": "unstable",
"@hyperledger-twgc/fabric-formatter": "file:../formatter",
"form-data": "latest",
"@davidkhala/crypto": "latest"
Expand Down

0 comments on commit 50dfa6d

Please sign in to comment.