SiteShadow

Docs

Vulnerability library

An educational reference for the vulnerability classes SiteShadow users think about — plain-language explanations of each category with examples and fixes. Many of these are detected by the engine today, some are in scope and not yet covered, and a few are here purely as background for secure coding. For the authoritative list of what SiteShadow actually flags on a scan, see the coverage report. For a worked example of taint tracking SAST, read the multi-hop SQL injection proof.

Browse

If you’re new here, start with the OWASP Top 10. The rest is a deeper set of categories and checks.

OWASP Top 10:2025 (A01–A10)
Core categories (auth, secrets, config, API safety)
Heuristic analysis (H01–H14)
Quality & process checks (QP)
Secure Coding Practices (SCP)

CWE spotlights

These links point to the current markdown entries that ship with the site.

Always validate findings in context and prefer the lowest-risk fix that preserves intent.