Safeguard
Tag

sast

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

377 articles

Vulnerabilities

XXE Attack Walkthroughs: What a Good Demo Actually Shows

Most XXE video walkthroughs stop at proof-of-concept file reads — here's what a genuinely useful one covers, plus the Java fix that actually closes the hole.

Apr 5, 20265 min read
AppSec

Use-After-Free Vulnerabilities: How They're Exploited

A use-after-free exploit turns a dangling pointer into arbitrary code execution — here's how the bug class works, why it still dominates browser and kernel CVEs, and how to catch it before release.

Apr 5, 20266 min read
Application Security

Code Review vs Static Analysis

Code review and static analysis catch different bugs at different gates. Here's how they differ, where each fails, and how to combine them.

Apr 5, 20267 min read
AppSec

Finding Vulnerabilities in Source Code: A Practical Method

A concrete, repeatable method for finding vulnerabilities in source code — combining static analysis, dependency scanning, and manual review without drowning your team in false positives.

Apr 4, 20267 min read
DevSecOps

Integrating Security Into the DevSecOps Toolchain

Integrating security into the DevSecOps toolchain works when scanning is wired into the tools engineers already use, not bolted on as a separate gate at the end.

Apr 2, 20265 min read
AppSec

Application Vulnerability Management: Program Basics

A working definition of application vulnerability management and the five program elements that separate a real practice from a pile of scanner tickets.

Apr 1, 20266 min read
AppSec

Static Source Code Analysis Tools: A Practical Guide

A practical walkthrough of what static source code analysis tools actually check, where they miss, and how to pick one without buying a shelf-ware scanner.

Apr 1, 20266 min read
DevSecOps

Python Security Tools: The Ones Worth Running in Your Pipeline

A practitioner's tour of the Python security tools worth running: pip-audit for dependencies, Bandit for code, and detect-secrets, with CI examples.

Mar 31, 20265 min read
AppSec

Code Security Review: Manual vs Automated, and Where They Meet

Code security review works best as a combination, not a choice — here's what automated scanning catches, what still needs a human reviewer, and how to structure both.

Mar 30, 20265 min read
Security

Source Code Auditing: How to Find Bugs Before Attackers Do

Source code auditing is the systematic review of code for security flaws. Here is how to run one, where automation fits, and what humans still do better.

Mar 30, 20266 min read
AppSec

What Does SAST Mean? Static Application Security Testing, Explained

A plain-English answer to what SAST means, how static analysis finds vulnerabilities in source code, what it catches, what it misses, and where it fits alongside DAST and SCA.

Mar 30, 20266 min read
Security

Code Quality Analysis and Security: Why Clean Code Is Safer Code

Code quality analysis and security testing overlap more than teams realize. Here is how measuring quality catches whole classes of vulnerabilities early.

Mar 30, 20266 min read

Self-healing security runs on Safeguard.

Your first fix PR is minutes away.

No sales call required, even your agent can complete the purchase over MCP.

sast (Page 26) — Safeguard Blog