Skip to content

Commit d396b46

Browse files
committed
Version 2.6.14 with changelog
1 parent 510b163 commit d396b46

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# coding: UTF-8
22

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+
311
=== 2.6.13 / 2017-08-27
412

513
Security fixes:

lib/rubygems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
require 'thread'
1111

1212
module Gem
13-
VERSION = "2.6.13"
13+
VERSION = "2.6.14"
1414
end
1515

1616
# Must be first since it unloads the prelude from 1.9.2

0 commit comments

Comments
 (0)