<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: FBJS-Like test console</title>
	<link>http://blog.hedgerwow.com/2008/01/02/fbjs-like-test-console/</link>
	<description>Keep It Simple, Stupid</description>
	<pubDate>Thu, 28 Aug 2008 03:13:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Peter Goodman</title>
		<link>http://blog.hedgerwow.com/2008/01/02/fbjs-like-test-console/#comment-176</link>
		<pubDate>Tue, 15 Jan 2008 04:46:14 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2008/01/02/fbjs-like-test-console/#comment-176</guid>
					<description>There seems to be a problem when dealing with inline regular expressions where it treats everything with / and / as normal variables.</description>
		<content:encoded><![CDATA[<p>There seems to be a problem when dealing with inline regular expressions where it treats everything with / and / as normal variables.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: hedger</title>
		<link>http://blog.hedgerwow.com/2008/01/02/fbjs-like-test-console/#comment-171</link>
		<pubDate>Fri, 04 Jan 2008 03:15:00 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2008/01/02/fbjs-like-test-console/#comment-171</guid>
					<description>Thank Peter, I had written my codes and your codes should be handled correctly now.

Please keep me posted if you find any malicious codes.

:-D</description>
		<content:encoded><![CDATA[<p>Thank Peter, I had written my codes and your codes should be handled correctly now.</p>
<p>Please keep me posted if you find any malicious codes.</p>
<p>:-D
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Peter Goodman</title>
		<link>http://blog.hedgerwow.com/2008/01/02/fbjs-like-test-console/#comment-170</link>
		<pubDate>Fri, 04 Jan 2008 01:17:15 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2008/01/02/fbjs-like-test-console/#comment-170</guid>
					<description>Here is a less convoluted example:

(function(){
	// 'this' is the window object
	alert(this);
})();</description>
		<content:encoded><![CDATA[<p>Here is a less convoluted example:</p>
<p>(function(){<br />
	// &#8216;this&#8217; is the window object<br />
	alert(this);<br />
})();
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Peter Goodman</title>
		<link>http://blog.hedgerwow.com/2008/01/02/fbjs-like-test-console/#comment-169</link>
		<pubDate>Fri, 04 Jan 2008 00:59:03 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2008/01/02/fbjs-like-test-console/#comment-169</guid>
					<description>I have found another hole:

("".prototype = function() {
	this["eval"]("alert('hello world.')");
})();


Unless of course, when it displays the  around a string that means something. Also, if a normal variable 'prototype' is used, it is not filtered.</description>
		<content:encoded><![CDATA[<p>I have found another hole:</p>
<p>(&#8221;".prototype = function() {<br />
	this[&#8221;eval&#8221;](&#8221;alert(&#8217;hello world.&#8217;)&#8221;);<br />
})();</p>
<p>Unless of course, when it displays the  around a string that means something. Also, if a normal variable &#8216;prototype&#8217; is used, it is not filtered.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: hedgerwang</title>
		<link>http://blog.hedgerwow.com/2008/01/02/fbjs-like-test-console/#comment-168</link>
		<pubDate>Thu, 03 Jan 2008 19:53:34 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2008/01/02/fbjs-like-test-console/#comment-168</guid>
					<description>Thanks, it's fixed now :-D</description>
		<content:encoded><![CDATA[<p>Thanks, it&#8217;s fixed now <img src='http://www.blog.hedgerwow.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Peter Goodman</title>
		<link>http://blog.hedgerwow.com/2008/01/02/fbjs-like-test-console/#comment-167</link>
		<pubDate>Thu, 03 Jan 2008 06:05:26 +0000</pubDate>
		<guid>http://blog.hedgerwow.com/2008/01/02/fbjs-like-test-console/#comment-167</guid>
					<description>It seems to screw up on:
eval("alert('hello world');");

producing:
SANDBOX_eval("alert('SANDBOX_hello SANDBOX_world');");

Also, it fails to stop the following possible exploit (for IE):
//@cc_on eval("alert('hello world');")

Otherwise, very cool!</description>
		<content:encoded><![CDATA[<p>It seems to screw up on:<br />
eval(&#8221;alert(&#8217;hello world&#8217;);&#8221;);</p>
<p>producing:<br />
SANDBOX_eval(&#8221;alert(&#8217;SANDBOX_hello SANDBOX_world&#8217;);&#8221;);</p>
<p>Also, it fails to stop the following possible exploit (for IE):<br />
//@cc_on eval(&#8221;alert(&#8217;hello world&#8217;);&#8221;)</p>
<p>Otherwise, very cool!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
