<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mozilla Security Blog &#187; fuzzing</title>
	<atom:link href="http://blog.mozilla.com/security/tag/fuzzing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/security</link>
	<description></description>
	<lastBuildDate>Fri, 04 Nov 2011 21:13:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>New CSS Grammar Fuzzer</title>
		<link>http://blog.mozilla.com/security/2009/03/17/new-css-grammar-fuzzer/</link>
		<comments>http://blog.mozilla.com/security/2009/03/17/new-css-grammar-fuzzer/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 21:24:59 +0000</pubDate>
		<dc:creator>Johnathan Nightingale</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[fuzzing]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/security/?p=79</guid>
		<description><![CDATA[Mozilla&#8217;s Jesse Ruderman just blogged about a new CSS grammar fuzzer of his, to go along with the JS fuzzer we announced a while ago. Fuzzers are a tool that we&#8217;ve found incredibly valuable in the past, and continue to employ heavily. A fuzzer&#8217;s job is to make your application fail by feeding it surprising [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla&#8217;s Jesse Ruderman just <a href="http://www.squarefree.com/2009/03/16/css-grammar-fuzzer/">blogged</a> about a new CSS grammar fuzzer of his, to go along with the JS fuzzer we announced <a href="http://www.squarefree.com/2007/08/02/introducing-jsfunfuzz/">a while ago</a>.</p>
<p>Fuzzers are a tool that we&#8217;ve found incredibly valuable in the past, and continue to employ heavily. A fuzzer&#8217;s job is to make your application fail by feeding it surprising inputs. The good ones do this by knowing a part of your code well enough that they can make smart guesses about how to confuse it. This one, for instance, produces a constant stream of mostly-correct CSS rules, and watches to see whether the browser can cope with them. Because fuzzers take these random paths, they can uncover subtle bugs that are rarely encountered during &#8220;normal&#8221; testing; and Jesse is a master at building them.</p>
<p>When Jesse originally started talking about his javascript fuzzer, <a href="http://blog.mozilla.com/security/2007/08/06/feedback-from-opera-on-mozilla-javascript-fuzzer/">he gave it to other browser vendors</a> first, and he&#8217;s done the same with this one. If you&#8217;re interested in automated security analysis tools though, he&#8217;s now made it public, and I recommend <a href="http://www.squarefree.com/2009/03/16/css-grammar-fuzzer/">checking it out</a>.</p>
<p>Johnathan Nightingale<br />
Human Shield</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/security/2009/03/17/new-css-grammar-fuzzer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

