You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: Detected user input used to manually construct a SQL string. This is usually bad practice because manual construction could accidentally result in a SQL injection. An attacker could use a SQL injection to steal or modify contents of the database. Instead, use a parameterized query which is available by default in most database engines. Alternatively, consider using an object-relational mapper (ORM) such as Sequelize which will protect your queries.
7298
-
metadata:
7299
-
category: security
7300
-
confidence: MEDIUM
7301
-
cwe:
7302
-
- 'CWE-89: Improper Neutralization of Special Elements used in an SQL Command (''SQL Injection'')'
0 commit comments