We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c7a9e commit f8fff4bCopy full SHA for f8fff4b
rust/ql/src/queries/security/CWE-089/SqlInjection.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Database query built from user-controlled sources
3
- * @description Building a database query from user-controlled sources is vulnerable to insertion of malicious code by the user.
+ * @description Building a database query from user-controlled sources is vulnerable to insertion of malicious code by attackers.
4
* @kind path-problem
5
* @problem.severity error
6
* @security-severity 8.8
0 commit comments