Tag
Notes tagged “dependencies”
Every note filed under dependencies, newest first.
A filtered view of the notes.
2026
- Four Hundred Findings
A scanner report is not a list of your vulnerabilities. It is a list of your dependencies crossed with a database — and about one in thirty is reachable from code you actually run.
- Can I Use This Library?
A strict CSP quietly turns every dependency into a security decision. Here is the tree I walk to make it — per library, and across a whole app.
- You Don't Want Separate Repos
Repository topology decides whether coupled code shares one content-addressed snapshot or negotiates version strings across a registry boundary.