<?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 for RETURN $ecure;</title>
	<atom:link href="http://kyran.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kyran.wordpress.com</link>
	<description>Security, Technology and Life</description>
	<lastBuildDate>Sun, 21 Dec 2008 13:05:46 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Opera to support HttpOnly by Jim Manico</title>
		<link>http://kyran.wordpress.com/2007/05/10/opera-to-support-httponly/#comment-712</link>
		<dc:creator>Jim Manico</dc:creator>
		<pubDate>Sun, 21 Dec 2008 13:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://kyran.wordpress.com/2007/05/10/opera-to-support-httponly/#comment-712</guid>
		<description>Shame that Opera still leaks HTTPOnly cookies via XMLHTTPRequest.getAllResponseHeaders</description>
		<content:encoded><![CDATA[<p>Shame that Opera still leaks HTTPOnly cookies via XMLHTTPRequest.getAllResponseHeaders</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling CSRF by Recent Links Tagged With "csrf" - JabberTags</title>
		<link>http://kyran.wordpress.com/2008/05/02/enabling-csrf/#comment-710</link>
		<dc:creator>Recent Links Tagged With "csrf" - JabberTags</dc:creator>
		<pubDate>Wed, 22 Oct 2008 15:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://kyran.wordpress.com/?p=42#comment-710</guid>
		<description>[...] public links &gt;&gt; csrf   Enabling CSRF Saved by schreber on Tue 21-10-2008   8-5-2008 Saved by kungfudude69 on Mon 20-10-2008   cPanal [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; csrf   Enabling CSRF Saved by schreber on Tue 21-10-2008   8-5-2008 Saved by kungfudude69 on Mon 20-10-2008   cPanal [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling CSRF by kuza55</title>
		<link>http://kyran.wordpress.com/2008/05/02/enabling-csrf/#comment-709</link>
		<dc:creator>kuza55</dc:creator>
		<pubDate>Sat, 03 May 2008 21:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://kyran.wordpress.com/?p=42#comment-709</guid>
		<description>Ok, so I lied; that&#039;s not all. CAPTCHAs are not good csrf solutions IMO because they&#039;re easy to implement in a way that makes them CSRF-able.</description>
		<content:encoded><![CDATA[<p>Ok, so I lied; that&#8217;s not all. CAPTCHAs are not good csrf solutions IMO because they&#8217;re easy to implement in a way that makes them CSRF-able.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling CSRF by kuza55</title>
		<link>http://kyran.wordpress.com/2008/05/02/enabling-csrf/#comment-708</link>
		<dc:creator>kuza55</dc:creator>
		<pubDate>Sat, 03 May 2008 21:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://kyran.wordpress.com/?p=42#comment-708</guid>
		<description>IDS should die; that is all.</description>
		<content:encoded><![CDATA[<p>IDS should die; that is all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UserJS URL Sanitizing by Kyran</title>
		<link>http://kyran.wordpress.com/2007/11/21/userjs-url-sanitizing/#comment-703</link>
		<dc:creator>Kyran</dc:creator>
		<pubDate>Sat, 03 May 2008 15:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://kyran.wordpress.com/2007/11/21/userjs-url-sanitizing/#comment-703</guid>
		<description>I&#039;ve sent you a quick e-mail regarding location.hash and my new thoughts on this. 
And I know what browser.js is(and I love it!).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve sent you a quick e-mail regarding location.hash and my new thoughts on this.<br />
And I know what browser.js is(and I love it!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UserJS URL Sanitizing by Hallvord R. M. Steen</title>
		<link>http://kyran.wordpress.com/2007/11/21/userjs-url-sanitizing/#comment-702</link>
		<dc:creator>Hallvord R. M. Steen</dc:creator>
		<pubDate>Sat, 03 May 2008 10:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://kyran.wordpress.com/2007/11/21/userjs-url-sanitizing/#comment-702</guid>
		<description>Glad you like the User JS API :-)
I have done something similar in browser.js (a &quot;user script&quot; all Opera installations run on all pages, providing various site-specific compatibility fixes) - protecting against the Acrobat Reader PDF javascript: URL exploit.

I don&#039;t know how exactly one could make this generic enough to be worthwhile. Like, looking in location.search for code that looks like SQL injection or HTML?

BTW Wordpress has taken some liberties with the code in the example :-)</description>
		<content:encoded><![CDATA[<p>Glad you like the User JS API <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I have done something similar in browser.js (a &#8220;user script&#8221; all Opera installations run on all pages, providing various site-specific compatibility fixes) &#8211; protecting against the Acrobat Reader PDF javascript: URL exploit.</p>
<p>I don&#8217;t know how exactly one could make this generic enough to be worthwhile. Like, looking in location.search for code that looks like SQL injection or HTML?</p>
<p>BTW WordPress has taken some liberties with the code in the example <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSRF ramblings by Michael Coates</title>
		<link>http://kyran.wordpress.com/2008/02/18/csrf-ramblings/#comment-695</link>
		<dc:creator>Michael Coates</dc:creator>
		<pubDate>Thu, 21 Feb 2008 15:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://kyran.wordpress.com/?p=40#comment-695</guid>
		<description>Interesting thought with the Opera phone. I remember reading a article a few months back about a similar issue with Javascript able to auto dial Skype links within Mozilla. I can&#039;t find the link at the moment.

It is interesting to watch the new types of vulnerabilities popping up as we bring more intelligence and capability to the phones. A pesky piece of malware has a much larger impact when it can make international phone calls and result in charges to someone&#039;s bill</description>
		<content:encoded><![CDATA[<p>Interesting thought with the Opera phone. I remember reading a article a few months back about a similar issue with Javascript able to auto dial Skype links within Mozilla. I can&#8217;t find the link at the moment.</p>
<p>It is interesting to watch the new types of vulnerabilities popping up as we bring more intelligence and capability to the phones. A pesky piece of malware has a much larger impact when it can make international phone calls and result in charges to someone&#8217;s bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A thousand dollars and a fancy phone. by CSRF ramblings &#171; RETURN $ecure;</title>
		<link>http://kyran.wordpress.com/2007/02/14/a-thousand-dollars-and-a-fancy-phone/#comment-694</link>
		<dc:creator>CSRF ramblings &#171; RETURN $ecure;</dc:creator>
		<pubDate>Tue, 19 Feb 2008 02:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://kyran.wordpress.com/2007/02/14/a-thousand-dollars-and-a-fancy-phone/#comment-694</guid>
		<description>[...] 18th, 2008   I was reading over this post by Robert Hansen of SecTheory just after reading a post of mine about Opera phone integration. It got me to thinking, specifically this part. It will also have [...]</description>
		<content:encoded><![CDATA[<p>[...] 18th, 2008   I was reading over this post by Robert Hansen of SecTheory just after reading a post of mine about Opera phone integration. It got me to thinking, specifically this part. It will also have [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UserJS URL Sanitizing by Gareth Heyes</title>
		<link>http://kyran.wordpress.com/2007/11/21/userjs-url-sanitizing/#comment-613</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Fri, 23 Nov 2007 13:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://kyran.wordpress.com/2007/11/21/userjs-url-sanitizing/#comment-613</guid>
		<description>Yeah Opera security does rock but I&#039;d like this sort of functionality in Firefox.</description>
		<content:encoded><![CDATA[<p>Yeah Opera security does rock but I&#8217;d like this sort of functionality in Firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UserJS URL Sanitizing by Kyran</title>
		<link>http://kyran.wordpress.com/2007/11/21/userjs-url-sanitizing/#comment-611</link>
		<dc:creator>Kyran</dc:creator>
		<pubDate>Thu, 22 Nov 2007 14:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://kyran.wordpress.com/2007/11/21/userjs-url-sanitizing/#comment-611</guid>
		<description>That&#039;s one thing I forgot to mention! The methods of the opera object are not accessible from regular scripts! Plus you could use defineMagicFunction and BeforeScript to rewrite any code that tried to access the UserJS</description>
		<content:encoded><![CDATA[<p>That&#8217;s one thing I forgot to mention! The methods of the opera object are not accessible from regular scripts! Plus you could use defineMagicFunction and BeforeScript to rewrite any code that tried to access the UserJS</p>
]]></content:encoded>
	</item>
</channel>
</rss>
