Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security] Bump will_paginate from 2.3.15 to 3.0.5 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps will_paginate from 2.3.15 to 3.0.5. This update includes security fixes.

Vulnerabilities fixed

Sourced from The Ruby Advisory Database.

will_paginate Gem for Ruby Generated Pagination Link Unspecified XSS will_paginate Gem for Ruby contains a flaw that allows a cross-site scripting (XSS) attack. This flaw exists because the application does not validate certain unspecified input related to generated pagination links before returning it to the user. This may allow an attacker to create a specially crafted request that would execute arbitrary script code in a users browser within the trust relationship between their browser and the server.

Patched versions: >= 3.0.5 Unaffected versions: none

Sourced from The GitHub Security Advisory Database.

Moderate severity vulnerability that affects will_paginate Cross-site scripting (XSS) vulnerability in the will_paginate gem before 3.0.5 for Ruby allows remote attackers to inject arbitrary web script or HTML via vectors involving generated pagination links.

Affected versions: < 3.0.5

Release notes

Sourced from will_paginate's releases.

will_paginate 3.0.5: bugfix & security release

  • fix CVE-2013-6459: XSS in generated pagination links
  • always call html_safe if available on will_paginate result
  • exclude reorder for count queries

will_paginate 2.3.17

  • Avoid unintentional SQL queries being triggered by defining respond_to_missing? alongside method_missing?
Commits
  • 2c5f1ed v3.0.5
  • c62c6f6 prevent tampering with host, port, protocol
  • a213b7e add test that page query param will be overriden
  • 3f221d4 fix assert method in case of failure
  • 83dd3f2 cleaner backtrace in specs
  • c78608a always call html_safe on will_paginate result
  • 6c55482 add license information to gemspec
  • 890e4de don't build Rails 4 against Ruby 1.8, 1.9.2
  • 8a0ead9 Rails 4 compat: port named scopes to new syntax
  • 56c7ad5 Rails 4 compat: AR::Base.silence requires an argument
  • 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.


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 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
  • @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:

  • Update frequency (including time of day and day of week)
  • 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)

Bumps [will_paginate](https://github.com/mislav/will_paginate) from 2.3.15 to 3.0.5. **This update includes security fixes.**
- [Release notes](https://github.com/mislav/will_paginate/releases)
- [Commits](mislav/will_paginate@v2.3.15...v3.0.5)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability labels Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants