<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL Injection &#8211; Getting a Date with Bobby Tables</title>
	<atom:link href="http://hoopercharles.wordpress.com/2010/08/02/sql-injection-getting-a-date-with-bobby-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com/2010/08/02/sql-injection-getting-a-date-with-bobby-tables/</link>
	<description>Miscellaneous Random Oracle Topics: Stop, Think, ... Understand</description>
	<lastBuildDate>Mon, 13 May 2013 14:10:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Flado</title>
		<link>http://hoopercharles.wordpress.com/2010/08/02/sql-injection-getting-a-date-with-bobby-tables/#comment-1597</link>
		<dc:creator><![CDATA[Flado]]></dc:creator>
		<pubDate>Thu, 05 Aug 2010 07:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=2909#comment-1597</guid>
		<description><![CDATA[@Fahd:
Nope. It boils down to using bind variables. Only if you cannot use bind variables should you worry about sanitizing that small amount of input data.
@Charles:
Well, until you stop doing implicit date-to-string conversion, you&#039;ll be vulnerable to this attack... How about a to_char(dteSalesDate,&#039;DD-MON-YYYY&#039;) in the last version?]]></description>
		<content:encoded><![CDATA[<p>@Fahd:<br />
Nope. It boils down to using bind variables. Only if you cannot use bind variables should you worry about sanitizing that small amount of input data.<br />
@Charles:<br />
Well, until you stop doing implicit date-to-string conversion, you&#8217;ll be vulnerable to this attack&#8230; How about a to_char(dteSalesDate,&#8217;DD-MON-YYYY&#8217;) in the last version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahd Mirza</title>
		<link>http://hoopercharles.wordpress.com/2010/08/02/sql-injection-getting-a-date-with-bobby-tables/#comment-1589</link>
		<dc:creator><![CDATA[Fahd Mirza]]></dc:creator>
		<pubDate>Tue, 03 Aug 2010 11:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=2909#comment-1589</guid>
		<description><![CDATA[At the end, it all boils down to sanitzing the input into the database. Every attack to the database comes through the input data, and as there are many variations of the input data, databases need the help of developer to make sure that only &quot;nice&quot; data is being pumped into the database.]]></description>
		<content:encoded><![CDATA[<p>At the end, it all boils down to sanitzing the input into the database. Every attack to the database comes through the input data, and as there are many variations of the input data, databases need the help of developer to make sure that only &#8220;nice&#8221; data is being pumped into the database.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
