-
-
Notifications
You must be signed in to change notification settings - Fork 313
Open
Description
Problem Description
Running npm audit
reports vulnerabilities in the tmp dependency, which is indirectly required by patch-package
.
Audit Log
# npm audit report tmp <=0.2.3 tmp allows arbitrary temporary file / directory write via symbolic link `dir` parameter - https://github.com/advisories/GHSA-52f5-9888-hmc6 No fix available node_modules/tmp patch-package * Depends on vulnerable versions of tmp node_modules/patch-package 2 low severity vulnerabilities
Impact
patch-package
depends on a vulnerable version oftmp
.- No fix is currently available.
- This raises security warnings when installing dependencies.
Steps to Reproduce
- Install dependencies with
npm install
- Run
npm audit
- See the reported vulnerability in
tmp
Expected Behavior
patch-package
should update thetmp
dependency to a secure version or provide a workaround.
Environment
- Node.js: 20
FabianFrank, jerone, davbrito and ardunster
Metadata
Metadata
Assignees
Labels
No labels