class REXML::Document @@entity_expansion_text_limit = 10_240 def self.entity_expansion_text_limit=( val ) @@entity_expansion_text_limit = val end def self.entity_expansion_text_limit @@entity_expansion_text_limit end end class REXML::Text def self.unnormalize(string, doctype=nil, filt...
<URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2> SIZE: 10024221 bytes MD5: a810d64e2255179d2f334eb61fb8519c SHA256: 5a7334dfdf62966879bf539b8a9f0b889df6f3b3824fb52a9303c3c3d3a58391 <URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.gz> SIZE: 12557294 bytes...
There is a denial of service and unsafe object creation vulnerability in the json bundled with ruby. This vulnerability has been assigned the CVE identifier CVE-2013-0269. We strongly recommend to upgrade ruby. Details When parsing certain JSON documents, the JSON gem (includes bundle...
module JSON class << self alias :old_parse :parse def parse(json, args = {}) args[:create_additions] = false old_parse(json, args) end end end
Now Ruby 1.9.3-p392 is released. I apologize for updating too frequently. This release includes security fixes about bundled JSON and REXML. Denial of Service and Unsafe Object Creation Vulnerability in JSON (CVE-2013-0269) Entity expansion DoS vulnerability in REXML (XML bomb) And so...
The Barcelona Ruby Conference Call for Papers is Open Barcelona Ruby Conference is a conference that takes place in the heart of Catalunya, Spain this September 14-15. Starring world-class speakers as Aaron Patterson (rails and ruby core), David Chelimsky (The RSpec book author, RSpec...
Ruby 2.0.0-rc2 is released. This will be the last release candidate of Ruby 2.0.0. Please give it a try, and report any issue if you notice. Locations <URL:ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-rc2.tar.bz2> SIZE: 10822239 bytes MD5: e92420131bd7994513e0bf09a3e2a19b SHA256: d...
Ruby 2.0.0-rc2 is released. This will be the last release candidate of Ruby 2.0.0. Please give it a try, and report any issue if you notice. Locations <URL:ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-rc2.tar.bz2> SIZE: 10822239 bytes MD5: e92420131bd7994513e0bf09a3e2a19b SHA256: d...
<URL:https://speakerdeck.com/a_matsuda/ruby-2-dot-0-on-rails> <URL:http://globaldev.co.uk/2012/11/ruby-2-0-0-preview-features/> <URL:http://www.infoq.com/news/2012/11/ruby-20-preview1> <URL:http://timelessrepo.com/refinements-in-ruby> (Refinements) <URL:http://el.jibun.atmarkit.co.jp/...
Content available in English , French , Japanese , Korean , Polish , Spanish , Portuguese , Simplified Chinese , Traditional Chinese , Bahasa Indonesia , German , Italian , Czech , Bulgarian and Turkish . このサイトはRubyとRadiant CMS によって構築されています。 また、コンテンツはRubyコミュニティによって管理されています。 質問やコメントは w...
diff --git darkfish.js darkfish.js index 4be722f..f26fd45 100644 --- darkfish.js +++ darkfish.js @@ -109,13 +109,15 @@ function hookSearch() { function highlightTarget( anchor ) { console.debug( "Highlighting target '%s'.", anchor ); - $("a[name=" + anchor + "]").each( function() { - ...
diff --git darkfish.js darkfish.js index 4be722f..f26fd45 100644 --- darkfish.js +++ darkfish.js @@ -109,13 +109,15 @@ function hookSearch() { function highlightTarget( anchor ) { console.debug( "Highlighting target '%s'.", anchor ); - $("a[name=" + anchor + "]").each( function() { - ...
<URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p385.tar.bz2> SIZE: 10021486 bytes MD5: 5ec9aff670f4912b0f6f0e11e855ef6c SHA256: f991ee50414dc795696bad0fc5c7b0b94d93b9b38fed943326d20ce4e9dda42b <URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p385.tar.gz> SIZE: 12546003 bytes...
RDoc documentation generated by rdoc bundled with ruby are vulnerable to an XSS exploit. All ruby users are recommended to update ruby to newer version which includes security-fixed RDoc. If you are publishing RDoc documentation generated by rdoc, you are recommended to apply a patch ...
Now Ruby 1.9.3-p385 is released. This release includes a security fix about bundled RDoc. See this page for details. And some small bugfixes are also included. See tickets and ChangeLog for details. Download You can download this release from: <URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9...
<URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p374.tar.bz2> SIZE: 10017658 bytes MD5: 944e73eba9ee9e1f2647ff32ec0b14b2 SHA256: 712944f691b79f22f655547826400c26b13bc8c9e7bdc73a4abea45d5e766d85 <URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p374.tar.gz> SIZE: 12555429 bytes...
Now Ruby 1.9.3-p374 is released. This release includes many bug fixes. Especially, Fixed randomly SEGV problem (often reported with Rails) Windows 8 support (maybe, hopefully) other many bug fixes. See tickets and ChangeLog for details. Any secury fixes are not included in this releas...
self を other で割った、商と余りの配列を返します。 商は Fixnum、余りは絶対値が other の絶対値を越えず、符合が other と同じ Numeric です。Numeric#divmod も参照して下さい。 Rational(3,4).divmod(Rational(2,3)) # => [1, Rational(1, 12)] Rational(-3,4).divmod(Rational(2,3)) # => [-2, Rational(7, 12)] Rational(3,4).divmod(Rational(-2,3)) # => [-...
<URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p362.tar.bz2> SIZE: 10021565 bytes MD5: 13c26ea368d88a560f07cc8c5eb4fa05 SHA256: 9ed456711a4c0fb2969d9144a81a706d2d506070a35a6d5bc98bb5c8407f9985 <URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p362.tar.gz> SIZE: 12565596 bytes...
According to this time, as usual, Ruby 1.9.3-p362 is released. This release includes other many bug fixes. Resolved build problems on Solaris. Windows 8 support (hopefully). other many bug fixes. See ticktes and ChangeLog for details. In addition, any secury fixes are not included in ...
毎年恒例ですが、今年もクリスマスに合わせて Ruby 1.9.3-p362 が リリースされました。 このリリースでは、以下の修正が取り込まれています。 Solaris におけるビルドの問題の修正 Windows 8 対応 (たぶん) その他多数のバグ修正 詳しくは、対応するチケット および ChangeLog を確認して下さい。 なお、今回のリリースには、脆弱性対応は特に含まれていません。 ダウンロード 以下の URL から本リリースをダウンロードできます。 <URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3...
2013 Fukuoka Ruby Award Competition—Entries to be judged by Matz Dear Ruby Enthusiasts, The Government of Fukuoka, Japan, together with "Matz" Matsumoto, would like to invite you to enter the 2013 Fukuoka Ruby Competition. If you have developed Ruby programs within the past 12 months,...
2012 Fukuoka Ruby Award Competition with Matz - Grand Prize, 1,000,000JPY! Dear Ruby Enthusiasts, The Government of Fukuoka, Japan together with the creator of Ruby, "Matz" Matsumoto would like to invite you to enter the following Ruby competitions. If you have developed an interestin...
Content available in English , French , Japanese , Korean , Polish , Spanish , Portuguese , Simplified Chinese , Traditional Chinese , Bahasa Indonesia , German , Italian , Czech , Bulgarian and Turkish . このサイトはRubyとRadiant CMS によって構築されています。 また、コンテンツはRubyコミュニティによって管理されています。 質問やコメントは w...
Ruby 1.9.3-p327 がリリースされました。 このリリースには、脆弱性対応を含む以下の修正が取り込まれています。 ruby 1.9 におけるハッシュ飽和攻撃による DoS 脆弱性への対応 (CVE-2012-5371) その他多数のバグ修正 詳しくは、対応するチケット および ChangeLog を確認して下さい。 ダウンロード 以下の URL から本リリースをダウンロードできます。 <URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p327.tar.bz2> SIZE: 9975835 bytes...
Content available in English , French , Japanese , Korean , Polish , Spanish , Portuguese , Simplified Chinese , Traditional Chinese , Bahasa Indonesia , German , Italian , Czech , Bulgarian and Turkish . このサイトはRubyとRadiant CMS によって構築されています。 また、コンテンツはRubyコミュニティによって管理されています。 質問やコメントは w...
Ruby 1.9.3-p327 is released. This release includes some security fixes, and many other bug fixes. Hash-flooding DoS vulnerability for ruby 1.9 many other bug fixes. See tickets and ChangeLog for details. Download <URL:ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p327.tar.bz2> SIZE:...
Hash-flooding DoS attack reported for the Hash function ruby 1.9 series were using. This vulnerability is different from CVS-2011-4815 for ruby 1.8.7. All ruby 1.9 users are recommended to upgrade to ruby-1.9.3 patchlevel 327 to get this security fix. Impact Carefully crafted sequence...
p File.exists?("foo") #=> false open("foo\0bar", "w") { |f| f.puts "hai" } p File.exists?("foo") #=> true p File.exists?("foo\0bar") #=> raises ArgumentError
Ruby 1.9.3-p286 がリリースされました。 このリリースには、脆弱性対応を含む以下の修正が取り込まれてい ます。 Exception#to_s 等による $SAFE 機構をバイパス可能な脆弱性の対応 (CVE-2012-4464, CVE-2012-4466) 不当な NUL 文字挿入によって意図しないファイルが生成されうる脆弱性の対応 その他多数のバグ修正 詳しくは、対応するチケット および ChangeLog を確認して下さい。 ダウンロード 以下の URL から本リリースをダウンロードできます。 <URL:ftp://ftp.ruby-lang....