Skip to content

Bump activesupport from 6.1.7 to 6.1.7.1 in /updater#6469

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/updater/activesupport-6.1.7.1
Closed

Bump activesupport from 6.1.7 to 6.1.7.1 in /updater#6469
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/updater/activesupport-6.1.7.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2023

Bumps activesupport from 6.1.7 to 6.1.7.1.

Release notes

Sourced from activesupport's releases.

v6.1.7.1

Active Support

Active Model

  • No changes.

Active Record

  • Make sanitize_as_sql_comment more strict

    Though this method was likely never meant to take user input, it was attempting sanitization. That sanitization could be bypassed with carefully crafted input.

    This commit makes the sanitization more robust by replacing any occurrances of "/" or "/" with "/ " or " /". It also performs a first pass to remove one surrounding comment to avoid compatibility issues for users relying on the existing removal.

    This also clarifies in the documentation of annotate that it should not be provided user input.

    [CVE-2023-22794]

  • Added integer width check to PostgreSQL::Quoting

    Given a value outside the range for a 64bit signed integer type PostgreSQL will treat the column type as numeric. Comparing integer values against numeric values can result in a slow sequential scan.

    This behavior is configurable via ActiveRecord::Base.raise_int_wider_than_64bit which defaults to true.

    [CVE-2022-44566]

Action View

  • No changes.

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot requested a review from a team as a code owner January 18, 2023 19:51
@dependabot dependabot bot added dependencies ruby Dependabot pull requests that update Ruby code labels Jan 18, 2023
@dependabot dependabot bot force-pushed the dependabot/bundler/updater/activesupport-6.1.7.1 branch 6 times, most recently from 807207b to 6470e83 Compare January 18, 2023 21:56
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 18, 2023

Superseded by #6477.

@dependabot dependabot bot closed this Jan 18, 2023
@dependabot dependabot bot deleted the dependabot/bundler/updater/activesupport-6.1.7.1 branch January 18, 2023 22:08
@jeffwidman jeffwidman restored the dependabot/bundler/updater/activesupport-6.1.7.1 branch January 18, 2023 22:57
@jeffwidman jeffwidman reopened this Jan 18, 2023
@dependabot dependabot bot force-pushed the dependabot/bundler/updater/activesupport-6.1.7.1 branch 4 times, most recently from 9bc2563 to 9bc90d4 Compare January 18, 2023 23:51
@jeffwidman jeffwidman self-assigned this Jan 19, 2023
@dependabot dependabot bot force-pushed the dependabot/bundler/updater/activesupport-6.1.7.1 branch 11 times, most recently from f9a3a5f to 01f7e7f Compare January 22, 2023 02:21
@dependabot dependabot bot force-pushed the dependabot/bundler/updater/activesupport-6.1.7.1 branch 11 times, most recently from 04ebc0a to 1d7d177 Compare January 24, 2023 23:26
Bumps [activesupport](https://github.com/rails/rails) from 6.1.7 to 6.1.7.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.1.7...v6.1.7.1)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/updater/activesupport-6.1.7.1 branch from 1d7d177 to b41afe6 Compare January 25, 2023 00:30
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 25, 2023

Superseded by #6522.

@dependabot dependabot bot closed this Jan 25, 2023
@dependabot dependabot bot deleted the dependabot/bundler/updater/activesupport-6.1.7.1 branch January 25, 2023 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Dependabot pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant