Skip to content

Commit c7258ac

Browse files
authored
BE-832 v1.1.3 release (#189)
Signed-off-by: Atsushi Neki <[email protected]>
1 parent a105280 commit c7258ac

File tree

7 files changed

+138
-5
lines changed

7 files changed

+138
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v1.1.3
2+
3+
* [a105280](https://github.com/hyperledger/blockchain-explorer/commit/a105280) Fix tsconfig.json for backward compatibility for docker env (#185)
4+
* [65b5001](https://github.com/hyperledger/blockchain-explorer/commit/65b5001) Be 769 convert to ts (#184)
5+
* [571ba55](https://github.com/hyperledger/blockchain-explorer/commit/571ba55) [BE-824](https://jira.hyperledger.org/browse/BE-824) Converted javascript to typescript (#181)
6+
* [74f5f4a](https://github.com/hyperledger/blockchain-explorer/commit/74f5f4a) [BE-823](https://jira.hyperledger.org/browse/BE-823) Convert to TS : app/persistence/... (#180)
7+
* [aa870ea](https://github.com/hyperledger/blockchain-explorer/commit/aa870ea) [BE-822](https://jira.hyperledger.org/browse/BE-822) Converted javascript to typescript (#179)
8+
* [63f77c1](https://github.com/hyperledger/blockchain-explorer/commit/63f77c1) [BE-821](https://jira.hyperledger.org/browse/BE-821) Convert to TS : app/platfrom/... (#178)
9+
* [21d718a](https://github.com/hyperledger/blockchain-explorer/commit/21d718a) [BE-828](https://jira.hyperledger.org/browse/BE-828) Fix transaction timestamps (#177)
10+
* [cc2f637](https://github.com/hyperledger/blockchain-explorer/commit/cc2f637) [BE-827](https://jira.hyperledger.org/browse/BE-827)-security-vulnerability Updated node-forge (#176)
11+
* [7eff791](https://github.com/hyperledger/blockchain-explorer/commit/7eff791) [BE-769](https://jira.hyperledger.org/browse/BE-769) Initial migration (#175)
12+
* [59fa173](https://github.com/hyperledger/blockchain-explorer/commit/59fa173) Fix Security Vulnerability (#174)
13+
* [f875250](https://github.com/hyperledger/blockchain-explorer/commit/f875250) [BE-819](https://jira.hyperledger.org/browse/BE-819) Security Vulnerability - Upgraded bl version (#173)
14+
* [b020de2](https://github.com/hyperledger/blockchain-explorer/commit/b020de2) [BE-814](https://jira.hyperledger.org/browse/BE-814) Fix inconsistency of network key (#172)
15+
* [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)
16+
* [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)
17+
* [33995ec](https://github.com/hyperledger/blockchain-explorer/commit/33995ec) updated maintainer name (#169)
18+
* [9b5246d](https://github.com/hyperledger/blockchain-explorer/commit/9b5246d) [BE-813](https://jira.hyperledger.org/browse/BE-813) Fixed security vulnerability issues (#168)
19+
120
## v1.1.2
221

322
* [4528879](https://github.com/hyperledger/blockchain-explorer/commit/4528879) [BE-804](https://jira.hyperledger.org/browse/BE-804) Fix Security vulnerability (#167)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Hyperledger Explorer is a simple, powerful, easy-to-use, well maintained, open s
2727

2828
| Hyperledger Explorer Version | Fabric Version Supported | NodeJS Version Supported |
2929
| -- | -- | -- |
30+
| <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) |
3031
| <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) |
3132
| <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) |
3233
| <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) |
3334
| <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) |
3435
| <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) |
3536
| <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) |
36-
| <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) |
3737

3838
---
3939

client/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperledger-explorer-client",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"license": "Apache-2.0",
66
"dependencies": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperledger-explorer",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "hyperledger-explorer",
55
"private": true,
66
"main": "main.js",

release_notes/v1.1.3.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line -->
2+
3+
## Bug Fixes and Updates
4+
5+
* Fixed issue that network name including spaces cause error (#172)
6+
* Fix transaction timestamps (#177)
7+
8+
## Known Vulnerabilities
9+
10+
* `client/package.json`
11+
```
12+
=== npm audit security report ===
13+
14+
# Run npm install @material-ui/[email protected] to resolve 1 vulnerability
15+
SEMVER WARNING: Recommended action is a potentially breaking change
16+
┌───────────────┬──────────────────────────────────────────────────────────────┐
17+
│ Low │ Denial of Service │
18+
├───────────────┼──────────────────────────────────────────────────────────────┤
19+
│ Package │ node-fetch │
20+
├───────────────┼──────────────────────────────────────────────────────────────┤
21+
│ Dependency of │ @material-ui/core │
22+
├───────────────┼──────────────────────────────────────────────────────────────┤
23+
│ Path │ @material-ui/core > recompose > fbjs > isomorphic-fetch > │
24+
│ │ node-fetch │
25+
├───────────────┼──────────────────────────────────────────────────────────────┤
26+
│ More info │ https://npmjs.com/advisories/1556 │
27+
└───────────────┴──────────────────────────────────────────────────────────────┘
28+
29+
30+
# Run npm install @material-ui/[email protected] to resolve 1 vulnerability
31+
SEMVER WARNING: Recommended action is a potentially breaking change
32+
┌───────────────┬──────────────────────────────────────────────────────────────┐
33+
│ Low │ Denial of Service │
34+
├───────────────┼──────────────────────────────────────────────────────────────┤
35+
│ Package │ node-fetch │
36+
├───────────────┼──────────────────────────────────────────────────────────────┤
37+
│ Dependency of │ @material-ui/icons │
38+
├───────────────┼──────────────────────────────────────────────────────────────┤
39+
│ Path │ @material-ui/icons > recompose > fbjs > isomorphic-fetch > │
40+
│ │ node-fetch │
41+
├───────────────┼──────────────────────────────────────────────────────────────┤
42+
│ More info │ https://npmjs.com/advisories/1556 │
43+
└───────────────┴──────────────────────────────────────────────────────────────┘
44+
45+
46+
# Run npm install [email protected] to resolve 1 vulnerability
47+
SEMVER WARNING: Recommended action is a potentially breaking change
48+
┌───────────────┬──────────────────────────────────────────────────────────────┐
49+
│ Low │ Denial of Service │
50+
├───────────────┼──────────────────────────────────────────────────────────────┤
51+
│ Package │ node-fetch │
52+
├───────────────┼──────────────────────────────────────────────────────────────┤
53+
│ Dependency of │ react-redux │
54+
├───────────────┼──────────────────────────────────────────────────────────────┤
55+
│ Path │ react-redux > create-react-class > fbjs > isomorphic-fetch > │
56+
│ │ node-fetch │
57+
├───────────────┼──────────────────────────────────────────────────────────────┤
58+
│ More info │ https://npmjs.com/advisories/1556 │
59+
└───────────────┴──────────────────────────────────────────────────────────────┘
60+
61+
62+
# Run npm install [email protected] to resolve 1 vulnerability
63+
┌───────────────┬──────────────────────────────────────────────────────────────┐
64+
│ Low │ Denial of Service │
65+
├───────────────┼──────────────────────────────────────────────────────────────┤
66+
│ Package │ node-fetch │
67+
├───────────────┼──────────────────────────────────────────────────────────────┤
68+
│ Dependency of │ react-slick │
69+
├───────────────┼──────────────────────────────────────────────────────────────┤
70+
│ Path │ react-slick > create-react-class > fbjs > isomorphic-fetch > │
71+
│ │ node-fetch │
72+
├───────────────┼──────────────────────────────────────────────────────────────┤
73+
│ More info │ https://npmjs.com/advisories/1556 │
74+
└───────────────┴──────────────────────────────────────────────────────────────┘
75+
76+
77+
# Run npm install [email protected] to resolve 1 vulnerability
78+
┌───────────────┬──────────────────────────────────────────────────────────────┐
79+
│ Low │ Denial of Service │
80+
├───────────────┼──────────────────────────────────────────────────────────────┤
81+
│ Package │ node-fetch │
82+
├───────────────┼──────────────────────────────────────────────────────────────┤
83+
│ Dependency of │ react-swipeable-views │
84+
├───────────────┼──────────────────────────────────────────────────────────────┤
85+
│ Path │ react-swipeable-views > react-swipeable-views-utils > fbjs > │
86+
│ │ isomorphic-fetch > node-fetch │
87+
├───────────────┼──────────────────────────────────────────────────────────────┤
88+
│ More info │ https://npmjs.com/advisories/1556 │
89+
└───────────────┴──────────────────────────────────────────────────────────────┘
90+
91+
92+
┌──────────────────────────────────────────────────────────────────────────────┐
93+
│ Manual Review │
94+
│ Some vulnerabilities require your attention to resolve │
95+
│ │
96+
│ Visit https://go.npm.me/audit-guide for additional guidance │
97+
└──────────────────────────────────────────────────────────────────────────────┘
98+
┌───────────────┬──────────────────────────────────────────────────────────────┐
99+
│ Low │ Denial of Service │
100+
├───────────────┼──────────────────────────────────────────────────────────────┤
101+
│ Package │ node-fetch │
102+
├───────────────┼──────────────────────────────────────────────────────────────┤
103+
│ Patched in │ >=2.6.1 <3.0.0-beta.1|| >= 3.0.0-beta.9 │
104+
├───────────────┼──────────────────────────────────────────────────────────────┤
105+
│ Dependency of │ recompose │
106+
├───────────────┼──────────────────────────────────────────────────────────────┤
107+
│ Path │ recompose > fbjs > isomorphic-fetch > node-fetch │
108+
├───────────────┼──────────────────────────────────────────────────────────────┤
109+
│ More info │ https://npmjs.com/advisories/1556 │
110+
└───────────────┴──────────────────────────────────────────────────────────────┘
111+
found 6 low severity vulnerabilities in 2123 scanned packages
112+
```
113+
114+

0 commit comments

Comments
 (0)