We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db04887 commit 6e77aceCopy full SHA for 6e77ace
History.txt
@@ -1,5 +1,19 @@
1
# coding: UTF-8
2
3
+=== 2.6.13 / 2017-08-27
4
+
5
+Security fixes:
6
7
+* Fix a DNS request hijacking vulnerability.
8
+ Fix by Samuel Giddins.
9
+* Fix an ANSI escape sequence vulnerability.
10
+ Fix by Evan Phoenix.
11
+* Fix a DOS vulernerability in the `query` command.
12
13
+* Fix a vulnerability in the gem installer that allowed
14
+ a malicious gem to overwrite arbitrary files.
15
16
17
=== 2.6.12 / 2017-04-30
18
19
Bug fixes:
lib/rubygems.rb
@@ -10,7 +10,7 @@
require 'thread'
module Gem
- VERSION = "2.6.12"
+ VERSION = "2.6.13"
end
# Must be first since it unloads the prelude from 1.9.2
0 commit comments