ejohnsonscw / scwgithubdemo

Demo config with Trevor - 06.05.23
0 stars 0 forks source link

CWE 89 #8

Open ejohnsonnosnhoje opened 2 months ago

ejohnsonnosnhoje commented 2 months ago

Injection flaw found

secure-code-warrior-for-github[bot] commented 2 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