ossillate-inc / packj

Packj stops :zap: Solarwinds-, ESLint-, and PyTorch-like attacks by flagging malicious/vulnerable open-source dependencies ("weak links") in your software supply-chain
https://packj.dev
GNU Affero General Public License v3.0
647 stars 36 forks source link

Adds npm confusion #66

Closed shivaabhishek07 closed 1 year ago

shivaabhishek07 commented 1 year ago

Also forgot to mention that when you run python3 main.py audit -p npm:<package_name>, this manifest confusion will download a package at the root level or from where you run python3.... When I try to store them in /tmp file, I cannot access it, It shows some error. That's the reason I made it to download at the folder or location where this is being run...