What security measures are you using? Would love to hear what's working for others.
What security measures are you using? Would love to hear what's working for others.
1. `npm install --ignore-scripts` as default
2. Mandatory package-lock.json
1. `npm install --ignore-scripts` as default
2. Mandatory package-lock.json
My observations:
- Malicious scripts in dependencies which got executed immediately during install
- I guess they can exfiltrate env vars, credentials or any sensitive information.
My observations:
- Malicious scripts in dependencies which got executed immediately during install
- I guess they can exfiltrate env vars, credentials or any sensitive information.