kenigbolo / openSalon

An open source saloon booking and management system for beauty/hair care providers and the general public
https://www.opensalon.herokuapp.com
3 stars 3 forks source link

[Security] Bump rack from 2.0.1 to 2.0.6 #18

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rack from 2.0.1 to 2.0.6. This update includes security fixes.

Vulnerabilities fixed *Sourced from [The Ruby Advisory Database](https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rack/CVE-2018-16471.yml).* > **Possible XSS vulnerability in Rack** > There is a possible vulnerability in Rack. This vulnerability has been > assigned the CVE identifier CVE-2018-16471. > > Versions Affected: All. > Not affected: None. > Fixed Versions: 2.0.6, 1.6.11 > > Impact > ------ > There is a possible XSS vulnerability in Rack. Carefully crafted requests can > impact the data returned by the `scheme` method on `Rack::Request`. > Applications that expect the scheme to be limited to "http" or "https" and do > not escape the return value could be vulnerable to an XSS attack. > > Vulnerable code looks something like this: > > ``` > <%= request.scheme.html_safe %> > ``` > > ... (truncated) > > Patched versions: \~> 1.6.11; >= 2.0.6 > Unaffected versions: none
Commits - [`8376dd1`](https://github.com/rack/rack/commit/8376dd11e6526a53432ee59b7a5d092bda9fc901) Bumping version for release - [`313dd6a`](https://github.com/rack/rack/commit/313dd6a05a5924ed6c82072299c53fed09e39ae7) Whitelist http/https schemes - [`37c1160`](https://github.com/rack/rack/commit/37c1160b2360074d20858792f23a7eb3afeabebd) Reduce buffer size to avoid pathological parsing - [`99fea65`](https://github.com/rack/rack/commit/99fea65cc04eaaad8e59b1a78440a2616e0dc55a) Merge tag '2.0.5' into 2-0-stable - [`216b7ca`](https://github.com/rack/rack/commit/216b7cad1baa65ba1213ae51c85776928d6e2d86) Merge pull request [#1296](https://github-redirect.dependabot.com/rack/rack/issues/1296) from tomelm/fix-prefers-plaintext - [`decd976`](https://github.com/rack/rack/commit/decd97682ec4c6345fe359b6a1d3c51e5fbdce5b) Bump version for release - [`957f596`](https://github.com/rack/rack/commit/957f5962afd1c4b70dd944ecffa636495c1ffd61) Merge pull request [#1268](https://github-redirect.dependabot.com/rack/rack/issues/1268) from eileencodes/forwardport-pr-1249-to-2-0-stable - [`00e109e`](https://github.com/rack/rack/commit/00e109e2ba29696ec3dc1e5b3ef2d313a2d04497) Merge pull request [#1249](https://github-redirect.dependabot.com/rack/rack/issues/1249) from mclark/handle-invalid-method-parameters - [`27c33b0`](https://github.com/rack/rack/commit/27c33b01a1bd75b6268db9d38b88576ebef7dd22) Stick with a passing version of Rubygems and bundler - [`d4283e4`](https://github.com/rack/rack/commit/d4283e4fb14b7d9f5f0ef7bb90d36476a9a6ece0) Leahize - Additional commits viewable in [compare view](https://github.com/rack/rack/compare/2.0.1...2.0.6)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Looks like rack is up-to-date now, so this is no longer needed.