diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 8d24231..a46eb25 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -209,8 +209,8 @@ }, "active": "b145af38583e5d9a", "lastOpenFiles": [ - "300 areas/350 AI/AI Tools to try.md", "300 areas/350 AI/Security NPM packages tools.md", + "300 areas/350 AI/AI Tools to try.md", "100 inbox/Filesystem Consolidation Plan.md", "100 inbox/Home Network Overview.md", "000 daily/Daily Notes and To Do.md", diff --git a/300 areas/350 AI/Security NPM packages tools.md b/300 areas/350 AI/Security NPM packages tools.md index c30c4da..da8d0d1 100644 --- a/300 areas/350 AI/Security NPM packages tools.md +++ b/300 areas/350 AI/Security NPM packages tools.md @@ -11,6 +11,9 @@ aliases: [] --- # [[Security NPM packages tools]] +## Check video +source_url: https://www.youtube.com/watch?v=Wq6yMdt11LM + ## Set minimum release age **NPM:** - file min-release-age=7 days @@ -31,4 +34,16 @@ aliases: [] - block curated / trusted lists of packages. ## Block gitbased dependecies +**NPM** +- allow-git=none +- allow-git=root +**PNPM** +- blockExoticSubdps: true +- trustPolicy: no-downgrade +## Scan dependecies +Ensure you use aliases so that these are use before we install. +**Socket Firewall** + +**npq** +source_url: https://github.com/lirantal/npq