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 510b163 commit d396b46Copy full SHA for d396b46
History.txt
@@ -1,5 +1,13 @@
1
# coding: UTF-8
2
3
+=== 2.6.14 / 2017-10-09
4
+
5
+Security fixes:
6
7
+* Whitelist classes and symbols that are in loaded YAML.
8
+ See CVE-2017-0903 for full details.
9
+ Fix by Aaron Patterson.
10
11
=== 2.6.13 / 2017-08-27
12
13
Security fixes:
lib/rubygems.rb
@@ -10,7 +10,7 @@
require 'thread'
module Gem
- VERSION = "2.6.13"
+ VERSION = "2.6.14"
14
end
15
16
# Must be first since it unloads the prelude from 1.9.2
0 commit comments