Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump bandit from 1.4.2 to 1.5.5 #17

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps bandit from 1.4.2 to 1.5.5.

Changelog

Sourced from bandit's changelog.

1.5.5 (19 Jun 2024)

Changes

  • Add domain: [:bandit] to the metadata of all logger calls
  • Bring logging of early-connect HTTP2 errors under the log_protocol_errors umbrella

1.5.4 (14 Jun 2024)

Changes

  • Raise HTTP/2 send window timeouts as stream errors so that they're logged as protocol errors (thanks @​hunterboerner!)

1.5.3 (7 Jun 2024)

Changes

  • Add :short and :verbose options to log_protocol_errors configuration option. Change default value to :short, which will log protocol errors as a single summary line instead of a full stack trace
  • Raise Bandit.HTTPError errors when attempting to write to a closed client connection (except for chunk/2 calls, which now return {:error, reason}). Unless otherwise caught by the user, these errors will bubble out past the configured plug and terminate the plug process. This closely mimics the behaviour of Cowboy in this regard (#359)
  • Respect the plug-provided content-length on HEAD responses (#353, thanks @​meeq!)
  • Minor changes to how 'non-system process dictionary entries' are identified

Fixes

  • No longer closes on HTTP/1 requests smaller than the size of the HTTP/2 preamble
  • Close deflate contexts more eagerly for reduced memory use

1.5.2 (10 May 2024)

Fixes

1.5.1 (10 May 2024)

Enhancements

  • Process dictionary is now cleared of all non-system process dictionary entries between keepalive requests (#349)
  • Explicitly run a GC before upgrading a connection to websocket (#348)

... (truncated)

Commits
  • 9cdb467 Version bump to 1.5.5
  • 87c281f Use top-level rescue
  • b62a7eb Add :bandit domain to logger metadata
  • bc67149 Bring logging of early-connect HTTP2 errors under the log_protocol_errors umb...
  • f2761ad Bump credo from 1.7.6 to 1.7.7 (#370)
  • 7bafe47 Version bump to 1.5.4
  • 3d67aa4 Raise send window timeouts as stream errors
  • 4d63553 Bump hpax from 0.1.2 to 0.2.0 (#369)
  • ef4deac Version bump to 1.5.3
  • a2cbe62 Change log_protocol_errors config option to accept short and verbose options
  • 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 [bandit](https://github.com/mtrudel/bandit) from 1.4.2 to 1.5.5.
- [Changelog](https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md)
- [Commits](mtrudel/bandit@1.4.2...1.5.5)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Related to dependencies label Jul 1, 2024
@dependabot dependabot bot requested a review from WoodenMaiden July 1, 2024 10:16
@WoodenMaiden WoodenMaiden merged commit 1b07c5c into main Sep 25, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/hex/bandit-1.5.5 branch September 25, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant