Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Replace vulnerable packages #6

Closed
fraguada opened this issue May 18, 2018 · 1 comment
Closed

Replace vulnerable packages #6

fraguada opened this issue May 18, 2018 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@fraguada
Copy link
Contributor

Running npm install today I get some warnings:

npm WARN notice [SECURITY] sshpk has 1 high vulnerability. Go here for more details: https://nodesecurity.io/advisories?search=sshpk&version=1.13.1 - Run npm i npm@latest -g to upgrade your npm version, and then npm audit to get more info.
npm WARN notice [SECURITY] stringstream has 1 moderate vulnerability. Go here for more details: https://nodesecurity.io/advisories?search=stringstream&version=0.0.5 - Run npm i npm@latest -g to upgrade your npm version, and then npm audit to get more info.
npm WARN notice [SECURITY] randomatic has 1 low vulnerability. Go here for more details: https://nodesecurity.io/advisories?search=randomatic&version=1.1.7 - Run npm i npm@latest -g to upgrade your npm version, and then npm audit to get more info.
npm WARN notice [SECURITY] macaddress has 1 critical vulnerability. Go here for more details: https://nodesecurity.io/advisories?search=macaddress&version=0.2.8 - Run npm i npm@latest -g to upgrade your npm version, and then npm audit to get more info.
npm WARN notice [SECURITY] hoek has 1 moderate vulnerability. Go here for more details: https://nodesecurity.io/advisories?search=hoek&version=4.2.0 - Run npm i npm@latest -g to upgrade your npm version, and then npm audit to get more info.

Also saw this when arriving in this repo today:
screen shot 2018-05-18 at 13 46 15

Are these critical packages to the way SpeckleView operates?

@fraguada fraguada added the bug Something isn't working label May 18, 2018
@fraguada fraguada added this to the 1.0.0-beta milestone May 18, 2018
@didimitrie
Copy link
Member

all these should not be a problem as we're running this ui locally. they will get remove once we get to actually do #15 and update everything...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants