Sharing notes from my ongoing learning journey — what I build, break and understand along the way.
OWASP Top 10 – A03: Injection

OWASP Top 10 – A03: Injection What Is Injection? Injection is a broad class of attack where untrusted data is sent to an interpreter (such as a database, command line, or XML parser) as part of a command or query.…







