dep: bump brakeman from 4.10.1 to 5.0.0
Bumps brakeman from 4.10.1 to 5.0.0.
Release notes
Sourced from brakeman's releases.
5.0.0
- Scan (almost) all Ruby files in project
- Revamp CSV report to a CSV list of warnings
- Add Sonarqube report format (Adam England)
- Add check for (more) unsafe method reflection (#1488, #1507, and #1508)
- Add check for potential HTTP verb confusion (#1432)
- Add
--[no-]skip-vendor
option- Ignore
uuid
as a safe attribute- Ignore
Tempfile#path
in shell commands- Ignore development environment
- Collapse
__send__
calls- Set Rails configuration defaults based on
load_defaults
version- Update Ruby requirement to version 2.4.0
- Suggest using
--force
if no Rails application is detected5.0.0.pre1
- Add check for (more) unsafe method reflection
- Suggest using
--force
if no Rails application is detected- Add Sonarqube report format (Adam England)
- Add check for potential HTTP verb confusion
- Add
--[no-]skip-vendor
option- Scan (almost) all Ruby files in project
- Add support for Haml 5.2.0
Changelog
Sourced from brakeman's changelog.
5.0.0 - 2021-01-26
- Ignore
uuid
as a safe attribute- Collapse
__send__
calls- Ignore
Tempfile#path
in shell commands- Ignore development environment
- Revamp CSV report to a CSV list of warnings
- Set Rails configuration defaults based on
load_defaults
version- Add check for (more) unsafe method reflection
- Suggest using
--force
if no Rails application is detected- Add Sonarqube report format (Adam England)
- Add check for potential HTTP verb confusion
- Add
--[no-]skip-vendor
option- Scan (almost) all Ruby files in project
Commits
-
09b66b5
Bump to 5.0.0 -
bceb7d2
Update CHANGES -
09b299f
Merge pull request #1553 from presidentbeef/uuid_safe -
6d39f33
Treat UUIDs as safe values -
26865c7
Merge pull request #1551 from presidentbeef/collapse__send__ -
85a9e76
Collapse send calls -
fda51be
Tweak --force suggestion -
e2b25eb
Update CHANGES -
3fccde7
Merge pull request #1544 from presidentbeef/temp_file_path_in_command_injection -
980de69
Ignore Tempfile paths in command injection - Additional commits viewable in compare view