Tag
software-architecture
Safeguard articles tagged "software-architecture" — guides, analysis, and best practices for software supply chain and application security.
2 articles
Dev Practices
Dependency Injection in JavaScript: Security Notes
Dependency injection in JavaScript makes code testable and modular, but the same indirection that helps design can hide security bugs if you're not careful about what gets injected.
May 14, 20256 min read
Dev Practices
What Is Dependency Injection? (And What It Means for Security)
Dependency injection is a design pattern where objects receive their dependencies from outside rather than creating them. It makes code testable and flexible — and it has real security implications.
Aug 21, 20246 min read