Skip to content

Bump brakeman from 7.1.0 to 7.1.1#18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/brakeman-7.1.1
Open

Bump brakeman from 7.1.0 to 7.1.1#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/brakeman-7.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 10, 2025

Copy link
Copy Markdown

Bumps brakeman from 7.1.0 to 7.1.1.

Release notes

Sourced from brakeman's releases.

7.1.1

  • Exclude directories before searching for files (#1925)
  • Check for unsafe SQL when two arguments are passed to AR methods (Patrick Brinich-Langlois)
  • Fix SQL injection check for calculate method (Rohan Sharma)
  • Check each side of or SQL arguments (#1935)
  • Consider Tempfile.create.path as safe input (Ali Ismayilov)
  • Fix false positive when calling with_content on ViewComponents (Peer Allan)
  • Add FilePath#to_path for Ruby 3.5 compatibility (S.H.)
  • Ignore attribute builder in Haml 6 (#1952)
  • Word wrap text report output in pager
Changelog

Sourced from brakeman's changelog.

7.1.1 - 2025-11-03

  • Fix false positive when calling with_content on ViewComponents (Peer Allan)
  • Word wrap text output in pager
  • Consider Tempfile.create.path as safe input (Ali Ismayilov)
  • Exclude directories before searching for files
  • Check each side of or SQL arguments
  • Ignore attribute builder in Haml 6
  • Add FilePath#to_path for Ruby 3.5 compatibility (S-H-GAMELINKS)
  • Fix SQL injection check for calculate method (Rohan Sharma)
  • Fix missing td in HTML report (John Hawthorn)
  • Check for unsafe SQL when two arguments are passed to AR methods (Patrick Brinich-Langlois)
Commits
  • 34569b9 Bump to 7.1.1
  • 0daddae Update CHANGES
  • ae84d11 Merge pull request #1950 from peerkleio/fix-1832-viewcomponent-with-content
  • beabb9c Update CHANGES
  • a65c657 Merge pull request #1961 from presidentbeef/wordwrap_output
  • 1dcee03 Merge pull request #1933 from aliismayilov/ignore-tempfile-path
  • 21ae593 Merge pull request #1953 from sunny/patch-1
  • da44c3f Merge pull request #1968 from presidentbeef/faster_file_search
  • ec80644 Merge pull request #1963 from rsharma-figma/rohan/fix-calculate-sql-injection...
  • e2acb3c Update AppTree tests
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](presidentbeef/brakeman@v7.1.0...v7.1.1)

---
updated-dependencies:
- dependency-name: brakeman
  dependency-version: 7.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Nov 10, 2025
dkam added a commit that referenced this pull request Jun 21, 2026
…pe (#18)

#15: per-endpoint reads filter `transaction_name = ? AND timestamp >= ? AND
timestamp < ?`, but transactions only had a single-column transaction_name
index, so SQLite seeked the name then scanned the endpoint's whole retention
window filtering timestamp (verified via EXPLAIN QUERY PLAN). Add a composite
[transaction_name, timestamp] index — the planner now uses it as a covering
index for the time slice — and drop the standalone transaction_name index it
supersedes (leftmost prefix), avoiding redundant write cost.

#18: add a one-line note to the purge migration making clear the table drops are
an intentional, by-design wipe of pre-cutover history (no backfill), so a future
reader doesn't mistake it for accidental data loss.

Suite green apart from the 4 pre-existing main-branch failures.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
dkam added a commit that referenced this pull request Jun 21, 2026
Resolve the 4 pre-existing failures that predated this branch (broken
auto-generated scaffold stubs + one test for an unimplemented feature):

- DsnAuthenticationService: support GlitchTip's ?glitchtip_key= query param
  alongside Sentry's ?sentry_key= (the app targets Sentry/GlitchTip compat).
  The existing test now passes against a real implementation.
- settings_controller_test: replace the scaffold stub (wrong *_url helpers) with
  real tests — index renders; update persists + redirects; invalid ntfy_url is
  rejected. Exercises the alerting settings added in #14.
- oidc_logout_controller_test: replace the scaffold stub with a real test of the
  backchannel-logout endpoint rejecting a tokenless request.

Suite is now 149 runs, 0 failures, 0 errors.

Also remove SQLITE_MIGRATION_REVIEW.md — every item (#1#18) plus the duckdb-gem
cleanup is done and committed, so the action list has served its purpose.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants