Safeguard
Tag

web-security

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

153 articles

AppSec

How to Run a ZAP Scan: OWASP ZAP for Practical Web App Testing

A hands-on guide to running a ZAP scan against your own web app, from the passive baseline to a full active scan, and how to wire it into CI.

May 15, 20266 min read
AppSec

DAST Testing: How Dynamic Scans Probe Running Applications

DAST testing attacks your app the way an outsider would — no source code, just HTTP requests against a running target. Here is how the scan works, what it catches that SAST misses, and where it falls short.

May 11, 20267 min read
Security

What a Website Security Checker Really Checks

A website security checker scans a site for exposed vulnerabilities, misconfigurations, and known-bad dependencies. Here is what it catches and where it stops.

May 11, 20266 min read
AppSec

DAST Scanning Tools: What They Are and How to Choose One

DAST scanning tools test a running application from the outside to find runtime flaws. Here is how they work, what they catch, and how to pick one.

May 10, 20265 min read
AppSec

Scanning a Website for Vulnerabilities, Step by Step

A practical walkthrough of how to scan a website for vulnerabilities — from picking a scan target and authentication mode to reading the results without drowning in false positives.

May 7, 20266 min read
Security

CORS Headers Explained: How to Configure Them Without Opening Holes

CORS headers tell a browser which cross-origin requests to a resource are allowed. Get them right and you enable legitimate clients; get them wrong and you hand attackers a door.

May 6, 20265 min read
Open Source

Interpolation in Angular: How It Works and Where the XSS Risks Hide

Interpolation in Angular binds component data into templates and is safe by default because Angular escapes it. The danger starts when you reach for bypasses.

May 6, 20266 min read
AppSec

What Is a CSRF Attack? Detection and Prevention Guide

A CSRF attack tricks a logged-in user's browser into sending forged requests. Here is how the attack works and how to shut it down with modern defenses.

May 5, 20267 min read
Security

Nuxt Security: Hardening Your Nuxt App Against Real Threats

A practical Nuxt security guide covering the nuxt-security module, Content Security Policy with SSR nonces, server-route risks, and dependency hygiene.

May 5, 20266 min read
Vulnerabilities

Stored XSS: Why Persistent Injection Hurts Most

Stored XSS saves the attacker's script server-side and serves it to everyone. Here is why persistent injection is the most damaging XSS variant and how to stop it.

May 4, 20266 min read
AppSec

What Is a DAST Solution? Choosing Dynamic Testing for Web Apps

A DAST solution tests your running application from the outside, the way an attacker would. Here is how dynamic testing works, what it catches, and how to pick one that fits your pipeline.

May 1, 20266 min read
AppSec

Understanding DOM XSS Payloads: How They Work and How to Stop Them

DOM XSS payloads execute entirely in the browser when untrusted input reaches a dangerous sink like innerHTML or eval. Here is how the class works and how to shut it down without shipping exploit code.

May 1, 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.

web-security (Page 6) — Safeguard Blog