Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BE-832 v1.1.3 release #189

Merged
merged 1 commit into from
Sep 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v1.1.3

* [a105280](https://github.com/hyperledger/blockchain-explorer/commit/a105280) Fix tsconfig.json for backward compatibility for docker env (#185)
* [65b5001](https://github.com/hyperledger/blockchain-explorer/commit/65b5001) Be 769 convert to ts (#184)
* [571ba55](https://github.com/hyperledger/blockchain-explorer/commit/571ba55) [BE-824](https://jira.hyperledger.org/browse/BE-824) Converted javascript to typescript (#181)
* [74f5f4a](https://github.com/hyperledger/blockchain-explorer/commit/74f5f4a) [BE-823](https://jira.hyperledger.org/browse/BE-823) Convert to TS : app/persistence/... (#180)
* [aa870ea](https://github.com/hyperledger/blockchain-explorer/commit/aa870ea) [BE-822](https://jira.hyperledger.org/browse/BE-822) Converted javascript to typescript (#179)
* [63f77c1](https://github.com/hyperledger/blockchain-explorer/commit/63f77c1) [BE-821](https://jira.hyperledger.org/browse/BE-821) Convert to TS : app/platfrom/... (#178)
* [21d718a](https://github.com/hyperledger/blockchain-explorer/commit/21d718a) [BE-828](https://jira.hyperledger.org/browse/BE-828) Fix transaction timestamps (#177)
* [cc2f637](https://github.com/hyperledger/blockchain-explorer/commit/cc2f637) [BE-827](https://jira.hyperledger.org/browse/BE-827)-security-vulnerability Updated node-forge (#176)
* [7eff791](https://github.com/hyperledger/blockchain-explorer/commit/7eff791) [BE-769](https://jira.hyperledger.org/browse/BE-769) Initial migration (#175)
* [59fa173](https://github.com/hyperledger/blockchain-explorer/commit/59fa173) Fix Security Vulnerability (#174)
* [f875250](https://github.com/hyperledger/blockchain-explorer/commit/f875250) [BE-819](https://jira.hyperledger.org/browse/BE-819) Security Vulnerability - Upgraded bl version (#173)
* [b020de2](https://github.com/hyperledger/blockchain-explorer/commit/b020de2) [BE-814](https://jira.hyperledger.org/browse/BE-814) Fix inconsistency of network key (#172)
* [d8a1d3e](https://github.com/hyperledger/blockchain-explorer/commit/d8a1d3e) [BE-812](https://jira.hyperledger.org/browse/BE-812) Add an index to sequelize option (#171)
* [7be8ad3](https://github.com/hyperledger/blockchain-explorer/commit/7be8ad3) [BE-812](https://jira.hyperledger.org/browse/BE-812) Updated username validation message and rules (#170)
* [33995ec](https://github.com/hyperledger/blockchain-explorer/commit/33995ec) updated maintainer name (#169)
* [9b5246d](https://github.com/hyperledger/blockchain-explorer/commit/9b5246d) [BE-813](https://jira.hyperledger.org/browse/BE-813) Fixed security vulnerability issues (#168)

## v1.1.2

* [4528879](https://github.com/hyperledger/blockchain-explorer/commit/4528879) [BE-804](https://jira.hyperledger.org/browse/BE-804) Fix Security vulnerability (#167)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Hyperledger Explorer is a simple, powerful, easy-to-use, well maintained, open s

| Hyperledger Explorer Version | Fabric Version Supported | NodeJS Version Supported |
| -- | -- | -- |
| <b>[v1.1.3](release_notes/v1.1.3.md)</b> (Sep 28, 2020) | [v1.4.0 to v2.2.0](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [12.16.x](https://nodejs.org/en/download/releases) |
| <b>[v1.1.2](release_notes/v1.1.2.md)</b> (Aug 12, 2020) | [v1.4.0 to v2.2.0](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [12.16.x](https://nodejs.org/en/download/releases) |
| <b>[v1.1.1](release_notes/v1.1.1.md)</b> (Jul 17, 2020) | [v1.4.0 to v2.1.1](https://hyperledger-fabric.readthedocs.io/en/release-2.1) | [12.16.x](https://nodejs.org/en/download/releases) |
| <b>[v1.1.0](release_notes/v1.1.0.md)</b> (Jul 01, 2020) | [v1.4.0 to v2.1.1](https://hyperledger-fabric.readthedocs.io/en/release-2.1) | [12.16.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0](release_notes/v1.0.0.md)</b> (Apr 09, 2020) | [v1.4.0 to v1.4.8](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [10.19.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0-rc3](release_notes/v1.0.0-rc3.md)</b> (Apr 01, 2020) | [v1.4.0 to v1.4.6](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [10.19.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0-rc2](release_notes/v1.0.0-rc2.md)</b> (Dec 10, 2019) | [v1.4.0 to v1.4.4](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0-rc1](release_notes/v1.0.0-rc1.md)</b> (Nov 18, 2019) | [v1.4.2](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |

---

Expand Down
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperledger-explorer-client",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperledger-explorer",
"version": "1.1.2",
"version": "1.1.3",
"description": "hyperledger-explorer",
"private": true,
"main": "main.js",
Expand Down
114 changes: 114 additions & 0 deletions release_notes/v1.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line -->

## Bug Fixes and Updates

* Fixed issue that network name including spaces cause error (#172)
* Fix transaction timestamps (#177)

## Known Vulnerabilities

* `client/package.json`
```
=== npm audit security report ===

# Run npm install @material-ui/core@4.11.0 to resolve 1 vulnerability
SEMVER WARNING: Recommended action is a potentially breaking change
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low │ Denial of Service │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ node-fetch │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ @material-ui/core │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ @material-ui/core > recompose > fbjs > isomorphic-fetch > │
│ │ node-fetch │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1556 │
└───────────────┴──────────────────────────────────────────────────────────────┘


# Run npm install @material-ui/icons@4.9.1 to resolve 1 vulnerability
SEMVER WARNING: Recommended action is a potentially breaking change
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low │ Denial of Service │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ node-fetch │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ @material-ui/icons │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ @material-ui/icons > recompose > fbjs > isomorphic-fetch > │
│ │ node-fetch │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1556 │
└───────────────┴──────────────────────────────────────────────────────────────┘


# Run npm install react-redux@7.2.1 to resolve 1 vulnerability
SEMVER WARNING: Recommended action is a potentially breaking change
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low │ Denial of Service │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ node-fetch │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ react-redux │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ react-redux > create-react-class > fbjs > isomorphic-fetch > │
│ │ node-fetch │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1556 │
└───────────────┴──────────────────────────────────────────────────────────────┘


# Run npm install react-slick@0.27.11 to resolve 1 vulnerability
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low │ Denial of Service │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ node-fetch │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ react-slick │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ react-slick > create-react-class > fbjs > isomorphic-fetch > │
│ │ node-fetch │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1556 │
└───────────────┴──────────────────────────────────────────────────────────────┘


# Run npm install react-swipeable-views@0.13.9 to resolve 1 vulnerability
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low │ Denial of Service │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ node-fetch │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ react-swipeable-views │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ react-swipeable-views > react-swipeable-views-utils > fbjs > │
│ │ isomorphic-fetch > node-fetch │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1556 │
└───────────────┴──────────────────────────────────────────────────────────────┘


┌──────────────────────────────────────────────────────────────────────────────┐
│ Manual Review │
│ Some vulnerabilities require your attention to resolve │
│ │
│ Visit https://go.npm.me/audit-guide for additional guidance │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low │ Denial of Service │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ node-fetch │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=2.6.1 <3.0.0-beta.1|| >= 3.0.0-beta.9 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ recompose │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ recompose > fbjs > isomorphic-fetch > node-fetch │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1556 │
└───────────────┴──────────────────────────────────────────────────────────────┘
found 6 low severity vulnerabilities in 2123 scanned packages
```