Sourced from brakeman's releases.
6.1.2
- Avoid detecting Phlex components as dynamic render paths (Máximo Mussini)
- Avoid detecting
ViewComponentContrib::Base
as dynamic render paths (vividmuimui)- Avoid copying Sexps that are too large (#1818, #1546)
- Add EOL date for Ruby 3.3.0
- Remove deprecated use of
Kernel#open("|...")
- Remove
safe_yaml
gem dependency- Update Highline to 3.0 (#1812)
6.1.1
- Handle racc as a default gem in Ruby 3.3.0
6.1.0
- Add check for unfiltered search with Ransack
- Add
--timing
to add timing duration for scan steps- Add
PG::Connection.escape_string
as a SQL sanitization method (Joévin Soulenq)- Handle
class << self
- Fix class method lookup in parent classes
- Fix keyword splats in filter arguments
Sourced from brakeman's changelog.
6.1.2 - 2024-02-01
- Update Highline to 3.0
- Add EOL date for Ruby 3.3.0
- Avoid copying Sexps that are too large
- Avoid detecting
ViewComponentContrib::Base
as dynamic render paths (vividmuimui)- Remove deprecated use of
Kernel#open("|...")
- Remove
safe_yaml
gem dependency- Avoid detecting Phlex components as dynamic render paths (Máximo Mussini)
6.1.1 - 2023-12-24
- Handle racc as a default gem in Ruby 3.3.0
6.1.0 - 2023-12-04
- Add
--timing
to add timing duration for scan steps- Fix keyword splats in filter arguments
- Add check for unfiltered search with Ransack
- Fix class method lookup in parent classes
- Handle
class << self
- Add
PG::Connection.escape_string
as a SQL sanitization method (Joévin Soulenq)
a368fd9
Bump to 6.1.208a119a
Update CHANGESa216548
Update Highline to 3.0 (#1825)1954a00
Skip timeout test (#1823)fe9e0a3
Merge pull request #1821
from vividmuimui/view_component_contrib_base5291a41
Merge pull request #1822
from presidentbeef/eol_for_3_3b02ba1e
Add EOL for Ruby 3.3.0f07829d
Merge pull request #1820
from presidentbeef/limit_mass_of_copied_values26d4180
fix: avoid detecting 'ViewComponentContrib::Base' as dynamic render
paths180e872
Avoid copying Sexps that are too large