forked from hyperledger-labs/blockchain-explorer
-
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.
BE-872 Release v1.1.6 (hyperledger-labs#248)
Signed-off-by: Atsushi Neki <[email protected]>
- Loading branch information
Showing
5 changed files
with
54 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line --> | ||
|
||
## New Features | ||
* [BE-871](https://jira.hyperledger.org/browse/BE-871) Introduce dropdown to put together icons (#247) | ||
* [BE-870](https://jira.hyperledger.org/browse/BE-870) display direct trans link (#237) | ||
* Add typescript compilation on main.sh install (#234) | ||
* [BE-865](https://jira.hyperledger.org/browse/BE-865) repolinter codeofconduct (#231) | ||
|
||
## Bug Fixes and Updates | ||
|
||
* [BE-855](https://jira.hyperledger.org/browse/BE-855) Stop unnecessary sync process triggered by FabricEvent (#240) | ||
* [BE-855](https://jira.hyperledger.org/browse/BE-855) Add try catch block to handle block in-process exception (#239) | ||
|
||
## Known Vulnerabilities | ||
|
||
``` | ||
jsrsasign <10.2.0 | ||
Severity: critical | ||
RSA signature validation vulnerability - https://npmjs.com/advisories/1672 | ||
fix available via `npm audit fix --force` | ||
Will install [email protected], which is a breaking change | ||
node_modules/jsrsasign | ||
fabric-ca-client * | ||
Depends on vulnerable versions of fabric-common | ||
Depends on vulnerable versions of jsrsasign | ||
node_modules/fabric-ca-client | ||
fabric-common >=2.1.1-snapshot.390 | ||
Depends on vulnerable versions of jsrsasign | ||
node_modules/fabric-common | ||
fabric-network >=1.4.19-snapshot.1 | ||
Depends on vulnerable versions of fabric-common | ||
node_modules/fabric-network | ||
4 critical severity vulnerabilities | ||
``` |