<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2718.us blog &#187; sql</title>
	<atom:link href="http://2718.us/blog/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://2718.us/blog</link>
	<description>Miscellaneous Technological Geekery</description>
	<lastBuildDate>Tue, 18 May 2010 02:42:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Beware the SQL Injection&#8230;</title>
		<link>http://2718.us/blog/2008/04/15/beware-the-sql-injection/</link>
		<comments>http://2718.us/blog/2008/04/15/beware-the-sql-injection/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 23:24:14 +0000</pubDate>
		<dc:creator>2718.us</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[cartoon]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[injection]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[naming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://2718.us/blog/?p=18</guid>
		<description><![CDATA[Since I&#8217;ve already hit on SQL injection issues twice in the past two days (here directly and here indirectly through the non-issue with WP and SQL injection), why not add a cartoon to the mix&#8230;]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;ve already hit on SQL injection issues twice in the past two days (<a href="http://2718.us/blog/2008/04/15/note-to-self-validate-input-before-using-it-in-sql-queries/">here</a> directly and <a href="http://2718.us/blog/2008/04/14/matt-yes-that-matt-on-wordpress-security/">here</a> indirectly through the non-issue with WP and SQL injection), why not add a cartoon to the mix&#8230; <a href="http://xkcd.com/327/"><img style="border: 0;" src="http://imgs.xkcd.com/comics/exploits_of_a_mom.png" alt="" width="500" height="154" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://2718.us/blog/2008/04/15/beware-the-sql-injection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Note to Self: Validate Input before using it in SQL Queries</title>
		<link>http://2718.us/blog/2008/04/15/note-to-self-validate-input-before-using-it-in-sql-queries/</link>
		<comments>http://2718.us/blog/2008/04/15/note-to-self-validate-input-before-using-it-in-sql-queries/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 18:53:51 +0000</pubDate>
		<dc:creator>2718.us</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[magic quotes]]></category>
		<category><![CDATA[magic_quotes]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php4]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[register globals]]></category>
		<category><![CDATA[register_globals]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://2718.us/blog/?p=21</guid>
		<description><![CDATA[Right, of course, I should be doing this already, but having magic quotes in PHP4 may hvae made me a bit lazy in some instances, and just like I&#8217;ve been going through and fixing register_globals dependence&#8230; As I read here, Both register_globals and Magic Quotes were implemented in PHP to help beginners who were learning [...]]]></description>
			<content:encoded><![CDATA[<p>Right, of course, I should be doing this already, but having magic quotes in PHP4 may hvae made me a bit lazy in some instances, and just like I&#8217;ve been going through and fixing register_globals dependence&#8230; As I read <a href="http://www.jarrodgoddard.com/server-administration/upgrading-to-php-5">here</a>,</p>
<blockquote><p>Both register_globals and Magic Quotes were implemented in PHP to help beginners who were learning to program in PHP or new to programming in general. One thing I noticed about the upgrade was that neither of the problems I encountered were major, but also that they weren’t related to the actual upgrade to version 5, as they both should have been taken care of already. It brings up the discussion of a good programmer versus a bad/lazy programmer. Most of the sites that had any issues, and the few that had major issues were ones that I had taken over and was hosting but didn’t initially create. The sites were not built so long ago that there was an excuse for using both register_globals and magic quotes, and it shows that having programming standards is important, and that keeping up to date with programming trends and upgrades to the programming language are very important. I’m glad I caught this before I upgraded to verion 6 when I possibly would have had a much harder time solving the problem.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://2718.us/blog/2008/04/15/note-to-self-validate-input-before-using-it-in-sql-queries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Matt (yes, that Matt) on WordPress Security</title>
		<link>http://2718.us/blog/2008/04/14/matt-yes-that-matt-on-wordpress-security/</link>
		<comments>http://2718.us/blog/2008/04/14/matt-yes-that-matt-on-wordpress-security/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 17:28:56 +0000</pubDate>
		<dc:creator>2718.us</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[false alarm]]></category>
		<category><![CDATA[false alert]]></category>
		<category><![CDATA[faulkner]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[ma.tt]]></category>
		<category><![CDATA[macbeth]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[shakespeare]]></category>
		<category><![CDATA[sound and fury]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://2718.us/blog/?p=19</guid>
		<description><![CDATA[Even though the post title and first paragraph are about calling out a sound-and-fury-signifying-nothing alert, most of his post is good stuff on WordPress, with lots of links. &#8230; there is a wave of attacks going around targeting old WordPress blogs, particularly those on the 2.1 or 2.2 branch. They’re exploiting problems that have been [...]]]></description>
			<content:encoded><![CDATA[<p>Even though the post title and first paragraph are about calling out a sound-and-fury-signifying-nothing alert, most of <a href="http://ma.tt/2008/04/securityfocus-sql-injection-bogus/">his post</a> is good stuff on WordPress, with lots of links.</p>
<blockquote><p>&#8230; there is a wave of attacks going around targeting <em>old</em> WordPress blogs, particularly those on the 2.1 or 2.2 branch. They’re exploiting problems that have been fixed for a year or more. This typically manifests itself through hidden spam being put on your site, either in the post or in a directory, and people notice when they get dropped from Google.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://2718.us/blog/2008/04/14/matt-yes-that-matt-on-wordpress-security/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

