bitshares-ui
bitshares-ui copied to clipboard
node vulnerabilities
Describe the bug
Number of vulnerabilities are reported by Node packages & a large majority can be fixed by npm audit fix
. It will be great if a review of the packages is done and attempt to test after automated and manual updation of manual packages.
To Reproduce Steps to reproduce the behavior:
- clone the code
- do
nvm install 10
;nvm use 10
; - install packages from source folder using
npm i
- npm lists vulnerable packages
Expected behavior The vulnerabilities should be minor ones.
Desktop (please complete the following information):
- OS: macOS
- Version 11.01
- Node v10.23.0
Additional context Synk reported https://snyk.io/vuln/SNYK-JS-CHARTJS-1018716 though not sure whether its already covered in the npm reports.
Yea, some packages are quite outdated, react could also use an upgrade (this requires refactoring though). Are you interested in contributing?
@sschiessl-bcp - I will see whether I can contribute. The trouble is testing ie, npm audit fix and few tools might help to resolve but its going to be a huge effort to verify all the functionalities.