-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1284 from nos/develop
[RELEASE] 0.6
- Loading branch information
Showing
103 changed files
with
4,075 additions
and
1,770 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v10.13.0 | ||
10.18.0 |
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 |
---|---|---|
@@ -1,8 +1,31 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.13.5 | ||
ignore: {} | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
SNYK-JS-CSVPARSE-467403: | ||
- sifter > csv-parse: | ||
reason: None given | ||
expires: '2020-01-29T09:11:28.468Z' | ||
SNYK-JS-PUPA-174563: | ||
- electron-context-menu > electron-dl > pupa: | ||
reason: None given | ||
expires: '2020-01-29T09:11:28.468Z' | ||
SNYK-JS-AXIOS-174505: | ||
- '@cityofzion/neon-js > axios': | ||
reason: None given | ||
expires: '2020-01-29T09:11:28.468Z' | ||
SNYK-JS-ELLIPTIC-511941: | ||
- '@cityofzion/neon-js > elliptic': | ||
reason: None given | ||
expires: '2020-01-29T09:11:28.468Z' | ||
- bip32 > tiny-secp256k1 > elliptic: | ||
reason: None given | ||
expires: '2020-01-29T09:11:28.468Z' | ||
- ethereumjs-utils > secp256k1 > elliptic: | ||
reason: None given | ||
expires: '2020-01-29T09:11:28.468Z' | ||
# patches apply the minimum changes required to fix a vulnerability | ||
patch: | ||
SNYK-JS-AXIOS-174505: | ||
- '@cityofzion/neon-js > axios': | ||
patched: '2019-08-02T07:32:26.723Z' | ||
patched: '2019-10-18T16:30:20.194Z' |
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,13 @@ | ||
{ | ||
"types": [ | ||
{"type": "feat", "section": "Features"}, | ||
{"type": "fix", "section": "Bug Fixes"}, | ||
{"type": "chore", "section": "Bug Fixes"}, | ||
{"type": "docs", "section": "Documentation"}, | ||
{"type": "style", "hidden": true}, | ||
{"type": "refactor", "hidden": true}, | ||
{"type": "perf", "hidden": true}, | ||
{"type": "test", "hidden": true}, | ||
{"type": "renovate", "hidden": true} | ||
] | ||
} |
Oops, something went wrong.