<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"

	>
<channel>
	<title>Comments on: What The Rails Security Issue Means For Your Startup</title>
	<atom:link href="http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-the-rails-security-issue-means-for-your-startup</link>
	<description>Patrick McKenzie (patio11) blogs on software development, marketing, and general business topics</description>
	<lastBuildDate>Thu, 14 Jan 2016 20:48:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.7</generator>
	<item>
		<title>By: Critical Rails Security Issue &#124; The Ruby Railroad</title>
		<link>http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/#comment-12261</link>
		<dc:creator><![CDATA[Critical Rails Security Issue &#124; The Ruby Railroad]]></dc:creator>
		<pubDate>Thu, 14 Feb 2013 03:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalzumeus.com/?p=1409#comment-12261</guid>
		<description><![CDATA[[...] http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/ [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/" rel="nofollow">http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danillo Nunes</title>
		<link>http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/#comment-12260</link>
		<dc:creator><![CDATA[Danillo Nunes]]></dc:creator>
		<pubDate>Thu, 14 Feb 2013 03:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalzumeus.com/?p=1409#comment-12260</guid>
		<description><![CDATA[It&#039;s true that a cross-domain JS cannot read your cookies, but there&#039;s many ways as it can compromise your visitor&#039;s data. For example, it can alter the whole page to simulate a &quot;expired session&quot; scenario and asks your visitor&#039;s username and password, which he&#039;ll provide without even think because the form is in your site after all.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s true that a cross-domain JS cannot read your cookies, but there&#8217;s many ways as it can compromise your visitor&#8217;s data. For example, it can alter the whole page to simulate a &#8220;expired session&#8221; scenario and asks your visitor&#8217;s username and password, which he&#8217;ll provide without even think because the form is in your site after all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Off the Rails &#124; Coder Radio 36 &#124; Jupiter Broadcasting</title>
		<link>http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/#comment-12188</link>
		<dc:creator><![CDATA[Off the Rails &#124; Coder Radio 36 &#124; Jupiter Broadcasting]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 19:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalzumeus.com/?p=1409#comment-12188</guid>
		<description><![CDATA[[...] What the Rails Security Issue Means&#8230; [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] What the Rails Security Issue Means&#8230; [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/#comment-12171</link>
		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 03:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalzumeus.com/?p=1409#comment-12171</guid>
		<description><![CDATA[Great read.

As a non-developer but as a site owner I&#039;d like to know

- what major 3rd party apps are affected, e.g. Analytics, Crittercism, Chartbeat, etc etc
- what would happen if you were executing JS calls to affected Rails apps, from within a php environment, on a shared server? Because in that case, with a shared server, all hell could break loose (and where does the responsibility lie? I don&#039;t know if the server owner can quarantine the damage to your site, whether it&#039;s virtualised or not) -- as I said, I am not a developer/security/sysops person.

I&#039;m also super interested in your comment on putting a Security page up with simple contact form and pgp key. How and why do you implement the pgp key? 

Cheers,
Tim]]></description>
		<content:encoded><![CDATA[<p>Great read.</p>
<p>As a non-developer but as a site owner I&#8217;d like to know</p>
<p>&#8211; what major 3rd party apps are affected, e.g. Analytics, Crittercism, Chartbeat, etc etc<br />
&#8211; what would happen if you were executing JS calls to affected Rails apps, from within a php environment, on a shared server? Because in that case, with a shared server, all hell could break loose (and where does the responsibility lie? I don&#8217;t know if the server owner can quarantine the damage to your site, whether it&#8217;s virtualised or not) &#8212; as I said, I am not a developer/security/sysops person.</p>
<p>I&#8217;m also super interested in your comment on putting a Security page up with simple contact form and pgp key. How and why do you implement the pgp key? </p>
<p>Cheers,<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: De-Railing Security Bugs &#124; Underwaterpistol</title>
		<link>http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/#comment-12142</link>
		<dc:creator><![CDATA[De-Railing Security Bugs &#124; Underwaterpistol]]></dc:creator>
		<pubDate>Sat, 09 Feb 2013 17:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalzumeus.com/?p=1409#comment-12142</guid>
		<description><![CDATA[[...] Patrick McKenzie noted, this may affect you even if your project doesn&#8217;t use Ruby or Rails—it could even impact [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Patrick McKenzie noted, this may affect you even if your project doesn&#8217;t use Ruby or Rails—it could even impact [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noticias 08-02-2013 - La Web de Programación</title>
		<link>http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/#comment-12132</link>
		<dc:creator><![CDATA[Noticias 08-02-2013 - La Web de Programación]]></dc:creator>
		<pubDate>Fri, 08 Feb 2013 22:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalzumeus.com/?p=1409#comment-12132</guid>
		<description><![CDATA[[...] El grave agujero de seguridad de Ruby on Rails y su gravedad: Veredicto: Muy grave. [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] El grave agujero de seguridad de Ruby on Rails y su gravedad: Veredicto: Muy grave. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: De-Railing Security Bugs - Pittsburgh Web Design &#38; Hosting</title>
		<link>http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/#comment-12130</link>
		<dc:creator><![CDATA[De-Railing Security Bugs - Pittsburgh Web Design &#38; Hosting]]></dc:creator>
		<pubDate>Fri, 08 Feb 2013 22:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalzumeus.com/?p=1409#comment-12130</guid>
		<description><![CDATA[[...] Patrick McKenzie noted, this may affect you even if your project doesn’t use Ruby or Rails—it could even impact you if [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Patrick McKenzie noted, this may affect you even if your project doesn’t use Ruby or Rails—it could even impact you if [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby on Rails Security Vulnerability Throws Apps Off Track &#124; Software Testing Blog</title>
		<link>http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/#comment-12093</link>
		<dc:creator><![CDATA[Ruby on Rails Security Vulnerability Throws Apps Off Track &#124; Software Testing Blog]]></dc:creator>
		<pubDate>Thu, 07 Feb 2013 21:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalzumeus.com/?p=1409#comment-12093</guid>
		<description><![CDATA[[...] Today, anyone who runs a Ruby on Rails server who hasn&#8217;t applied an update is probably already compromised. Think that&#8217;s overstating things a bit? Patrick McKenzie sounds the alarm loudly in his blog post titled What The Rails Security Issue Means For Your Startup: [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Today, anyone who runs a Ruby on Rails server who hasn&#8217;t applied an update is probably already compromised. Think that&#8217;s overstating things a bit? Patrick McKenzie sounds the alarm loudly in his blog post titled What The Rails Security Issue Means For Your Startup: [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: En dårlig måned for Ruby on Rails &#124; Hennings blog</title>
		<link>http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/#comment-12041</link>
		<dc:creator><![CDATA[En dårlig måned for Ruby on Rails &#124; Hennings blog]]></dc:creator>
		<pubDate>Wed, 06 Feb 2013 20:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalzumeus.com/?p=1409#comment-12041</guid>
		<description><![CDATA[[...] on Rails, et web framework til Ruby, har ikke haft en god januar og der går nok lidt tid før de afslørede sikkerhedshuller er lukkede. Sådan noget sker og på [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] on Rails, et web framework til Ruby, har ikke haft en god januar og der går nok lidt tid før de afslørede sikkerhedshuller er lukkede. Sådan noget sker og på [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fuzz</title>
		<link>http://www.kalzumeus.com/2013/01/31/what-the-rails-security-issue-means-for-your-startup/#comment-12036</link>
		<dc:creator><![CDATA[Fuzz]]></dc:creator>
		<pubDate>Wed, 06 Feb 2013 19:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kalzumeus.com/?p=1409#comment-12036</guid>
		<description><![CDATA[In response to this I have written up some bits about hardening your infrastructure to mitigate the need for a full rebuild following a compromise.

http://fuzzleonard.com/post/42419649475/ruby-in-jails-hardening-your-infrastructure]]></description>
		<content:encoded><![CDATA[<p>In response to this I have written up some bits about hardening your infrastructure to mitigate the need for a full rebuild following a compromise.</p>
<p><a href="http://fuzzleonard.com/post/42419649475/ruby-in-jails-hardening-your-infrastructure" rel="nofollow">http://fuzzleonard.com/post/42419649475/ruby-in-jails-hardening-your-infrastructure</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
