Skip to content

Commit

Permalink
Update dependency brakeman to v6.2.1 (#171)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [brakeman](https://brakemanscanner.org/)
([source](https://togithub.com/presidentbeef/brakeman),
[changelog](https://togithub.com/presidentbeef/brakeman/releases)) |
`6.1.2` -> `6.2.1` |
[![age](https://developer.mend.io/api/mc/badges/age/rubygems/brakeman/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/brakeman/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/brakeman/6.1.2/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/brakeman/6.1.2/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>presidentbeef/brakeman (brakeman)</summary>

###
[`v6.2.1`](https://togithub.com/presidentbeef/brakeman/blob/HEAD/CHANGES.md#621---2024-08-22)

Just a packaging fix for brakeman.gem

###
[`v6.2.0`](https://togithub.com/presidentbeef/brakeman/blob/HEAD/CHANGES.md#620---2024-08-22)

-   Add `--show-ignored` option (Gabriel Zayas)
-   Add optional support for Prism parser
-   Warn about unscoped finds with `find_by!`
-   Treat `::X` and `X` the same, for now (Jill Klang)
- Fix compatibility with default frozen string literals (Jean Boussier)
-   Remediation advice for command injection (Nicholas Barone)
-   Fix Ruby warnings in test suite (Jean Boussier)
-   Support YAML aliases in secret configs (Chedli Bourguiba)
-   Add initial Rails 8 support (Ron Shinall)
-   Handle mass assignment with splats
-   Add support for symbolic links (Lu Zhu)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/powerhome/power-web-development-interview).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent e1728d1 commit 402ea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
bindex (0.8.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
brakeman (6.1.2)
brakeman (6.2.1)
racc
builder (3.3.0)
byebug (11.1.3)
Expand Down

0 comments on commit 402ea35

Please sign in to comment.