Tag
input-sanitization
Safeguard articles tagged "input-sanitization" — guides, analysis, and best practices for software supply chain and application security.
2 articles
Application Security
Preventing log injection in Node.js and Express
A single unescaped newline in req.body can let an attacker forge fake log entries — CWE-117 log injection still hits Node apps that log with plain string concatenation.
Jul 8, 20266 min read
Vulnerability Analysis
What is Input Sanitization
Input sanitization stops attacker-controlled data from executing as code. Learn how it works, how it differs from validation, and where it fails.
Jan 28, 20267 min read