sam-4screen-desktop 2026-6-1:13:35:23
This commit is contained in:
2
.obsidian/workspace.json
vendored
2
.obsidian/workspace.json
vendored
@@ -209,8 +209,8 @@
|
|||||||
},
|
},
|
||||||
"active": "b145af38583e5d9a",
|
"active": "b145af38583e5d9a",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"300 areas/350 AI/AI Tools to try.md",
|
|
||||||
"300 areas/350 AI/Security NPM packages tools.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/Filesystem Consolidation Plan.md",
|
||||||
"100 inbox/Home Network Overview.md",
|
"100 inbox/Home Network Overview.md",
|
||||||
"000 daily/Daily Notes and To Do.md",
|
"000 daily/Daily Notes and To Do.md",
|
||||||
|
|||||||
@@ -11,6 +11,9 @@ aliases: []
|
|||||||
---
|
---
|
||||||
# [[Security NPM packages tools]]
|
# [[Security NPM packages tools]]
|
||||||
|
|
||||||
|
## Check video
|
||||||
|
source_url: https://www.youtube.com/watch?v=Wq6yMdt11LM
|
||||||
|
|
||||||
## Set minimum release age
|
## Set minimum release age
|
||||||
**NPM:**
|
**NPM:**
|
||||||
- file min-release-age=7 days
|
- file min-release-age=7 days
|
||||||
@@ -31,4 +34,16 @@ aliases: []
|
|||||||
- block curated / trusted lists of packages.
|
- block curated / trusted lists of packages.
|
||||||
|
|
||||||
## Block gitbased dependecies
|
## 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
|
||||||
|
|||||||
Reference in New Issue
Block a user