<?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 Prevention: ID&#8217;s in the Query String</title>
	<atom:link href="http://bdwebster.com/2008/07/02/sql-injection-prevention-ids-in-the-query-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://bdwebster.com/2008/07/02/sql-injection-prevention-ids-in-the-query-string/</link>
	<description>Web Development and Other Ramblings</description>
	<lastBuildDate>Sun, 27 Mar 2011 02:53:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Trent</title>
		<link>http://bdwebster.com/2008/07/02/sql-injection-prevention-ids-in-the-query-string/#comment-484</link>
		<dc:creator><![CDATA[Trent]]></dc:creator>
		<pubDate>Wed, 09 Jul 2008 15:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://bwebster.wordpress.com/?p=80#comment-484</guid>
		<description><![CDATA[If there&#039;s one thing I&#039;ve learned in the work I&#039;ve done, it&#039;s that you should never trust any data coming at you from the web.  No matter what it is, clean it and verify it.  Expecting an integer?  Make sure it&#039;s an integer and nothing else before you deal with it.  Expecting a string?  Make sure it&#039;s exactly what you expect, nothing more, nothing less.  You should never accept any input from the web without an exact specification for what it is and a handling of all cases outside of that specification.]]></description>
		<content:encoded><![CDATA[<p>If there&#8217;s one thing I&#8217;ve learned in the work I&#8217;ve done, it&#8217;s that you should never trust any data coming at you from the web.  No matter what it is, clean it and verify it.  Expecting an integer?  Make sure it&#8217;s an integer and nothing else before you deal with it.  Expecting a string?  Make sure it&#8217;s exactly what you expect, nothing more, nothing less.  You should never accept any input from the web without an exact specification for what it is and a handling of all cases outside of that specification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL Injection Protection: Verifying Data &#171; Brian Webster - Blog</title>
		<link>http://bdwebster.com/2008/07/02/sql-injection-prevention-ids-in-the-query-string/#comment-482</link>
		<dc:creator><![CDATA[SQL Injection Protection: Verifying Data &#171; Brian Webster - Blog]]></dc:creator>
		<pubDate>Thu, 03 Jul 2008 20:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://bwebster.wordpress.com/?p=80#comment-482</guid>
		<description><![CDATA[[...] Brian Webster - Blog Web Development and Other Ramblings      &#171; SQL Injection Prevention: ID&#8217;s in the Query&#160;String [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Brian Webster &#8211; Blog Web Development and Other Ramblings      &laquo; SQL Injection Prevention: ID&#8217;s in the Query&nbsp;String [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

