<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Matasano Chargen - Latest Comments in Ruby&amp;#8217;s Vulnerability Handling Debacle</title><link>http://matasanochargen.disqus.com/</link><description></description><atom:link href="https://matasanochargen.disqus.com/ruby8217s_vulnerability_handling_debacle/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 02 Jul 2008 17:57:08 -0000</lastBuildDate><item><title>Re: Ruby&amp;#8217;s Vulnerability Handling Debacle</title><link>http://www.matasano.com/log/1079/rubys-vulnerability-handling-debacle/#comment-2324187</link><description>&lt;p&gt;@Chris: ruby has release branches. My understanding is that by the time the security fixes were applied there were other unreleased changes in them. In trying to respond quickly to the vulnerabilities the releases were cut with these other changes in them.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Caceres</dc:creator><pubDate>Wed, 02 Jul 2008 17:57:08 -0000</pubDate></item><item><title>Re: Ruby&amp;#8217;s Vulnerability Handling Debacle</title><link>http://www.matasano.com/log/1079/rubys-vulnerability-handling-debacle/#comment-2324193</link><description>&lt;p&gt;Chris, it’s really easy to create a branch or tag from an arbitrary Subversion revision, without needing to roll back the checked out copy at all. See the example at the end of: &lt;a href="http://svnbook.red-bean.com/en/1.4/svn.ref.svn.c.copy.html" rel="nofollow noopener" target="_blank" title="http://svnbook.red-bean.com/en/1.4/svn.ref.svn.c.copy.html"&gt;http://svnbook.red-bean.com...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I have to admit that this has made me a bit lax about tagging releases on internal projects.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carey</dc:creator><pubDate>Wed, 02 Jul 2008 17:54:02 -0000</pubDate></item><item><title>Re: Ruby&amp;#8217;s Vulnerability Handling Debacle</title><link>http://www.matasano.com/log/1079/rubys-vulnerability-handling-debacle/#comment-2324186</link><description>&lt;p&gt;Did I read that correctly?  Ruby maintainers didn't have a release branch, so they patched the latest dev build and threw it out there, thinking there would be no problems?&lt;/p&gt;&lt;p&gt;Even without a branch, couldn't they have just rolled back to whatever revision corresponded to the release date, created a branch after the fact, and patched from there?&lt;/p&gt;&lt;p&gt;While Ruby is no Java in terms of maturity, it's still been around for long enough where there should be a more robust development/test process.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Wed, 02 Jul 2008 17:21:55 -0000</pubDate></item><item><title>Re: Ruby&amp;#8217;s Vulnerability Handling Debacle</title><link>http://www.matasano.com/log/1079/rubys-vulnerability-handling-debacle/#comment-2324188</link><description>&lt;p&gt;Hi Max,&lt;/p&gt;&lt;p&gt;You're right, I'm not implying that going mainstream is a bad idea, it's a good thing! :) And they've done a good job so far.&lt;/p&gt;&lt;p&gt;All I'm saying is that getting to the next level means that you'll lose a lot of your flexibility and speed. The more adoption a language has, the more luggage it needs to support. And don't forget that if Ruby supports Rails, Rails supports other websites.&lt;/p&gt;&lt;p&gt;Something else I'd like to quickly note, I believe that a lot of the excitement about RoR also stems from the fact that most RoR implementations are new, and they don't have to support legacy monsters. Give it another 5 years and it will be in the same boat as all the other more "mature" languages.&lt;/p&gt;&lt;p&gt;And this is not a bad thing, it's just something we all need to be aware of. Getting to that stage is a very good thing, it means you have a great product/language that's benefiting many people!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephane Grenier</dc:creator><pubDate>Wed, 02 Jul 2008 14:16:27 -0000</pubDate></item><item><title>Re: Ruby&amp;#8217;s Vulnerability Handling Debacle</title><link>http://www.matasano.com/log/1079/rubys-vulnerability-handling-debacle/#comment-2324196</link><description>&lt;p&gt;@Stephane: agreed, although I don't think becoming more mainstream is a bad thing (not that you were implying that). The fact that there's a substantial level of attention highlights the fact that the Ruby team has done a great job so far.&lt;/p&gt;&lt;p&gt;@Adam: I don't know, and it is surprising in a number of ways. Testing seems to be ingrained within the Ruby ethos, most Ruby projects come with great test suites that can be run very easily.&lt;/p&gt;&lt;p&gt;To be clear though, I think Ruby releases do get tested before GA, the problem is that Rails is not part of these tests.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Caceres</dc:creator><pubDate>Wed, 02 Jul 2008 12:46:31 -0000</pubDate></item><item><title>Re: Ruby&amp;#8217;s Vulnerability Handling Debacle</title><link>http://www.matasano.com/log/1079/rubys-vulnerability-handling-debacle/#comment-2324190</link><description>&lt;p&gt;Since 2 of your three are targeted at software creators, I'm surprised that you don't list "test the hell out of your releases" or "be transparent about your test process."&lt;/p&gt;&lt;p&gt;Why isn't Rubyonrails part of the Ruby test suite?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam</dc:creator><pubDate>Wed, 02 Jul 2008 11:06:50 -0000</pubDate></item><item><title>Re: Ruby&amp;#8217;s Vulnerability Handling Debacle</title><link>http://www.matasano.com/log/1079/rubys-vulnerability-handling-debacle/#comment-2324189</link><description>&lt;p&gt;This seems to be something that needs to be learned, relearned, and relearned again. People complain that they want a fast and agile system, and that's great. However as a system becomes more mainstream, some processes have to be built to verify that it still works for everyone.&lt;/p&gt;&lt;p&gt;When Ruby existed before Rails (RoR) it didn't matter that much. However now that you have more and more people jumping in, the speed of changes must slow down.&lt;/p&gt;&lt;p&gt;It's interesting to see the parallels between Ruby and Java. Early on Java was able to make bigger and quicker changes because it had a smaller community. Now, after over a decade, changes take more time, require more testing, and better adoption by the whole community.&lt;/p&gt;&lt;p&gt;Don't think this won't eventually happen to Ruby if it becomes mainstream. Eventually the speed of change will have to slow down to make sure nothing gets broken along the way. Breaks like this will become unacceptable.&lt;/p&gt;&lt;p&gt;Bleeding edge is great, but it has its costs. As long as the benefits outweigh the costs, it's all great!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephane Grenier</dc:creator><pubDate>Wed, 02 Jul 2008 11:04:55 -0000</pubDate></item><item><title>Re: Ruby&amp;#8217;s Vulnerability Handling Debacle</title><link>http://www.matasano.com/log/1079/rubys-vulnerability-handling-debacle/#comment-2324195</link><description>&lt;p&gt;This is why meta meta meta meta self hacked on hacked object building helper do it all syntax fletching projects fail.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yeah</dc:creator><pubDate>Wed, 02 Jul 2008 04:50:32 -0000</pubDate></item><item><title>Re: Ruby&amp;#8217;s Vulnerability Handling Debacle</title><link>http://www.matasano.com/log/1079/rubys-vulnerability-handling-debacle/#comment-2324191</link><description>&lt;p&gt;That test case would have triggered a different bug, an integer overflow, prior to Mac OS X 10.5.4.&lt;/p&gt;&lt;p&gt;In the patched official version of ruby, it would trigger a separate bug (dangling pointer after realloc).   This bug never existed in the Apple-shipped version of Ruby.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Drew Yao</dc:creator><pubDate>Tue, 01 Jul 2008 17:23:57 -0000</pubDate></item><item><title>Re: Ruby&amp;#8217;s Vulnerability Handling Debacle</title><link>http://www.matasano.com/log/1079/rubys-vulnerability-handling-debacle/#comment-2324185</link><description>&lt;p&gt;@Drew&lt;/p&gt;&lt;p&gt;May want to double check that. The string concatenation segfault I pasted into my post (&lt;a href="http://www.matasano.com/log/1070/updates-on-drew-yaos-terrible-ruby-vulnerabilities/)" rel="nofollow noopener" target="_blank" title="http://www.matasano.com/log/1070/updates-on-drew-yaos-terrible-ruby-vulnerabilities/)"&gt;http://www.matasano.com/log...&lt;/a&gt; was created using the stock ruby interpreter on OS X Leopard.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Monti</dc:creator><pubDate>Tue, 01 Jul 2008 16:12:01 -0000</pubDate></item><item><title>Re: Ruby&amp;#8217;s Vulnerability Handling Debacle</title><link>http://www.matasano.com/log/1079/rubys-vulnerability-handling-debacle/#comment-2324192</link><description>&lt;p&gt;"In fact, one of the test cases showed that the official release missed one of Drew’s patches."&lt;/p&gt;&lt;p&gt;To clarify, that(crash when concatenating a string to itself) was a regression introduced in the latest version.  It's fixed by &lt;a href="http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/string.c?r1=17530&amp;amp;r2=17529&amp;amp;pathrev=17530" rel="nofollow noopener" target="_blank" title="http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/string.c?r1=17530&amp;amp;r2=17529&amp;amp;pathrev=17530"&gt;http://svn.ruby-lang.org/cg...&lt;/a&gt;&lt;br&gt;which is not yet in a released official version.&lt;/p&gt;&lt;p&gt;The version of Ruby shipped with Mac OS X is not affected because it never had that regression.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Drew Yao</dc:creator><pubDate>Tue, 01 Jul 2008 15:53:33 -0000</pubDate></item><item><title>Re: Ruby&amp;#8217;s Vulnerability Handling Debacle</title><link>http://www.matasano.com/log/1079/rubys-vulnerability-handling-debacle/#comment-2324194</link><description>&lt;p&gt;Guess this is why metasploit has started segfaulting.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mac</dc:creator><pubDate>Tue, 01 Jul 2008 14:57:35 -0000</pubDate></item></channel></rss>