-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
security: update 'decompress' dependency #8294
Conversation
14b43fe
to
e553543
Compare
e553543
to
329615d
Compare
@marcdumais-work thank you for the review, I've updated the code based on your feedback. |
329615d
to
35409d8
Compare
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, thanks @vince-fugnitto . Maybe we can wait for a couple of days before merging in case more committers want to review?
Sure, I'll wait a couple of days, I can merge Monday 👍 |
The following commit updates the `decompress` dependency to benefit from the security vulnerability fix. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
35409d8
to
e62c077
Compare
@marcdumais-work fine to merge? |
What it does
Fixes: #7319
The following pull-request updates the decompress dependency (used by the plugin system), to fix the known security vulnerability in versions less than
<4.2.1
(https://snyk.io/vuln/npm:decompress).How to test
4.2.1
innode_modules/
Review checklist
Reminder for reviewers
Signed-off-by: vince-fugnitto vincent.fugnitto@ericsson.com