User input is concatenated into a SQL query, letting an attacker alter the query and read or modify the database.
Patch the dependency and replace string-built queries with parameterized statements.
Always use parameterized queries / an ORM; never interpolate user input into SQL.
Stateward flags SQL Injection in your own code and dependencies on every pull request.
Scan my repoSources: CISA KEV (public domain), OSV.dev & GitHub Advisory Database (CC-BY-4.0), FIRST EPSS, NVD/CWE (public domain). Served live from the Stateward advisory database.