Skip to content

Commit

Permalink
Bump globalid from 1.0.0 to 1.1.0 (#111)
Browse files Browse the repository at this point in the history
Bumps [globalid](https://github.com/rails/globalid) from 1.0.0 to 1.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rails/globalid/releases">globalid's
releases</a>.</em></p>
<blockquote>
<h2>1.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>URI::GID: Update #check_scheme, no need to call super by <a
href="https://github.com/alexcwatt"><code>@​alexcwatt</code></a> in <a
href="https://github-redirect.dependabot.com/rails/globalid/pull/146">rails/globalid#146</a></li>
<li>JSON-encode <code>GlobalID</code>s as strings by <a
href="https://github.com/georgeclaghorn"><code>@​georgeclaghorn</code></a>
in <a
href="https://github-redirect.dependabot.com/rails/globalid/pull/149">rails/globalid#149</a></li>
<li>Support pattern matching of <code>GlobalID</code> &amp;
<code>GlobalID::URI</code> by <a
href="https://github.com/ojab"><code>@​ojab</code></a> in <a
href="https://github-redirect.dependabot.com/rails/globalid/pull/140">rails/globalid#140</a></li>
<li>prevent double find by <a
href="https://github.com/ooooooo-q"><code>@​ooooooo-q</code></a> in <a
href="https://github-redirect.dependabot.com/rails/globalid/pull/148">rails/globalid#148</a></li>
<li>implement non signed global_id helper method on fixture set by <a
href="https://github.com/rainerborene"><code>@​rainerborene</code></a>
in <a
href="https://github-redirect.dependabot.com/rails/globalid/pull/144">rails/globalid#144</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/daemonsy"><code>@​daemonsy</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/rails/globalid/pull/142">rails/globalid#142</a></li>
<li><a href="https://github.com/alexcwatt"><code>@​alexcwatt</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/rails/globalid/pull/146">rails/globalid#146</a></li>
<li><a href="https://github.com/liijunwei"><code>@​liijunwei</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/rails/globalid/pull/150">rails/globalid#150</a></li>
<li><a href="https://github.com/ojab"><code>@​ojab</code></a> made their
first contribution in <a
href="https://github-redirect.dependabot.com/rails/globalid/pull/140">rails/globalid#140</a></li>
<li><a href="https://github.com/ooooooo-q"><code>@​ooooooo-q</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/rails/globalid/pull/148">rails/globalid#148</a></li>
<li><a
href="https://github.com/rainerborene"><code>@​rainerborene</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/rails/globalid/pull/144">rails/globalid#144</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rails/globalid/compare/v1.0.1...v1.1.0">https://github.com/rails/globalid/compare/v1.0.1...v1.1.0</a></p>
<h2>v1.0.1</h2>
<h1>Possible ReDoS based DoS vulnerability in GlobalID</h1>
<p>There is a ReDoS based DoS vulnerability in the GlobalID gem. This
vulnerability has been assigned the CVE identifier CVE-2023-22799.</p>
<p>Versions Affected:  &gt;= 0.2.1
Not affected:       NOTAFFECTED
Fixed Versions:     1.0.1</p>
<h2>Impact</h2>
<p>There is a possible DoS vulnerability in the model name parsing
section of the
GlobalID gem. Carefully crafted input can cause the regular expression
engine
to take an unexpected amount of time. All users running an affected
release
should either upgrade or use one of the workarounds immediately.</p>
<h2>Releases</h2>
<p>The FIXED releases are available at the normal locations.</p>
<h2>Workarounds</h2>
<p>There are no feasible workarounds for this issue.</p>
<h2>Credits</h2>
<p>Thank you <a href="https://hackerone.com/ooooooo_q">ooooooo_k</a> for
reporting this!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rails/globalid/commit/10673ef83e23b4ad668c356419c7f70a66cb5c70"><code>10673ef</code></a>
Prepare for 1.1.0 release</li>
<li><a
href="https://github.com/rails/globalid/commit/7b9183a0981f8b458413633f2cbff4f6cf231f2c"><code>7b9183a</code></a>
Upgrade development dependencies</li>
<li><a
href="https://github.com/rails/globalid/commit/c54333fd9b7cb10a519345694e6d43117bcfca1e"><code>c54333f</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/rails/globalid/issues/154">#154</a>
from rails/dependabot/bundler/rack-2.2.6.2</li>
<li><a
href="https://github.com/rails/globalid/commit/291136304791428af8f7da593082bd6cc4b4a697"><code>2911363</code></a>
Bump rack from 2.2.5 to 2.2.6.2</li>
<li><a
href="https://github.com/rails/globalid/commit/e8f9eb0fcab06235df82128fad859411a9355598"><code>e8f9eb0</code></a>
Bump version for release</li>
<li><a
href="https://github.com/rails/globalid/commit/3bc4349422e60f2235876a59dd415e98b072eb2b"><code>3bc4349</code></a>
Fix ReDoS vulnerability in name parsing</li>
<li><a
href="https://github.com/rails/globalid/commit/93150b157cba6c63daafadd44fd3d8eee16b7bf8"><code>93150b1</code></a>
Update license year</li>
<li><a
href="https://github.com/rails/globalid/commit/8ceb0b83d25738602a6ddf83ba3f69e70fa20688"><code>8ceb0b8</code></a>
Simplify requires</li>
<li><a
href="https://github.com/rails/globalid/commit/6022d27fb8dc7197f24292472d9202270ce1106c"><code>6022d27</code></a>
Upgrade checkout action to avoid warnings</li>
<li><a
href="https://github.com/rails/globalid/commit/9cb32de0e41f3c19e7ec70d73e536e06caded356"><code>9cb32de</code></a>
Upgrade development gems</li>
<li>Additional commits viewable in <a
href="https://github.com/rails/globalid/compare/v1.0.0...v1.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=globalid&package-manager=bundler&previous-version=1.0.0&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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](https://github.com/RaspberryPiFoundation/editor-api/network/alerts).

</details>
  • Loading branch information
IzzySmillie authored Feb 14, 2023
2 parents d73ff34 + 371bfb7 commit 22de41d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GEM
byebug (11.1.3)
cancancan (3.4.0)
coderay (1.1.3)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -122,7 +122,7 @@ GEM
activesupport (>= 4)
rack (>= 1.3)
railties (>= 4)
globalid (1.0.0)
globalid (1.1.0)
activesupport (>= 5.0)
good_job (3.12.1)
activejob (>= 6.0.0)
Expand Down Expand Up @@ -163,7 +163,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.16.3)
minitest (5.17.0)
msgpack (1.6.0)
net-imap (0.3.1)
net-protocol
Expand Down Expand Up @@ -286,7 +286,7 @@ GEM
simplecov_json_formatter (0.1.4)
thor (1.2.1)
timeout (0.3.0)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
webmock (3.18.1)
Expand Down

0 comments on commit 22de41d

Please sign in to comment.