akabiru / hscode

📘🖥 A command line reference tool for http status codes.
https://akabiru.github.io/hscode/
MIT License
31 stars 3 forks source link

Update brakeman requirement from ~> 3.3 to ~> 4.7 #36

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on brakeman to permit the latest version.

Changelog *Sourced from [brakeman's changelog](https://github.com/presidentbeef/brakeman/blob/master/CHANGES.md).* > # 4.7.0 > > * Refactor `Brakeman::Differ#second_pass` (Benoit Côté-Jodoin) > * Ignore interpolation in `%W[]` > * Fix `version_between?` (Andrey Glushkov) > * Add support for `ruby_parser` 3.14.0 > * Ignore `form_for` for XSS check > * Update Haml support to Haml 5.x > * Catch shell injection from `-c` shell commands (Jacob Evelyn) > * Correctly handle non-symbols in `CheckCookieSerialization` (Phil Turnbull) > > # 4.6.1 > > * Fix Reverse Tabnabbing warning message (Steffen Schildknecht / Jörg Schiller) > > # 4.6.0 > > * Skip calls to `dup` > * Add reverse tabnabbing check (Linos Giannopoulos) > * Better handling of gems with no version declared > * Warn people that Haml 5 is not fully supported (Jared Beck) > * Avoid warning about file access with `ActiveStorage::Filename#sanitized` (Tejas Bubane) > * Update loofah version for fixing CVE-2018-8048 (Markus Nölle) > * Restore `Warning#relative_path` > * Add check for cookie serialization with Marshal > * Index calls in initializers > * Improve template output handling in conditional branches > * Avoid assigning `nil` line numbers to `Sexp`s > * Add special warning code for custom checks > * Add call matching by regular expression > > # 4.5.1 > > * Add `Brakeman::FilePath` to represent file paths > * Handle trailing comma in block args > * Properly handle empty partial name > * Use relative paths for `__FILE__` > * Convert `!!` calls to boolean value > * Add optional check for `config.force_ssl` > * Remove code for Ruby versions prior to 1.9 > * Check `link_to` with block for href XSS > * Add SQL injection checks for `find_or_create_by` and friends > * Add deserialization warning for `Oj.load/object_load` > * Add initial Rails 6 support > * Add SQL injection checks for `destroy_by`/`delete_by` > > # 4.5.0 > > * Update `ruby_parser`, use `ruby_parser-legacy` > * More thoroughly handle `Shellwords` escaping > ... (truncated)
Commits - See full diff in [compare view](https://github.com/presidentbeef/brakeman/commits)


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d78cff263fcc425401403ef1f0c5e454f2f7352b on dependabot/bundler/brakeman-tw-4.7 into 3bb3a215601c6e39a7394aca8a9b3d9c65d3bc1f on master.

dependabot-preview[bot] commented 4 years ago

Superseded by #37.