mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
"Bobby Tables" comic for SQL Injection
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312435 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
71b49c3573
commit
f460df93ea
2 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- splitted from ./index.xml, last change in rev 1.66 -->
|
||||
<chapter xml:id="security.database" xmlns="http://docbook.org/ns/docbook">
|
||||
<chapter xml:id="security.database" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Database Security</title>
|
||||
|
||||
<simpara>
|
||||
|
@ -336,6 +336,15 @@ $result = mssql_query($query);
|
|||
Your database server may be similarly vulnerable in another manner.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
<mediaobject>
|
||||
<alt>A worked example of the issues regarding SQL Injection</alt>
|
||||
<imageobject>
|
||||
<imagedata fileref="en/security/figures/xkcd-bobby-tables.png" format="PNG"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
Image courtesy of <link xlink:href="&url.xkcd;327">xkcd</link>
|
||||
</para>
|
||||
|
||||
<sect2 xml:id="security.database.avoiding">
|
||||
<title>Avoiding techniques</title>
|
||||
|
|
BIN
security/figures/xkcd-bobby-tables.png
Normal file
BIN
security/figures/xkcd-bobby-tables.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in a new issue