Commit 3c3a4b14 authored by Steve Müller's avatar Steve Müller

Merge pull request #531 from aboks/patch-1

Fix typo and formatting in security docs
parents b59a64de 86c95498
...@@ -66,7 +66,9 @@ SQL or DQL query. For Example: ...@@ -66,7 +66,9 @@ SQL or DQL query. For Example:
An attacker could inject any value into the GET variable "username" to modify the query to his needs. An attacker could inject any value into the GET variable "username" to modify the query to his needs.
Although DQL is a wrapper around SQL that can prevent you from some security implications, the previous Although DQL is a wrapper around SQL that can prevent you from some security implications, the previous
example is also a thread to DQL queries. example is also a threat to DQL queries.
.. code-block:: php
<?php <?php
// DQL is not safe against arbitrary user-input as well: // DQL is not safe against arbitrary user-input as well:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment