jazz_model
jazz_model copied to clipboard
Bump tzinfo from 0.3.35 to 0.3.61
Bumps tzinfo from 0.3.35 to 0.3.61.
Release notes
Sourced from tzinfo's releases.
v0.3.61
- Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from the Ruby load path. Please refer to https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx for details. CVE-2022-31163.
- Updated to tzdata version 2022a (https://mm.icann.org/pipermail/tz-announce/2022-March/000070.html).
TZInfo v0.3.61 on RubyGems.org
v0.3.60
- Updated to tzdata version 2021a (https://mm.icann.org/pipermail/tz-announce/2021-January/000065.html).
TZInfo v0.3.60 on RubyGems.org
v0.3.59
- Updated to tzdata version 2020e (https://mm.icann.org/pipermail/tz-announce/2020-December/000063.html).
TZInfo v0.3.59 on RubyGems.org
v0.3.58
- Updated to tzdata version 2020d (https://mm.icann.org/pipermail/tz-announce/2020-October/000062.html).
TZInfo v0.3.58 on RubyGems.org
v0.3.57
- Updated to tzdata version 2020a (https://mm.icann.org/pipermail/tz-announce/2020-April/000058.html).
TZInfo v0.3.57 on RubyGems.org
v0.3.56
- Updated to tzdata version 2019c (https://mm.icann.org/pipermail/tz-announce/2019-September/000057.html).
TZInfo v0.3.56 on RubyGems.org
v0.3.55
- Updated to tzdata version 2018g (https://mm.icann.org/pipermail/tz-announce/2018-October/000052.html).
TZInfo v0.3.55 on RubyGems.org
v0.3.54
- Updated to tzdata version 2018d (https://mm.icann.org/pipermail/tz-announce/2018-March/000049.html).
TZInfo v0.3.54 on RubyGems.org
v0.3.53
- Updated to tzdata version 2017b (https://mm.icann.org/pipermail/tz-announce/2017-March/000046.html).
TZInfo v0.3.53 on RubyGems.org
v0.3.52
- Updated to tzdata version 2016h (https://mm.icann.org/pipermail/tz-announce/2016-October/000042.html).
... (truncated)
Changelog
Sourced from tzinfo's changelog.
Version 0.3.61 (tzdata v2022a) - 19-Jul-2022
- Fixed a relative path traversal bug that could cause arbitrary files to be loaded with
require
from the Ruby load path. Please refer to https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx for details. CVE-2022-31163.- Updated to tzdata version 2022a (https://mm.icann.org/pipermail/tz-announce/2022-March/000070.html).
Version 0.3.60 (tzdata v2021a) - 6-Feb-2021
- Updated to tzdata version 2021a (https://mm.icann.org/pipermail/tz-announce/2021-January/000065.html).
Version 0.3.59 (tzdata v2020e) - 24-Dec-2020
- Updated to tzdata version 2020e (https://mm.icann.org/pipermail/tz-announce/2020-December/000063.html).
Version 0.3.58 (tzdata v2020d) - 8-Nov-2020
- Updated to tzdata version 2020d (https://mm.icann.org/pipermail/tz-announce/2020-October/000062.html).
Version 0.3.57 (tzdata v2020a) - 17-May-2020
- Updated to tzdata version 2020a (https://mm.icann.org/pipermail/tz-announce/2020-April/000058.html).
Version 0.3.56 (tzdata v2019c) - 1-Nov-2019
- Updated to tzdata version 2019c (https://mm.icann.org/pipermail/tz-announce/2019-September/000057.html).
Version 0.3.55 (tzdata v2018g) - 27-Oct-2018
- Updated to tzdata version 2018g (https://mm.icann.org/pipermail/tz-announce/2018-October/000052.html).
Version 0.3.54 (tzdata v2018d) - 25-Mar-2018
- Updated to tzdata version 2018d (https://mm.icann.org/pipermail/tz-announce/2018-March/000049.html).
... (truncated)
Commits
81cba44
Release 0.3.6101bcca5
Merge branch 'fix-directory-traversal-0.3' into 0.3cccfad8
Remove unnecessary escaping of + within regex character classes.587af76
Make <=> methods return nil if passed a non-comparable argument.9eddbb5
Fix directory traversal in Timezone.getf4f3c2e
Update to tzdata version 2022a.1eb2c8e
Update copyright years.030d1be
Update to tzdata version 2021e.13d61aa
Update to tzdata version 2021d.ba05159
Update to tzdata version 2021c.- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.