Open laurentsimon opened 2 years ago
We already look for npm install, update and install-test. We need support for other commands such as: npm pkg set, npm pkg delete, npm exec, npx, npm run, npm set-script (npm test ?): those seem to allow executing code and/or updating the lock file.
npm pkg set
npm pkg delete
npm exec
npx
npm run
npm set-script
npm test
See https://docs.npmjs.com/cli/v8/commands/ for a list of commands.
This issue is stale because it has been open for 60 days with no activity.
This issue has been marked stale because it has been open for 60 days with no activity.
We already look for npm install, update and install-test. We need support for other commands such as:
npm pkg set
,npm pkg delete
,npm exec
,npx
,npm run
,npm set-script
(npm test
?): those seem to allow executing code and/or updating the lock file.See https://docs.npmjs.com/cli/v8/commands/ for a list of commands.