Skip to content

Commit 7566b08

Browse files
[DOCS] Overhaul api-db-dbal-expressionbuilder-warning (#6140)
Releases: main, Backport: 13.4
1 parent cf71414 commit 7566b08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.. warning::
22

3-
Be aware to properly quote values identifiers and sub-expressions by using
3+
Make sure that you quote value identifiers and sub-expressions using
44
QueryBuilder methods like :php:`quote()`, :php:`quoteIdentifier` or :php:`createNamedParameter`.
5-
No automatic quoting will be applied.
5+
Quotes are not added automatically.
66

7-
It is of crucial importance to quote values correctly to not introduce SQL
8-
injection attack vectors into your application. See the :ref:`according
9-
section of the query builder <database-query-builder-create-named-parameter>`
7+
It is very important to quote values correctly so that you don't introduce SQL
8+
injection attack vectors into your application. See
9+
:ref:`this section of the query builder <database-query-builder-create-named-parameter>`
1010
for details.

0 commit comments

Comments
 (0)