-
Notifications
You must be signed in to change notification settings - Fork 952
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Atsushi Neki <[email protected]>
- Loading branch information
Showing
5 changed files
with
48 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,36 @@ | ||
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line --> | ||
|
||
## New Features | ||
|
||
* None | ||
|
||
## Bug Fixes and Updates | ||
|
||
* [BE-876](https://jira.hyperledger.org/browse/BE-876) Stop unnecessary discovery request (#255) | ||
* Bugfix: tailing ampersand sign prevents container from restarting (#254) | ||
* [BE-857](https://jira.hyperledger.org/browse/BE-857) Change invoking function of lifecycle scc to allow non-admin client access (#252) | ||
* Bugfix: timeout error crashing explorer (#253) | ||
* Bugfix: disable enableAuthentication auth auto login using wrong network key issue (#250) | ||
|
||
## 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 | ||
``` |