File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 182
182
` TZInfo::Country.get('US').zone_identifiers ` should be used instead.
183
183
184
184
185
+ ## Version 1.2.10 - 19-Jul-2022
186
+
187
+ * Fixed a relative path traversal bug that could cause arbitrary files to be
188
+ loaded with ` require ` when used with ` RubyDataSource ` . Please refer to
189
+ < https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx > for
190
+ details. CVE-2022 -31163.
191
+ * Ignore the SECURITY file from Arch Linux's tzdata package. #134 .
192
+
193
+
185
194
## Version 1.2.9 - 16-Dec-2020
186
195
187
196
* Fixed an incorrect ` InvalidTimezoneIdentifier ` exception raised when loading a
340
349
use other ` TimezonePeriod ` instance methods instead (issue #7655 ).
341
350
342
351
352
+ ## Version 0.3.61 (tzdata v2022a) - 19-Jul-2022
353
+
354
+ * Fixed a relative path traversal bug that could cause arbitrary files to be
355
+ loaded with ` require ` from the Ruby load path. Please refer to
356
+ < https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx > for
357
+ details. CVE-2022 -31163.
358
+ * Updated to tzdata version 2022a
359
+ (< https://mm.icann.org/pipermail/tz-announce/2022-March/000070.html > ).
360
+
361
+
343
362
## Version 0.3.60 (tzdata v2021a) - 6-Feb-2021
344
363
345
364
* Updated to tzdata version 2021a
You can’t perform that action at this time.
0 commit comments