<?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: regex 0.9.4</title>
	<atom:link href="http://www.larsolavtorvik.com/2008/04/regex-0_9_4/feed/" rel="self" type="application/rss+xml" />
	<link>http://larsolavtorvik.com/2008/04/regex-0_9_4/</link>
	<description>my developer blog...</description>
	<pubDate>Mon, 06 Feb 2012 14:35:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Edwardo Koegel</title>
		<link>http://larsolavtorvik.com/2008/04/regex-0_9_4/#comment-33205</link>
		<dc:creator>Edwardo Koegel</dc:creator>
		<pubDate>Tue, 31 Aug 2010 00:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=8#comment-33205</guid>
		<description>Sick of obtaining low amounts of useless traffic for your website? Well i wish to inform you of a new underground tactic that produces me personally $900  each day on 100% AUTOPILOT. I possibly could be here all day and going into detail but why dont you just check their site out? There is really a great video that explains everything. So if your serious about producing hassle-free cash this is the website for you. &lt;a href="http://tiny.cc/p7mq4" rel="nofollow"&gt;Auto Traffic Avalanche&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Sick of obtaining low amounts of useless traffic for your website? Well i wish to inform you of a new underground tactic that produces me personally $900  each day on 100% AUTOPILOT. I possibly could be here all day and going into detail but why dont you just check their site out? There is really a great video that explains everything. So if your serious about producing hassle-free cash this is the website for you. <a href="http://tiny.cc/p7mq4" rel="nofollow">Auto Traffic Avalanche</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Successful</title>
		<link>http://larsolavtorvik.com/2008/04/regex-0_9_4/#comment-33181</link>
		<dc:creator>Successful</dc:creator>
		<pubDate>Sun, 14 Feb 2010 21:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=8#comment-33181</guid>
		<description>Thanks admin this is web sites very nice .</description>
		<content:encoded><![CDATA[<p>Thanks admin this is web sites very nice .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://larsolavtorvik.com/2008/04/regex-0_9_4/#comment-26</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 29 Apr 2008 15:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=8#comment-26</guid>
		<description>Yes, watching the logs will be fun :)</description>
		<content:encoded><![CDATA[<p>Yes, watching the logs will be fun <img src='http://larsolavtorvik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volcane</title>
		<link>http://larsolavtorvik.com/2008/04/regex-0_9_4/#comment-25</link>
		<dc:creator>Volcane</dc:creator>
		<pubDate>Tue, 29 Apr 2008 15:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=8#comment-25</guid>
		<description>Thanks Lars, I think you're app is great I have used several and reviewed several and once yours is sorted I think it will become my regex tester of choice, keep it up :)

The basic rule is never rely on the client for input testing always do it server side and try to think out the box in terms of how people will use your app, def add some logging to see exactly what people are putting into your form so you can see what is being tried etc</description>
		<content:encoded><![CDATA[<p>Thanks Lars, I think you&#8217;re app is great I have used several and reviewed several and once yours is sorted I think it will become my regex tester of choice, keep it up <img src='http://larsolavtorvik.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The basic rule is never rely on the client for input testing always do it server side and try to think out the box in terms of how people will use your app, def add some logging to see exactly what people are putting into your form so you can see what is being tried etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Olav Torvik</title>
		<link>http://larsolavtorvik.com/2008/04/regex-0_9_4/#comment-24</link>
		<dc:creator>Lars Olav Torvik</dc:creator>
		<pubDate>Tue, 29 Apr 2008 14:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=8#comment-24</guid>
		<description>Oh another small comment for Mark. There actually are a couple of people who can't proccess regex in their heads :D</description>
		<content:encoded><![CDATA[<p>Oh another small comment for Mark. There actually are a couple of people who can&#8217;t proccess regex in their heads <img src='http://larsolavtorvik.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Olav Torvik</title>
		<link>http://larsolavtorvik.com/2008/04/regex-0_9_4/#comment-23</link>
		<dc:creator>Lars Olav Torvik</dc:creator>
		<pubDate>Tue, 29 Apr 2008 14:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=8#comment-23</guid>
		<description>It seems I'm a bit naive when it comes to security. Not used to create applications like this. Usally just regular registrations forms etc that I need to make secure from injection attacks etc. I just created a tool I would like to use my self and decided to share :-)

Mark: Thanks for the tips about the modifiers. The modifiers should now be filtered on the server.

Volcane: I have done some other small modifications now but not sure if I have catched the security breach you saw or if it is the same as Mark commented. I would apreaciate it if you could send me a mail at meAlfaLarsolavtorvik.com with a concrete example I can test with.

Atleast my app is getting some testing ;-)</description>
		<content:encoded><![CDATA[<p>It seems I&#8217;m a bit naive when it comes to security. Not used to create applications like this. Usally just regular registrations forms etc that I need to make secure from injection attacks etc. I just created a tool I would like to use my self and decided to share <img src='http://larsolavtorvik.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Mark: Thanks for the tips about the modifiers. The modifiers should now be filtered on the server.</p>
<p>Volcane: I have done some other small modifications now but not sure if I have catched the security breach you saw or if it is the same as Mark commented. I would apreaciate it if you could send me a mail at meAlfaLarsolavtorvik.com with a concrete example I can test with.</p>
<p>Atleast my app is getting some testing <img src='http://larsolavtorvik.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://larsolavtorvik.com/2008/04/regex-0_9_4/#comment-22</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 29 Apr 2008 13:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=8#comment-22</guid>
		<description>(Still, nice little tool though, for people who can't yet process regex in their heads :-)</description>
		<content:encoded><![CDATA[<p>(Still, nice little tool though, for people who can&#8217;t yet process regex in their heads <img src='http://larsolavtorvik.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://larsolavtorvik.com/2008/04/regex-0_9_4/#comment-21</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 29 Apr 2008 13:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=8#comment-21</guid>
		<description>Yep, in firebug:

document.getElementById('pcre_modifiers_multiline').value = 'e';

Enable multiline mode and hack away! Filter your modifiers server-side and prevent it from happening at all.</description>
		<content:encoded><![CDATA[<p>Yep, in firebug:</p>
<p>document.getElementById(&#8217;pcre_modifiers_multiline&#8217;).value = &#8216;e&#8217;;</p>
<p>Enable multiline mode and hack away! Filter your modifiers server-side and prevent it from happening at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volcane</title>
		<link>http://larsolavtorvik.com/2008/04/regex-0_9_4/#comment-20</link>
		<dc:creator>Volcane</dc:creator>
		<pubDate>Tue, 29 Apr 2008 13:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=8#comment-20</guid>
		<description>Have another go, its still VERY trivial.</description>
		<content:encoded><![CDATA[<p>Have another go, its still VERY trivial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Olav Torvik</title>
		<link>http://larsolavtorvik.com/2008/04/regex-0_9_4/#comment-19</link>
		<dc:creator>Lars Olav Torvik</dc:creator>
		<pubDate>Tue, 29 Apr 2008 12:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://larsolavtorvik.com/?p=8#comment-19</guid>
		<description>Thanks for your comment. I have installed a patch that hopefully solves this problem :-)</description>
		<content:encoded><![CDATA[<p>Thanks for your comment. I have installed a patch that hopefully solves this problem <img src='http://larsolavtorvik.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
 
