<?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; Announcements</title>
	<atom:link href="http://blog.mozilla.com/security/category/announcements/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/security</link>
	<description></description>
	<lastBuildDate>Mon, 16 Nov 2009 22:29:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Component Directory Lockdown &#8211; New in Firefox 3.6</title>
		<link>http://blog.mozilla.com/security/2009/11/16/component-directory-lockdown-new-in-firefox-3-6/</link>
		<comments>http://blog.mozilla.com/security/2009/11/16/component-directory-lockdown-new-in-firefox-3-6/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 22:29:02 +0000</pubDate>
		<dc:creator>Johnathan Nightingale</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/security/?p=213</guid>
		<description><![CDATA[[This post originally appeared on Mozilla Developer News]
We hate crashes. When Firefox crashes, we try to get you back on your feet as quickly as possible, but we&#8217;d much rather you not crash in the first place. In Firefox 3.6, we are changing the way that some third party software hooks into Firefox which should [...]]]></description>
			<content:encoded><![CDATA[<p><small><em>[This post originally appeared on <a href="https://developer.mozilla.org/devnews/index.php/2009/11/16/component-directory-lockdown-new-in-firefox-3-6/">Mozilla Developer News</a>]</em></small></p>
<p>We hate crashes. When Firefox crashes, we try to get you back on your feet as quickly as possible, but we&#8217;d much rather you not crash in the first place. In Firefox 3.6, we are changing the way that some third party software hooks into Firefox which should eliminate a good chunk of those crashes without sacrificing our extensibility in any way. In the process, we&#8217;ll also be giving you greater control over the code that runs in your browser. </p>
<h2>Background</h2>
<p>Firefox is built around the idea of extensibility &#8211; it&#8217;s part of our soul. Users can install extensions that modify the way their browser looks, the way it works, or the things it&#8217;s capable of doing. Our add-ons community is an amazing part of the Mozilla ecosystem, one we work hard to grow and improve.</p>
<p>In addition to the standard mechanism for extending the browser via add-ons and plugins, though, there has historically been another way to do it. Third-party applications installed on your machine would sometimes try extend Firefox by just adding their own code directly to the &#8220;<tt>components</tt>&#8221; directory, where much of Firefox&#8217;s own code is stored.</p>
<p>There are no special abilities that come from doing things this way, but there are some significant disadvantages.  For one thing, components installed in this way aren&#8217;t user-visible, meaning that users can&#8217;t manage them through the add-ons manager, or disable them if they&#8217;re encountering difficulties. What&#8217;s worse, components dropped blindly into Firefox in this way don&#8217;t carry version information with them, which means that when users upgrade Firefox and these components become incompatible, there&#8217;s no way to tell Firefox to disable them. This can lead to all kinds of unfortunate behaviour: lost functionality, performance woes, and outright crashing &#8211; often immediately on startup.</p>
<p>In Firefox 3.6 (including upcoming beta refreshes), we&#8217;re closing this door. Third party applications can still extend Firefox via add-ons and plugins the way they always could, but the components directory will be for Firefox only.</p>
<h2>What Does This Mean For Me?</h2>
<p>If you&#8217;re a Firefox user, this should be 100% positive. You don&#8217;t have to change anything, your regular add-ons should continue to work properly &#8211; you just might notice fewer crashes or odd bugs. If you do notice that something has stopped working, particularly a third party addition to Firefox, you might want to contact the producer of that addition to ensure they know about the change.</p>
<p>If you&#8217;re a Firefox component developer, this shouldn&#8217;t be a big change, either. If you&#8217;re already packaging your additions as an XPI, installed as an add-on it&#8217;s business as usual. If you have been dropping components directly, though, you&#8217;ll need to change to an XPI-based approach. Our <a href="https://developer.mozilla.org/en/Migrating_raw_components_to_add-ons">migration document</a> on the Mozilla Developer Connection outlines the changes you&#8217;ll need to make, and should be pretty straightforward. The good news is that once you&#8217;ve done this, your add-on will actually be visible to users and will support proper version information so that our shared users are guaranteed a more positive experience.</p>
<p>If you haven&#8217;t downloaded the new Firefox beta yet, and want to give it a spin, you can <a href="http://www.mozilla.com/en-US/firefox/all-beta.html">find a copy here</a>.</p>
<p>Johnathan Nightingale<br />
Human Shield</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/security/2009/11/16/component-directory-lockdown-new-in-firefox-3-6/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>.NET Framework Assistant &amp; Windows Presentation Foundation Plugin Blocking Update</title>
		<link>http://blog.mozilla.com/security/2009/10/19/net-framework-assistant-windows-presentation-foundation-plugin-blocking-update/</link>
		<comments>http://blog.mozilla.com/security/2009/10/19/net-framework-assistant-windows-presentation-foundation-plugin-blocking-update/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 23:17:37 +0000</pubDate>
		<dc:creator>Johnathan Nightingale</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/security/?p=207</guid>
		<description><![CDATA[Mike Shaver has posted an update on the situation surrounding our blocking of the .Net Framework Assistant and WPF plugin.
In it, he discusses the current state of affairs, the series of events that got us to this point, as well as the steps we, and Microsoft, are taking to get the situation resolved.
]]></description>
			<content:encoded><![CDATA[<p>Mike Shaver has <a title="Mike's post" href="http://shaver.off.net/diary/2009/10/19/update-on-the-net-framework-assistant-and-windows-presentation-foundation-plugin-blocking-from-this-weekend/">posted an update</a> on the situation surrounding our blocking of the .Net Framework Assistant and WPF plugin.</p>
<p>In it, he discusses the current state of affairs, the series of events that got us to this point, as well as the steps we, and Microsoft, are taking to get the situation resolved.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/security/2009/10/19/net-framework-assistant-windows-presentation-foundation-plugin-blocking-update/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Mozilla Plugin Check Now Live</title>
		<link>http://blog.mozilla.com/security/2009/10/13/mozilla-plugin-check-now-live/</link>
		<comments>http://blog.mozilla.com/security/2009/10/13/mozilla-plugin-check-now-live/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 02:35:24 +0000</pubDate>
		<dc:creator>Johnathan Nightingale</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/security/?p=186</guid>
		<description><![CDATA[A little over a month ago, I talked about a project we had started to inform users when their plugins were out of date. This is a really important project for us, because old versions of plugins can cause crashes and other stability problems, and can also be a major security risk. In the first [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">A little over a month ago, I <a href="http://blog.mozilla.com/security/2009/09/04/helping-users-keep-plugins-updated/">talked about a project</a> we had started to inform users when their plugins were out of date. This is a really important project for us, because old versions of plugins can cause crashes and other stability problems, and can also be a major security risk. In the first phase, we focused on the popular Adobe Flash Player plugin, and we were thrilled to see <a href="http://blog.mozilla.com/security/2009/09/16/plugin-updating-project-follow-up/">more than 10 million</a> Firefox users click through to Adobe&#8217;s download page to get themselves updated in the first week.</p>
<p style="text-align: left;">Today, we&#8217;re bringing the rest of the story. Our web team has just pushed the <a href="http://www.mozilla.com/en-US/plugincheck/">full plugin check page</a> live, checking the status of more than 15 popular plugins, with more still in the works. Visitors to the page can see which plugins they have installed and, for any that are outdated, follow an easy link to the update site.</p>
<p style="text-align: center;"><a href="http://www.mozilla.com/plugincheck/"><img class="size-full wp-image-190  aligncenter" title="Plugin list with update information" src="http://blog.mozilla.com/security/files/2009/10/plugin1.png" alt="Plugin list with update information" width="400" /></a></p>
<p style="text-align: left;">In the upcoming release of Firefox 3.6, we&#8217;ll also include <a href="http://theunfocused.net/2009/10/06/firefox-3-6-knows-when-your-plugins-are-out-of-date/">built-in support</a> for helping users keep up to date. When you visit a page with Firefox 3.6, we&#8217;ll use this same service to let you know if any of the plugins used on the site have updates available.</p>
<p style="text-align: left;">We&#8217;ve got a pretty strong list of plugins and versions already but we&#8217;ll continue to maintain and grow it based on our conversations with plugin authors and our users. If you want more information, or are interested in helping out, check out the <a href="http://blog.mozilla.com/webdev/2009/10/13/plugin-checker-launched/">web team&#8217;s post</a>. Did the plugin check uncover any surprises for you?</p>
<p style="text-align: left;">Johnathan Nightingale<br />
Human Shield</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/security/2009/10/13/mozilla-plugin-check-now-live/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Leaving Mozilla</title>
		<link>http://blog.mozilla.com/security/2008/12/10/leaving-mozilla/</link>
		<comments>http://blog.mozilla.com/security/2008/12/10/leaving-mozilla/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 19:15:12 +0000</pubDate>
		<dc:creator>Window Snyder</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/security/?p=48</guid>
		<description><![CDATA[I will be leaving Mozilla at the end of the year.  I am sad to be leaving, but I am excited to go work on something I have always been passionate about.  I wish I could tell you about it now, but that will have to wait for a while.
You will still get Mozilla security [...]]]></description>
			<content:encoded><![CDATA[<p>I will be leaving Mozilla at the end of the year.  I am sad to be leaving, but I am excited to go work on something I have always been passionate about.  I wish I could tell you about it now, but that will have to wait for a while.</p>
<p>You will still get Mozilla security information here. Johnathan Nightingale, Lucas Adamski, Brandon Sterne and Mike Shaver will all be posting on the Mozilla security blog to keep users informed about security issues and announcements.  I leave you in their very capable hands and wish them the best of luck.</p>
<p>The Mozilla community is an incredible group of dedicated people who are really making a difference in how we experience the Internet.  The contribution you make to the world is tremendous.  I am honored to have been a small part of it for these last few years.</p>
<p>Thank you,<br />
Window</p>
<p>Window Snyder<br />
window@dec.net</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/security/2008/12/10/leaving-mozilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Security Metrics Project</title>
		<link>http://blog.mozilla.com/security/2008/07/02/mozilla-security-metrics-project/</link>
		<comments>http://blog.mozilla.com/security/2008/07/02/mozilla-security-metrics-project/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 00:10:17 +0000</pubDate>
		<dc:creator>Window Snyder</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/security/?p=37</guid>
		<description><![CDATA[Mozilla has been working with security researcher and analyst Rich Mogull for a few months now on a project to develop a metrics model to measure the relative security of Firefox over time. We are trying to develop a model that goes beyond simple bug counts and more accurately reflects both the effectiveness of secure [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla has been working with security researcher and analyst <a href="http://securosis.com/about/">Rich Mogull</a> for a few months now on a project to develop a metrics model to measure the relative security of Firefox over time. We are trying to develop a model that goes beyond simple bug counts and more accurately reflects both the effectiveness of secure development efforts, and the relative risk to users over time. Our goal in this first phase of the project is to build a baseline model we can evolve over time as we learn what works, and what does not. We do not think any model can define an absolute level of security, so we decided to take the approach of tracking metrics over time so we can track relative improvements (or declines), and identify any problem spots.  This information will support the development of Mozilla projects including future versions of Firefox.</p>
<p>Below is a summary of the project goals, and the xls of the model is posted at <span class="Object"><span class="Object"><a href="http://securosis.com/publications/MozillaProject2.xls" target="_blank">http://securosis.com/publications/MozillaProject2.xls</a></span></span>.  The same content as a set of .csvs is available here: <a href="http://securosis.com/publications/MozillaProject.zip">http://securosis.com/publications/MozillaProject.zip</a> [Update] There also a copy for OpenOffice:<span class="Object"><a href="http://securosis.com/publications/MozillaProject2.ods" target="_blank"> http://securosis.com/publications/MozillaProject2.ods</a></span></p>
<p>This is a preliminary version and we are currently looking for feedback. The final version will be a far more descriptive document, but for now we are using a spreadsheet to refine the approach. Feel free to download it, rip it apart, and post your comments. This is an open project and process.  Eventually we will release this to the community at large with the hope that other organizations can adapt it to their own needs.</p>
<p>We would love to get your opinions on this, and if you are not comfortable commenting here you can mail Rich directly at <span class="Object"><span class="Object">rmogull@securosis.com</span></span>.  When we have reviewed the feedback, we will post here with findings and continue the effort with your help.</p>
<p>Project Mission:<br />
To develop a metrics based model to track the relative security of Firefox, evaluate the effectiveness of security efforts within the development and testing process, and measure the window of exposure of Firefox users to security vulnerabilities.</p>
<p>Secondary mission:<br />
To develop an open base model that can be standardized and expanded upon for other software development efforts to achieve the same goals.</p>
<p>Detailed goals:<br />
1. Track security trends in the development of Firefox.<br />
2. Measure the effectiveness of various tools, stages and techniques of secure development.<br />
3. Measure the exposure window when new vulnerabilities are discovered- the time to get x% of the user base protected. Will include sub-metrics to measure the efficiency of the process, from initial response, through patch generation, through user base updated.  Correlate by severity of vulnerability.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/security/2008/07/02/mozilla-security-metrics-project/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Firefox 2.0.0.7 now available</title>
		<link>http://blog.mozilla.com/security/2007/09/18/firefox-2.0.0.7-now-available/</link>
		<comments>http://blog.mozilla.com/security/2007/09/18/firefox-2.0.0.7-now-available/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 22:09:17 +0000</pubDate>
		<dc:creator>Window Snyder</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Updates]]></category>
		<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/security/2007/09/18/firefox-2.0.0.7-now-available/</guid>
		<description><![CDATA[Firefox 2.0.0.7 was released this afternoon to patch the QuickTime issue described here.  This will protect Firefox users from the public critical security vulnerability until a patch is available from Apple.  I would like to personally thank the individuals at Apple who worked with us and the engineers at Mozilla that work so [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 2.0.0.7 was released this afternoon to patch the QuickTime issue described <a href="http://blog.mozilla.com/security/2007/09/12/quicktime-to-firefox-issue/">here</a>.  This will protect Firefox users from the public critical security vulnerability until a patch is available from Apple.  I would like to personally thank the individuals at Apple who worked with us and the engineers at Mozilla that work so hard to get security updates out so quickly.</p>
<p>This issue was patched in only six (or 6.25 according to John O&#8217;Duinn) days.  When a vendor ships security fixes quickly, it lowers the incentive for attackers to spend time developing and deploying an exploit for that issue.  The window of opportunity for attackers is reduced and so is the potential to compromise users.  So thanks you guys, for helping destroy the economics of malicious exploit development.</p>
<p><a href="http://www.mozilla.org/security/announce/2007/mfsa2007-28.html">http://www.mozilla.org/security/announce/2007/mfsa2007-28.html </a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/security/2007/09/18/firefox-2.0.0.7-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feedback from Opera on Mozilla JavaScript fuzzer</title>
		<link>http://blog.mozilla.com/security/2007/08/06/feedback-from-opera-on-mozilla-javascript-fuzzer/</link>
		<comments>http://blog.mozilla.com/security/2007/08/06/feedback-from-opera-on-mozilla-javascript-fuzzer/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 20:17:50 +0000</pubDate>
		<dc:creator>Window Snyder</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/security/2007/08/06/feedback-from-opera-on-mozilla-javascript-fuzzer/</guid>
		<description><![CDATA[ Claudio Santambrogio at Opera posted that they have been running the Mozilla JavaScript fuzzer and as of Friday have found and fixed 4 issues with it.  I am thrilled.  This is exactly what we hoped would happen. Hopefully, this will encourage other vendors to share their internal security tools with everyone so [...]]]></description>
			<content:encoded><![CDATA[<p> Claudio Santambrogio at Opera <a href="http://my.opera.com/desktopteam/blog/2007/08/03/fun-with-the-fuzzer">posted</a> that they have been running the <a href="http://blog.mozilla.com/security/2007/08/02/javascript-fuzzer-available/">Mozilla JavaScript fuzzer</a> and as of Friday have found and fixed 4 issues with it.  I am thrilled.  This is exactly what we hoped would happen. Hopefully, this will encourage other vendors to share their internal security tools with everyone so we call all make our software more secure.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/security/2007/08/06/feedback-from-opera-on-mozilla-javascript-fuzzer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mike Shaver, ten days, and expletives</title>
		<link>http://blog.mozilla.com/security/2007/08/06/mike-shaver-ten-days-and-expletives/</link>
		<comments>http://blog.mozilla.com/security/2007/08/06/mike-shaver-ten-days-and-expletives/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 17:50:01 +0000</pubDate>
		<dc:creator>Window Snyder</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/security/2007/08/06/mike-shaver-ten-days-and-expletives/</guid>
		<description><![CDATA[Mike Shaver (Director of Ecosystem Development at Mozilla) handed his business card to Robert Hansen (RSnake) on Wednesday night at Black Hat.  On it he wrote &#8220;ten f&#8212;ing days.&#8221;  When I asked him about it, he said he meant to communicate to Robert that since Mozilla got a recent security update out in [...]]]></description>
			<content:encoded><![CDATA[<p>Mike Shaver (Director of Ecosystem Development at Mozilla) handed his business card to Robert Hansen (RSnake) on Wednesday night at Black Hat.  On it he wrote &#8220;ten f&#8212;ing days.&#8221;  When I asked him about it, he said he meant to communicate to Robert that since Mozilla got a recent security update out in only ten days, that there was no reason for Robert to post details of vulnerabilities publicly before a patch was available.  Since we&#8217;re among the most responsive software vendors, security researchers do not have to resort to full disclosure to get us to patch bugs quickly.</p>
<p>Well, whatever he meant, his statement has taken on a life of its own.   Robert <a href="http://ha.ckers.org/blog/20070803/mozilla-says-ten-fucking-days/">posted on his blog</a>, and a bunch of news articles picked it up as a challenge.</p>
<p>This is the official Mozilla word:  This is not our policy.  We do not think security is a game, nor do we issue challenges or ultimatums.  We are proud of our track record of quickly releasing critical security patches, often in days.  We work hard to ship fixes as fast as possible because it keeps people safe.  We hope these comments do not overshadow the tremendous efforts of the Mozilla community to keep the Internet secure.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/security/2007/08/06/mike-shaver-ten-days-and-expletives/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>JavaScript fuzzer available</title>
		<link>http://blog.mozilla.com/security/2007/08/02/javascript-fuzzer-available/</link>
		<comments>http://blog.mozilla.com/security/2007/08/02/javascript-fuzzer-available/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 19:20:04 +0000</pubDate>
		<dc:creator>Window Snyder</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/security/2007/08/02/javascript-fuzzer-available/</guid>
		<description><![CDATA[Mike Shaver and I just finished presenting &#8220;Building and Breaking the Browser&#8221;at Blackhat today in Las Vegas.  We discussed the methods and tools that Mozilla uses to secure the Firefox browser.  These tools include a fuzzer for Javascript, which has led to the discovery and resolution of dozens of critical security bugs.  [...]]]></description>
			<content:encoded><![CDATA[<p>Mike Shaver and I just finished presenting &#8220;Building and Breaking the Browser&#8221;at Blackhat today in Las Vegas.  We discussed the methods and tools that Mozilla uses to secure the Firefox browser.  These tools include a fuzzer for Javascript, which has led to the discovery and resolution of dozens of critical security bugs.  Fuzzers are tools that generate a large amount of input in order to test the robustness of a piece of software and can be used to identify potential vulnerabilities.</p>
<p>This is the tool we discussed in our presentation, the first in a series of security tools that we intend to make publicly available.</p>
<p><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=jsfunfuzz">https://bugzilla.mozilla.org/show_bug.cgi?id=jsfunfuzz</a></p>
<p>The responsible sharing of security tools is an important way to contribute to the overall health of the web.  We worked with Microsoft, Apple, and Opera to reduce the possibility that this tool might adversely affect users of those browsers.  All of these browser vendors reviewed the tool and let us know that they were okay with the release.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/security/2007/08/02/javascript-fuzzer-available/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Off to Black Hat!</title>
		<link>http://blog.mozilla.com/security/2007/07/30/off-to-black-hat/</link>
		<comments>http://blog.mozilla.com/security/2007/07/30/off-to-black-hat/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 04:34:59 +0000</pubDate>
		<dc:creator>Window Snyder</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://blog.mozilla.com/security/2007/07/30/off-to-black-hat/</guid>
		<description><![CDATA[I&#8217;m heading to Las Vegas tomorrow for the Black Hat Briefings.  If you&#8217;re in town you can catch me speaking on Thursday morning on Building and Breaking the Browser.
You can also catch up with me Wednesday afternoon on the Future of Information Security panel or Thursday afternoon on the Ethics Challenge panel.
After you roll [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m heading to Las Vegas tomorrow for the Black Hat Briefings.  If you&#8217;re in town you can catch me speaking on Thursday morning on <a href="http://blog.mozilla.com/security/2007/06/04/building-and-breaking-the-browser-at-blackhat/">Building and Breaking the Browser</a>.</p>
<p>You can also catch up with me Wednesday afternoon on the Future of Information Security panel or Thursday afternoon on the Ethics Challenge panel.</p>
<p>After you roll in from all the parties on Wednesday night, stop by Royal 55, Augustus Tower in Caesar’s Palace to have milk and cookies with Mozilla.  It&#8217;s a super chill pajama party with some of the people who make Firefox.  Pajamas not required.  Stop by on your way to bed.  We&#8217;ll be there 11pm to 2am and possibly later.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.com/security/2007/07/30/off-to-black-hat/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
