Bump websocket-extensions from 0.1.2 to 0.1.5 #21

Open
dependabot[bot] wants to merge 1 commit from dependabot/bundler/websocket-extensions-0.1.5 into master
dependabot[bot] commented 2020-06-05 10:55:57 -04:00 (Migrated from github.com)

Bumps websocket-extensions from 0.1.2 to 0.1.5.

Changelog

Sourced from websocket-extensions's changelog.

0.1.5 / 2020-06-02

  • Remove a ReDoS vulnerability in the header parser (CVE-2020-7663)

0.1.4 / 2019-06-10

  • Fix a deprecation warning for using the =~ operator on true
  • Change license from MIT to Apache 2.0

0.1.3 / 2017-11-11

  • Accept extension names and parameters including uppercase letters
Commits
  • 8108e77 Bump version to 0.1.5
  • c36eb3e Remove ReDoS vulnerability in the Sec-WebSocket-Extensions header parser
  • 8174a4a Test on JRuby 9.{0,1,2} rather than "head"
  • 9605980 Update Ruby versions 2.4 to 2.7 on Travis
  • bd6d0ac Mention license change in the changelog
  • a8c8478 Formatting change: {...} should have spaces inside the braces
  • 242f007 Bump version to 0.1.4
  • 249bcc1 Change markdown formatting of docs.
  • 738a0af Fix deprecation warning about =~ being called on TrueClass.
  • 68c1b21 Fix RSpec warnings about raise_error with no arguments.
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-ruby) from 0.1.2 to 0.1.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/faye/websocket-extensions-ruby/blob/master/CHANGELOG.md">websocket-extensions's changelog</a>.</em></p> <blockquote> <h3>0.1.5 / 2020-06-02</h3> <ul> <li>Remove a ReDoS vulnerability in the header parser (CVE-2020-7663)</li> </ul> <h3>0.1.4 / 2019-06-10</h3> <ul> <li>Fix a deprecation warning for using the <code>=~</code> operator on <code>true</code></li> <li>Change license from MIT to Apache 2.0</li> </ul> <h3>0.1.3 / 2017-11-11</h3> <ul> <li>Accept extension names and parameters including uppercase letters</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/faye/websocket-extensions-ruby/commit/8108e77333026634eda1a6a32f32da3a7a1da8c4"><code>8108e77</code></a> Bump version to 0.1.5</li> <li><a href="https://github.com/faye/websocket-extensions-ruby/commit/c36eb3e010dce9eabc7415dbe05cafaa0ae83cd4"><code>c36eb3e</code></a> Remove ReDoS vulnerability in the Sec-WebSocket-Extensions header parser</li> <li><a href="https://github.com/faye/websocket-extensions-ruby/commit/8174a4a0f95b8f35ea42595d9d4d88debf492521"><code>8174a4a</code></a> Test on JRuby 9.{0,1,2} rather than &quot;head&quot;</li> <li><a href="https://github.com/faye/websocket-extensions-ruby/commit/96059802a6649ad3ca63625ffc5b5dbcd9ea91d9"><code>9605980</code></a> Update Ruby versions 2.4 to 2.7 on Travis</li> <li><a href="https://github.com/faye/websocket-extensions-ruby/commit/bd6d0acc01fa985f014d37183f0c7854b86b60f9"><code>bd6d0ac</code></a> Mention license change in the changelog</li> <li><a href="https://github.com/faye/websocket-extensions-ruby/commit/a8c847876b2242d562e6186b6fd90dd073b9fcd2"><code>a8c8478</code></a> Formatting change: {...} should have spaces inside the braces</li> <li><a href="https://github.com/faye/websocket-extensions-ruby/commit/242f007cb9cf4eddd33a10216a1ae31e86be42fa"><code>242f007</code></a> Bump version to 0.1.4</li> <li><a href="https://github.com/faye/websocket-extensions-ruby/commit/249bcc106f8bdbcd571ac598af3b9ee896947680"><code>249bcc1</code></a> Change markdown formatting of docs.</li> <li><a href="https://github.com/faye/websocket-extensions-ruby/commit/738a0af1dd5bbd45b1a912086469a8981cb329ca"><code>738a0af</code></a> Fix deprecation warning about =~ being called on TrueClass.</li> <li><a href="https://github.com/faye/websocket-extensions-ruby/commit/68c1b21129ec78193b949b96477132a3c795c7a5"><code>68c1b21</code></a> Fix RSpec warnings about raise_error with no arguments.</li> <li>Additional commits viewable in <a href="https://github.com/faye/websocket-extensions-ruby/compare/0.1.2...0.1.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=websocket-extensions&package-manager=bundler&previous-version=0.1.2&new-version=0.1.5)](https://help.github.com/articles/configuring-automated-security-fixes) 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/atomaka/link-share/network/alerts). </details>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/bundler/websocket-extensions-0.1.5:dependabot/bundler/websocket-extensions-0.1.5
git checkout dependabot/bundler/websocket-extensions-0.1.5

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff dependabot/bundler/websocket-extensions-0.1.5
git checkout dependabot/bundler/websocket-extensions-0.1.5
git rebase master
git checkout master
git merge --ff-only dependabot/bundler/websocket-extensions-0.1.5
git checkout dependabot/bundler/websocket-extensions-0.1.5
git rebase master
git checkout master
git merge --no-ff dependabot/bundler/websocket-extensions-0.1.5
git checkout master
git merge --squash dependabot/bundler/websocket-extensions-0.1.5
git checkout master
git merge --ff-only dependabot/bundler/websocket-extensions-0.1.5
git checkout master
git merge dependabot/bundler/websocket-extensions-0.1.5
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: atomaka/link-share#21
No description provided.