1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #5898 from radmax/patch-1

Typo
This commit is contained in:
Marco Pivetta 2016-06-30 15:08:18 +02:00 committed by GitHub
commit 32ea9112fa

View File

@ -32,7 +32,7 @@ You can consider the following APIs to be safe from SQL injection:
- Queries through the Criteria API on ``Doctrine\ORM\PersistentCollection`` and
``Doctrine\ORM\EntityRepository``.
You are **NOT** save from SQL injection when using user input with:
You are **NOT** safe from SQL injection when using user input with:
- Expression API of ``Doctrine\ORM\QueryBuilder``
- Concatenating user input into DQL SELECT, UPDATE or DELETE statements or