Skip to content

Commit ef27f9f

Browse files
committed
Replace one more mention of escaping
1 parent 45c732a commit ef27f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/Security/CWE/CWE-089/SqlConcatenated.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<qhelp>
55
<overview>
66
<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
7+
a user, it is a vulnerability to build the query by directly
8+
concatenating those components. Perhaps a separate
99
vulnerability will allow the user to gain control of the component. As
1010
well, a user who cannot gain full control of an input might influence
1111
it enough to cause the SQL query to fail to run.</p>

0 commit comments

Comments
 (0)