-
Notifications
You must be signed in to change notification settings - Fork 951
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
57 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,40 @@ | ||
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line --> | ||
|
||
## New Features | ||
|
||
* Publish new simple landing page on Github (#134) | ||
* Add another README for detail of each configuration (#139) | ||
* Add configuration for mutual TLS support (#138) | ||
* Add PEM string format support for connection profile (#137) | ||
* Add Fabric CA support to retrieve credential for admin access to fabric network (#135) | ||
|
||
## Bug Fixes and Updates | ||
|
||
* Fix an issue of authentication (#140) | ||
* Fix an issue the targets of discovery service are always mapped to localhost (#142) | ||
* Fix calculation of block hash (#141) | ||
|
||
## Known Vulnerabilities | ||
|
||
### client/package.json | ||
|
||
``` | ||
┌───────────────┬──────────────────────────────────────────────────────────────┐ | ||
│ Low │ Prototype Pollution │ | ||
├───────────────┼──────────────────────────────────────────────────────────────┤ | ||
│ Package │ yargs-parser │ | ||
├───────────────┼──────────────────────────────────────────────────────────────┤ | ||
│ Patched in │ >=13.1.2 <14.0.0 || >=15.0.1 <16.0.0 || >=18.1.2 │ | ||
├───────────────┼──────────────────────────────────────────────────────────────┤ | ||
│ Dependency of │ react-scripts │ | ||
├───────────────┼──────────────────────────────────────────────────────────────┤ | ||
│ Path │ react-scripts > webpack-dev-server > yargs > yargs-parser │ | ||
├───────────────┼──────────────────────────────────────────────────────────────┤ | ||
│ More info │ https://npmjs.com/advisories/1500 │ | ||
└───────────────┴──────────────────────────────────────────────────────────────┘ | ||
found 1 low severity vulnerability in 2141 scanned packages | ||
1 vulnerability requires manual review. See the full report for details. | ||
``` | ||
|
||
|
||
|