File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.2.10 - 18-Jul-2022
2
+ ----------------------------
3
+
4
+ * Fixed a relative path traversal bug that could cause arbitrary files to be
5
+ loaded with require when used with RubyDataSource. Please refer to
6
+ https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx for
7
+ details. CVE-2022 -31163.
8
+ * Ignore the SECURITY file from Arch Linux's tzdata package. #134 .
9
+
10
+
1
11
Version 1.2.9 - 16-Dec-2020
2
12
---------------------------
3
13
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = 'tzinfo'
3
- s . version = '1.2.9 '
3
+ s . version = '1.2.10 '
4
4
s . summary = 'Daylight savings aware timezone library'
5
5
s . description = 'TZInfo provides daylight savings aware transformations between times in different time zones.'
6
6
s . author = 'Philip Ross'
You can’t perform that action at this time.
0 commit comments