<?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/"
		>
<channel>
	<title>Comments on: Preventing SQL Injection</title>
	<atom:link href="http://www.fusioncube.net/index.php/preventing-sql-injection/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fusioncube.net/index.php/preventing-sql-injection</link>
	<description>The online journey of a technophile, by Steve Brownlee</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:28:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Daniel Sellers</title>
		<link>http://www.fusioncube.net/index.php/preventing-sql-injection/comment-page-1#comment-31550</link>
		<dc:creator>Daniel Sellers</dc:creator>
		<pubDate>Thu, 28 Aug 2008 15:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=245#comment-31550</guid>
		<description>hmm... didn&#039;t all fit above... one more try: 
&lt;cfif URL[i] CONTAINS &#039;4445434C415245&#039; 
OR URL[i] CONTAINS &#039;</description>
		<content:encoded><![CDATA[<p>hmm&#8230; didn&#8217;t all fit above&#8230; one more try:<br />
&lt;cfif URL[i] CONTAINS &#8217;4445434C415245&#8242;<br />
OR URL[i] CONTAINS &#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Sellers</title>
		<link>http://www.fusioncube.net/index.php/preventing-sql-injection/comment-page-1#comment-31549</link>
		<dc:creator>Daniel Sellers</dc:creator>
		<pubDate>Thu, 28 Aug 2008 15:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=245#comment-31549</guid>
		<description>Just knocked out a more expansive version of the IF statement to track a larger group of SQL commands in HEX and plain text:

&lt;cfif URL[i] CONTAINS &#039;4445434C415245&#039; OR URL[i] CONTAINS &#039;</description>
		<content:encoded><![CDATA[<p>Just knocked out a more expansive version of the IF statement to track a larger group of SQL commands in HEX and plain text:</p>
<p>&lt;cfif URL[i] CONTAINS &#8217;4445434C415245&#8242; OR URL[i] CONTAINS &#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Brownlee</title>
		<link>http://www.fusioncube.net/index.php/preventing-sql-injection/comment-page-1#comment-31548</link>
		<dc:creator>Steve Brownlee</dc:creator>
		<pubDate>Thu, 28 Aug 2008 14:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=245#comment-31548</guid>
		<description>Yes, Eric, very good point.  It&#039;s simply one tool your should have in the arsenal!</description>
		<content:encoded><![CDATA[<p>Yes, Eric, very good point.  It&#8217;s simply one tool your should have in the arsenal!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Cobb</title>
		<link>http://www.fusioncube.net/index.php/preventing-sql-injection/comment-page-1#comment-31547</link>
		<dc:creator>Eric Cobb</dc:creator>
		<pubDate>Thu, 28 Aug 2008 14:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=245#comment-31547</guid>
		<description>Just to clarify, this helps protect against a SPECIFIC sql injection attack that&#039;s been going around, not every sql injection attack in general.  That&#039;s what cfqueryparam is for.  ;)

Thanks for the code post!  It will definitely come in handy as an added layer of protection against this.</description>
		<content:encoded><![CDATA[<p>Just to clarify, this helps protect against a SPECIFIC sql injection attack that&#8217;s been going around, not every sql injection attack in general.  That&#8217;s what cfqueryparam is for.  ;)</p>
<p>Thanks for the code post!  It will definitely come in handy as an added layer of protection against this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Bartholme</title>
		<link>http://www.fusioncube.net/index.php/preventing-sql-injection/comment-page-1#comment-31546</link>
		<dc:creator>Jason Bartholme</dc:creator>
		<pubDate>Thu, 28 Aug 2008 14:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=245#comment-31546</guid>
		<description>Hi Steve, 

I&#039;m glad the code is helping to prevent further attacks.  It&#039;s good to see others using it as well.  You may also look into placing constraints on your varchar and text fields to not allow the string &#039;&lt;script&#039; to be inserted/updated.  We believe that offers another layer of projection.</description>
		<content:encoded><![CDATA[<p>Hi Steve, </p>
<p>I&#8217;m glad the code is helping to prevent further attacks.  It&#8217;s good to see others using it as well.  You may also look into placing constraints on your varchar and text fields to not allow the string &#8216;&lt;script&#8217; to be inserted/updated.  We believe that offers another layer of projection.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

