Safeguard
Tag

security-fundamentals

Safeguard articles tagged "security-fundamentals" — guides, analysis, and best practices for software supply chain and application security.

19 articles

Concepts

Understanding Dependency Trees

The libraries you install are only the tip of the iceberg. Each one pulls in its own dependencies, which pull in more, forming a tree that can run hundreds of packages deep. Understanding that tree is the first step to securing it.

Jul 2, 20267 min read
Concepts

Cybersecurity Basics for Developers

You do not need to become a security specialist to write secure code, but a working grasp of a few core ideas prevents most common mistakes. Here are the fundamentals every developer should carry into daily work.

Jul 1, 20266 min read
Concepts

Introduction to Software Supply Chain Security

Modern software is assembled from far more code than any one team writes. Software supply chain security protects every dependency, build tool, and pipeline that goes into the finished product. Here is the foundational picture.

Jul 1, 20266 min read
Concepts

What Is MFA (Multi-Factor Authentication)

MFA requires two or more independent proofs of identity before letting you in. Learn how it works, why it blocks stolen-password attacks, and the factor types involved.

Aug 6, 20246 min read
Concepts

What Is Authorization

Authorization decides what an already-verified identity is allowed to do. Learn how it differs from authentication, how permission checks work, and the models that power them.

Jul 23, 20246 min read
Concepts

What Is Authentication

Authentication is how a system proves you are who you claim to be. Here is what it means, how it works, the factors involved, and why it is the foundation of every access decision.

Jul 9, 20246 min read
SBOM

SBOM 101: A Complete Beginner's Guide to Software Bill of Materials

Everything you need to know about Software Bills of Materials -- what they are, why they matter, and how to start generating them for your projects.

Jun 5, 20227 min read
security-fundamentals (Page 2) — Safeguard Blog