<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[Content with Style - Comments on fulltext &#38; weighted relevance]]></title>
    <link>http://www.contentwithstyle.co.uk/feeds/rss/comments/134</link>
    <description><![CDATA[]]></description>
    <pubDate>Tue, 06 Jan 2009 10:57:15 +0000</pubDate>
    <generator>Zend_Feed</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Content with Style - Comment #1 on fulltext &#38; weighted relevance]]></title>
      <link>http://www.contentwithstyle.co.uk/content/fulltext-weighted-relevance/#comment-1893</link>
      <guid>http://www.contentwithstyle.co.uk/content/fulltext-weighted-relevance/#comment-1893</guid>
      <description><![CDATA[Extremely! Insecure! <br />
Never! Ever! pass in $query just like that. Its the #1 security hole in most systems. It is called SQL injection.]]></description>
      <content:encoded><![CDATA[Extremely! Insecure! <br />
Never! Ever! pass in $query just like that. Its the #1 security hole in most systems. It is called SQL injection.]]></content:encoded>
      <pubDate>Mon, 15 Jan 2007 04:52:52 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #2 on fulltext &#38; weighted relevance]]></title>
      <link>http://www.contentwithstyle.co.uk/content/fulltext-weighted-relevance/#comment-1894</link>
      <guid>http://www.contentwithstyle.co.uk/content/fulltext-weighted-relevance/#comment-1894</guid>
      <description><![CDATA[Ber, first of all thank you for bringing this up. I can see why you are concerned, even though I don&#8217;t think you have a point here. Let me explain to you why:<br />
<br />
By default register_globals is off, and I always have turned it off. Which means that $query in the example above cannot refer to the equivalent of $_GET[&#8216;query&#8217;].<br />
<br />
That means that $query is just any variable. SURELY IT SHOULD BE ESCAPED FIRST! But you cannot really tell if that hasn&#8217;t happened by just looking at the example above. <br />
<br />
If you were thinking that this refers to a GET variable because you are still working with register_globals turned on, then I strongly advise you to not do so anymore, because that would mean a major security hole.]]></description>
      <content:encoded><![CDATA[Ber, first of all thank you for bringing this up. I can see why you are concerned, even though I don&#8217;t think you have a point here. Let me explain to you why:<br />
<br />
By default register_globals is off, and I always have turned it off. Which means that $query in the example above cannot refer to the equivalent of $_GET[&#8216;query&#8217;].<br />
<br />
That means that $query is just any variable. SURELY IT SHOULD BE ESCAPED FIRST! But you cannot really tell if that hasn&#8217;t happened by just looking at the example above. <br />
<br />
If you were thinking that this refers to a GET variable because you are still working with register_globals turned on, then I strongly advise you to not do so anymore, because that would mean a major security hole.]]></content:encoded>
      <pubDate>Mon, 15 Jan 2007 07:05:21 +0000</pubDate>
    </item>
  </channel>
</rss>
