trevorghess / scw-github-demo

0 stars 0 forks source link

CWE-89 Detected Possible Injection Vuln #2

Open trevorghess opened 11 months ago

trevorghess commented 11 months ago

We have found an instance of CWE-89 in this codebase

secure-code-warrior-for-github[bot] commented 11 months ago

Micro-Learning Topic: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') (CWE 89)

Matched on "CWE-89"

What is this? (2min video)

The software constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component.

Try a challenge in Secure Code Warrior

Helpful references