<?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: Javascript protocol fuzzer and Opera</title>
	<atom:link href="http://www.thespanner.co.uk/2008/09/18/javascript-protocol-fuzzer-and-opera/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2008/09/18/javascript-protocol-fuzzer-and-opera/</link>
	<description>Javascript blog with messed up syntax inside</description>
	<lastBuildDate>Thu, 26 Jan 2012 01:38:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2008/09/18/javascript-protocol-fuzzer-and-opera/#comment-1317</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Thu, 18 Sep 2008 20:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/?p=225#comment-1317</guid>
		<description>Ah looks like a false positive :(
The fuzzing code is correct, it checks the browser to see if the link protocol is javascript so Opera is reporting it is but then stops it from executing. Doh!

&lt;slaps self on head&gt;</description>
		<content:encoded><![CDATA[<p>Ah looks like a false positive <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
The fuzzing code is correct, it checks the browser to see if the link protocol is javascript so Opera is reporting it is but then stops it from executing. Doh!</p>
<p>&lt;slaps self on head&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Weber</title>
		<link>http://www.thespanner.co.uk/2008/09/18/javascript-protocol-fuzzer-and-opera/#comment-1316</link>
		<dc:creator>Chris Weber</dc:creator>
		<pubDate>Thu, 18 Sep 2008 18:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/?p=225#comment-1316</guid>
		<description>Hey Gareth, I can&#039;t manually validate these that occur at position 10.  I tried:

&lt;a href=&quot;javascript&amp;#7944:alert(&#039;works&#039;)&quot; &gt;test&lt;/a&gt;

But that doesn&#039;t execute in Opera.  The ones at position 0 did work however.  I wonder if there&#039;s a false positive in your test:

if(document.getElementsByTagName(&#039;a&#039;).item(i).protocol == &#039;javascript:&#039;)

or if I&#039;m doing something wrong?</description>
		<content:encoded><![CDATA[<p>Hey Gareth, I can&#8217;t manually validate these that occur at position 10.  I tried:</p>
<p>&lt;a href=&#8221;javascript&amp;#7944:alert(&#8216;works&#8217;)&#8221; &gt;test&lt;/a&gt;</p>
<p>But that doesn&#8217;t execute in Opera.  The ones at position 0 did work however.  I wonder if there&#8217;s a false positive in your test:</p>
<p>if(document.getElementsByTagName(&#8216;a&#8217;).item(i).protocol == &#8216;javascript:&#8217;)</p>
<p>or if I&#8217;m doing something wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

