Skip to content

Commit

Permalink
fix(security): address CVE-2021-23358 fixes: hyperledger#1775
Browse files Browse the repository at this point in the history
fixes: hyperledger#1775

Signed-off-by: zondervancalvez <[email protected]>
  • Loading branch information
zondervancalvez committed Feb 24, 2022
2 parents d338cb0 + 1ae6f72 commit 48b0647
Show file tree
Hide file tree
Showing 125 changed files with 575 additions and 5,561 deletions.
15 changes: 0 additions & 15 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@

# !packages/cactus-*/**
# !examples/cactus-*/**

# examples/cartrade/
# packages/business-logic-plugin/
# packages/ledger-plugin/
# packages/routing-interface/
# packages/config/

**/dist/**
# **/node_modules/**
# **/build/**
# **/coverage/**

# typings/**

**/src/main/typescript/generated/proto/**
**/src/main/typescript/generated/wasm-pack/**
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ site/
!packages/cactus-plugin-verifier-cc/src/main/typescript/ledger-plugin/*/validator/src/core/bin

tools/docker/geth-testnet/data-geth1/
examples/cactus-example-verifier-cc-cartrade/src/main/typescript/impl/script-test-getFunctions/fabric/wallet/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ As blockchain technology proliferates, blockchain integration will become an inc

Once the last command has finished executing, open link printed on the console with a web browser of your choice

### Car Trade Example
### Discounted Car Trade Example

- The guidance is [here](./examples/cartrade/README.md).
- The guidance is [here](./examples/discounted-cartrade/README.md).

### Electricity Trade Example

Expand Down
27 changes: 0 additions & 27 deletions etc/cactus/default.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions etc/cactus/usersetting.yaml

This file was deleted.

130 changes: 0 additions & 130 deletions etc/cactus/validator-registry-config.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"https-browserify": "1.0.0",
"jasmine-core": "3.8.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.4",
"karma": "6.3.14",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/cactus-example-supply-chain-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"constants-browserify": "1.0.0",
"jasmine-core": "3.8.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.4",
"karma": "6.3.14",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
Expand Down
7 changes: 0 additions & 7 deletions examples/cartrade/.gitignore

This file was deleted.

121 changes: 0 additions & 121 deletions examples/cartrade/AssetManagement.ts

This file was deleted.

Loading

0 comments on commit 48b0647

Please sign in to comment.