What is the impact of these Vulnerabilities reported on a security scan of the node_modules folder when you install the latest npm package azure-pipelines-task-lib? #157370
Replies: 2 comments
-
|
Hello, [email protected] does not use 7-zip. If you see it in your scan, it probably comes from another package, If you don’t need it, you should remove it. For inflight and wrappy, these are old packages (not maintained for 8 and 4 years) that are pulled by other modules like glob. The CVE here (CVE-2016-3956) is not that big of a problem unless you allow third-party scripts code execution. If you’re the only one using your project and not exposing it to other users or code, it should be fine. also, I guessed it was 7-zip and not sevenzip (beacause of the cve) you can check were it cames from the package.json if you directly imported it yourself (in the dependencies section) or in the package-lock.json if imported by other package (still in dependencies section but from a package this time) TLDR: inflight/wrappy: Low risk if you're the only one interacting with the project. I don't know the importance of shelljs for azure-pipelines-task-lib |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
A security scan of the node_modules folder generated during the install of latest [email protected] package resulted for these vulnerabilities for three packages(inflight,wrappy,sevenzip).How do we resolve this and is there any impact of these packages.
Beta Was this translation helpful? Give feedback.
All reactions