-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Run npm audit fix to resolve hight level vulnerabilities #14978
Merged
Merged
Conversation
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
gziolo
added
[Type] Build Tooling
Issues or PRs related to build tooling
[Type] Code Quality
Issues or PRs that relate to code quality
labels
Apr 14, 2019
gziolo
force-pushed
the
update/npm-audit-fix
branch
2 times, most recently
from
April 14, 2019 14:01
091af0b
to
ccd4fbc
Compare
gziolo
requested review from
aduth,
ajitbohra,
mkaz,
nerrad,
oandregal,
ntwb and
youknowriad
as code owners
April 14, 2019 14:01
gziolo
force-pushed
the
update/npm-audit-fix
branch
from
April 14, 2019 14:06
ccd4fbc
to
c1c57f1
Compare
gziolo
added
the
[Release] Do Not Punt
Used to indicate the issue or pull request must not be moved from the assigned milestone
label
Apr 14, 2019
gziolo
force-pushed
the
update/npm-audit-fix
branch
from
April 14, 2019 14:20
c1c57f1
to
1a95139
Compare
ntwb
approved these changes
Apr 15, 2019
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 👍
Upstream Lerna issue: lerna/lerna#2036 |
In addition to the Lerna update, updates will be required for CSSNano and node-sass: The below is after merging the above PR and running ┌───────────────┬──────────────────────────────────────────────────────────────┐
│ High │ Arbitrary File Overwrite │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ tar │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=4.4.2 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ node-sass [dev] │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ node-sass > node-gyp > tar │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/803 │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate │ Denial of Service │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ js-yaml │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=3.13.0 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ 0d6eec2527fda6cd19452b0a0cbea8bcea49f7febe2199394802ea50835… │
│ │ [dev] │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ 0d6eec2527fda6cd19452b0a0cbea8bcea49f7febe2199394802ea50835… │
│ │ > cssnano > postcss-svgo > svgo > js-yaml │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/788 │
└───────────────┴──────────────────────────────────────────────────────────────┘
found 10 vulnerabilities (1 moderate, 9 high) in 1848457 scanned packages
10 vulnerabilities require manual review. See the |
This was referenced Apr 15, 2019
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Release] Do Not Punt
Used to indicate the issue or pull request must not be moved from the assigned milestone
[Type] Build Tooling
Issues or PRs related to build tooling
[Type] Code Quality
Issues or PRs that relate to code quality
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Before this PR
After executing
npm audit fix
We need to wait until
lerna
gets its dependencies resolves to get rid of all vulnerabilities: