[Security] Bump rack from 1.6.8 to 1.6.11
Bumps rack from 1.6.8 to 1.6.11. This update includes security fixes.
Vulnerabilities fixed
Sourced from The Ruby Advisory Database.
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
schememethod onRack::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:
... (truncated)<%= request.scheme.html_safe %>Patched versions: ~> 1.6.11; >= 2.0.6 Unaffected versions: none
Commits
2bef132Bumping version for release97ca63dWhitelist http/https schemes7b5054eMerge pull request #1296 from tomelm/fix-prefers-plaintextfdcd03aBump version for release2293c6aMerge pull request #1249 from mclark/handle-invalid-method-parametersb27dd86handle failure to upcase invalid strings274d934Stick with a passing version of Rubygems and bundler617aac0bump version for releasedc017e7Merge pull request #1237 from eileencodes/backport-11374d6965aBackport pull request #1137 from unabridged/fix-eof-failure- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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:
- 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.