forked from hyperledger-cacti/cacti
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: address CVE-2022-24434, GHSA-wm7h-9275-46v2 caused by dicer
The process for this fix was to: 1. `yarn why -R dicer` 2. Then examine the output of that and see which dependencies are using dicer indirectly (transient dependencies) 3. `yarn up multer --exact` 4. `yarn up express-openapi-validator --exact` 5. Profit, e.g. running `yarn why -R dicer` at this point shows that dicer has been eliminated from the dependency tree completely. https://github.com/hyperledger/cacti/security/dependabot/176 Weaknesses CWE-248 CVE ID CVE-2022-24434 GHSA ID GHSA-wm7h-9275-46v2 Also sneaking in a test case hot-fix for besu/deploy-contract/private-deploy-contract-from-json-cactus.test.ts where the error message assertion broke down after a change in error handling of the contract deployment endpoint. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
- Loading branch information
Showing
6 changed files
with
83 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.