Commit 86c95498 authored by Arnout Boks's avatar Arnout Boks

Fix typo and formatting in security docs

parent b59a64de
...@@ -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