-
Notifications
You must be signed in to change notification settings - Fork 40
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
2792, 2821, 2901 Security issues #3003
2792, 2821, 2901 Security issues #3003
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3003 +/- ##
========================================
Coverage 74.85% 74.85%
========================================
Files 119 119
Lines 7130 7130
Branches 615 615
========================================
Hits 5337 5337
Misses 1793 1793 Continue to review full report at Codecov.
|
This reverts commit 767dd31.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
Impacted areas of the application
Screenshots
Nothing to see on the front end
Related PRs
None
How to test
nvm use 10.16.0
(If that fails, install itnvm install 10.16.0
)npm i -g npm@latest
ornpm i -g npm
npm rebuild node-sass
rm –rf node_modules
)npm cache clear --force
npm i
(it'll take a bit)npm audit
ornpm audit fix --force
There should be only one vulnerability: one for braces (which is only used for dev, not prod)
To test for errors:
npm run build
npm run build-production
npm run test-single
NOTE
Because this update changes the version of Node and npm, and our dev, stg, and prd environments come with default versions as part of their images, we'll want to make sure the various servers update accordingly.
NOTE
This PR address these issues as they're seen in npm audit, which are the same issues that Snyk reported, but we still need to get the code to dev, etc., for Snyk to approve it.