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 45c732a commit ef27f9fCopy full SHA for ef27f9f
java/ql/src/Security/CWE/CWE-089/SqlConcatenated.qhelp
@@ -4,8 +4,8 @@
4
<qhelp>
5
<overview>
6
<p>Even when the components of a SQL query are not fully controlled by
7
-a user, it is a vulnerability to concatenate those components into a
8
-SQL query without neutralizing special characters. Perhaps a separate
+a user, it is a vulnerability to build the query by directly
+concatenating those components. Perhaps a separate
9
vulnerability will allow the user to gain control of the component. As
10
well, a user who cannot gain full control of an input might influence
11
it enough to cause the SQL query to fail to run.</p>
0 commit comments