File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# coding: UTF-8
22
3+ === 2.7.6 / 2018-02-16
4+
5+ Security fixes:
6+
7+ * Prevent path traversal when writing to a symlinked basedir outside of the root.
8+ Discovered by nmalkin, fixed by Jonathan Claudius and Samuel Giddins.
9+ * Fix possible Unsafe Object Deserialization Vulnerability in gem owner.
10+ Fixed by Jonathan Claudius.
11+ * Strictly interpret octal fields in tar headers.
12+ Discoved by plover, fixed by Samuel Giddins.
13+ * Raise a security error when there are duplicate files in a package.
14+ Discovered by plover, fixed by Samuel Giddins.
15+ * Enforce URL validation on spec homepage attribute.
16+ Discovered by Yasin Soliman, fixed by Jonathan Claudius.
17+ * Mitigate XSS vulnerability in homepage attribute when displayed via `gem server`.
18+ Discovered by Yasin Soliman, fixed by Jonathan Claudius.
19+ * Prevent Path Traversal issue during gem installation.
20+ Discovered by nmalkin.
21+
322=== 2.7.4
423
524Bug fixes:
Original file line number Diff line number Diff line change 1010require 'thread'
1111
1212module Gem
13- VERSION = "2.7.5 "
13+ VERSION = "2.7.6 "
1414end
1515
1616# Must be first since it unloads the prelude from 1.9.2
You can’t perform that action at this time.
0 commit comments