Safeguard
Tag

secure-coding

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

188 articles

Security

JavaScript Security Vulnerabilities: The Ones That Actually Bite

JavaScript security vulnerabilities cluster around a few patterns: XSS, prototype pollution, ReDoS, and dependency risk. Here is how each works and how to catch it.

Jun 18, 20266 min read
AppSec

SQL Injection Strategies: A Free Guide (No PDF Download Needed)

Looking for a SQL injection strategies PDF free download? Here is the defensive material that actually matters, covering how the attack works and how to shut it down.

Jun 16, 20266 min read
AppSec

OWASP Top 10 and XSS: Where Cross-Site Scripting Fits Now

In the OWASP Top 10, XSS is no longer its own category. As of the 2021 list it lives inside A03: Injection. Here is what changed, why, and how to defend against it.

Jun 4, 20265 min read
Application Security

Implementing the OWASP Top 10 Proactive Controls

A field guide to the OWASP Top 10 Proactive Controls: what each control requires, real breach examples like Equifax, and how to implement them in CI/CD.

Jun 4, 20267 min read
DevSecOps

Is Node.js Safe? A Security Guide

Node.js itself is safe when kept current and configured well. Most real risk lives in your dependencies and your code, not the runtime.

Jun 2, 20265 min read
Open Source Security

The Hidden Risk of Copy-Pasted Code Snippets from Forums ...

Copy-pasted code from Stack Overflow and AI chats often ships with hidden vulnerabilities. Here's the data behind the risk, real breaches it caused, and how to catch it.

Jun 1, 20268 min read
Security

Code Guide Buzzardcoding: How to Read and Review Code for Security

A good code guide teaches you to read code, not just write it. This walkthrough covers how to review code for the security flaws that automated tools and casual readers miss.

Jun 1, 20266 min read
AI Security

Model Training Data and the Propagation of Insecure Codin...

LLM coding assistants inherit insecure patterns from their training data — from SQLi-prone snippets to hallucinated packages attackers exploit. Here's how the risk propagates.

May 31, 20268 min read
DevSecOps

Using Literal in Python: Type Safety for Fixed Values

The Literal type in Python lets you constrain a value to a fixed set of options the type checker enforces. Here's how to use it well, and where it quietly improves security.

May 31, 20266 min read
AppSec

The OWASP Top Ten Vulnerabilities, Explained

The OWASP Top Ten vulnerabilities is the industry-standard list of the most critical web application security risks. Here is what the current 2025 edition covers and how to defend against each.

May 31, 20266 min read
Application Security

SQL injection cheat sheet: 8 best practices to prevent it

SQL injection still breaches Fortune 500s in 2026. Here are 8 concrete practices — from parameterized queries to reachability analysis — that actually stop it.

May 31, 20267 min read
Industry Analysis

How AI Code Generation Is Changing the Shape of the OWASP...

AI coding assistants are quietly reshuffling the OWASP Top Ten, elevating software supply chain risk and reviving old injection bugs at machine speed.

May 31, 20267 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.

secure-coding (Page 8) — Safeguard Blog