|
| 1 | +<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line --> |
| 2 | + |
| 3 | +## New Features |
| 4 | + |
| 5 | +* Publish new simple landing page on Github (#134) |
| 6 | + * Add another README for detail of each configuration (#139) |
| 7 | +* Add configuration for mutual TLS support (#138) |
| 8 | +* Add PEM string format support for connection profile (#137) |
| 9 | +* Add Fabric CA support to retrieve credential for admin access to fabric network (#135) |
| 10 | + |
| 11 | +## Bug Fixes and Updates |
| 12 | + |
| 13 | +* Fix an issue of authentication (#140) |
| 14 | +* Fix an issue the targets of discovery service are always mapped to localhost (#142) |
| 15 | +* Fix calculation of block hash (#141) |
| 16 | + |
| 17 | +## Known Vulnerabilities |
| 18 | + |
| 19 | +### client/package.json |
| 20 | + |
| 21 | +``` |
| 22 | +┌───────────────┬──────────────────────────────────────────────────────────────┐ |
| 23 | +│ Low │ Prototype Pollution │ |
| 24 | +├───────────────┼──────────────────────────────────────────────────────────────┤ |
| 25 | +│ Package │ yargs-parser │ |
| 26 | +├───────────────┼──────────────────────────────────────────────────────────────┤ |
| 27 | +│ Patched in │ >=13.1.2 <14.0.0 || >=15.0.1 <16.0.0 || >=18.1.2 │ |
| 28 | +├───────────────┼──────────────────────────────────────────────────────────────┤ |
| 29 | +│ Dependency of │ react-scripts │ |
| 30 | +├───────────────┼──────────────────────────────────────────────────────────────┤ |
| 31 | +│ Path │ react-scripts > webpack-dev-server > yargs > yargs-parser │ |
| 32 | +├───────────────┼──────────────────────────────────────────────────────────────┤ |
| 33 | +│ More info │ https://npmjs.com/advisories/1500 │ |
| 34 | +└───────────────┴──────────────────────────────────────────────────────────────┘ |
| 35 | +found 1 low severity vulnerability in 2141 scanned packages |
| 36 | + 1 vulnerability requires manual review. See the full report for details. |
| 37 | +``` |
| 38 | + |
| 39 | + |
| 40 | + |
0 commit comments