<?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"
	>
<channel>
	<title>Comments on: Extensions &#038; XMLHttpRequest &#038; eval - Oh My</title>
	<atom:link href="http://starkravingfinkle.org/blog/2008/06/extensions-xmlhttprequest-eval-oh-my/feed/" rel="self" type="application/rss+xml" />
	<link>http://starkravingfinkle.org/blog/2008/06/extensions-xmlhttprequest-eval-oh-my/</link>
	<description></description>
	<pubDate>Sat, 22 Nov 2008 14:41:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Erwan</title>
		<link>http://starkravingfinkle.org/blog/2008/06/extensions-xmlhttprequest-eval-oh-my/#comment-6857</link>
		<dc:creator>Erwan</dc:creator>
		<pubDate>Fri, 18 Jul 2008 01:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=280#comment-6857</guid>
		<description>According to the doc on MDC, we can evaluate JSON either using the jsm (that actually does an eval in sandbox), or using the native component. Since the native component is much faster than the jsm, is there any reason to use the jsm or should we all use the native component?</description>
		<content:encoded><![CDATA[<p>According to the doc on MDC, we can evaluate JSON either using the jsm (that actually does an eval in sandbox), or using the native component. Since the native component is much faster than the jsm, is there any reason to use the jsm or should we all use the native component?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Finkle</title>
		<link>http://starkravingfinkle.org/blog/2008/06/extensions-xmlhttprequest-eval-oh-my/#comment-6642</link>
		<dc:creator>Mark Finkle</dc:creator>
		<pubDate>Fri, 27 Jun 2008 14:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=280#comment-6642</guid>
		<description>Thanks Giorgio</description>
		<content:encoded><![CDATA[<p>Thanks Giorgio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Maone</title>
		<link>http://starkravingfinkle.org/blog/2008/06/extensions-xmlhttprequest-eval-oh-my/#comment-6638</link>
		<dc:creator>Giorgio Maone</dc:creator>
		<pubDate>Fri, 27 Jun 2008 09:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=280#comment-6638</guid>
		<description>&lt;blockquote&gt;Do you happen to know any other functions that we should be worried about other than eval()?&lt;/blockquote&gt;
&lt;code&gt;new Function(someCode)&lt;/code&gt; and &lt;code&gt;node.setAttribute("onSomeEvent", someScript)&lt;/code&gt; are two which come to mind.
innerHTML can be worrisome too, depending on the context.</description>
		<content:encoded><![CDATA[<blockquote><p>Do you happen to know any other functions that we should be worried about other than eval()?</p></blockquote>
<p><code>new Function(someCode)</code> and <code>node.setAttribute("onSomeEvent", someScript)</code> are two which come to mind.<br />
innerHTML can be worrisome too, depending on the context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar</title>
		<link>http://starkravingfinkle.org/blog/2008/06/extensions-xmlhttprequest-eval-oh-my/#comment-6637</link>
		<dc:creator>Cesar</dc:creator>
		<pubDate>Fri, 27 Jun 2008 05:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/?p=280#comment-6637</guid>
		<description>Thank you Mark. This is exactly the kind of message we want sent out to developers :). I have denied at least 3 addons for this very reason. It is rare, but it happens. Never maliciously of course.

Do you happen to know any other functions that we should be worried about other than eval()?</description>
		<content:encoded><![CDATA[<p>Thank you Mark. This is exactly the kind of message we want sent out to developers :). I have denied at least 3 addons for this very reason. It is rare, but it happens. Never maliciously of course.</p>
<p>Do you happen to know any other functions that we should be worried about other than eval()?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
