chore(deps): bump the elixir-minor group with 2 updates - #726
chore(deps): bump the elixir-minor group with 2 updates#726dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the elixir-minor group with 2 updates: [bandit](https://github.com/mtrudel/bandit) and [phoenix](https://github.com/phoenixframework/phoenix). Updates `bandit` from 1.12.4 to 1.12.5 - [Changelog](https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md) - [Commits](mtrudel/bandit@1.12.4...1.12.5) Updates `phoenix` from 1.8.11 to 1.8.12 - [Release notes](https://github.com/phoenixframework/phoenix/releases) - [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.8.12/CHANGELOG.md) - [Commits](phoenixframework/phoenix@v1.8.11...v1.8.12) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: elixir-minor - dependency-name: phoenix dependency-version: 1.8.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: elixir-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
This PR updates the 'elixir-minor' dependency group, bumping 'bandit' to 1.12.5 and 'phoenix' to 1.8.12. These updates address security vulnerabilities in HTTP/2 and resolve bugs in Phoenix session management and channels.
Codacy analysis indicates that the changes are up to standards. However, there is an implementation gap in terms of verification; the PR metadata does not confirm that the application's test suite has been successfully run against these specific dependency versions to ensure no regressions were introduced by the minor/patch updates.
About this PR
- No verification steps or test results were provided to confirm that the minor/patch updates for 'bandit' and 'phoenix' do not break existing functionality. It is recommended to verify the test suite passes in a CI environment or locally before merging.
Test suggestions
- Verify that the 'mix.lock' file has been updated to the specific versions 1.12.5 and 1.8.12.
- Run the application's test suite to ensure compatibility with the updated dependency versions.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the 'mix.lock' file has been updated to the specific versions 1.12.5 and 1.8.12.
2. Run the application's test suite to ensure compatibility with the updated dependency versions.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Bumps the elixir-minor group with 2 updates: bandit and phoenix.
Updates
banditfrom 1.12.4 to 1.12.5Changelog
Sourced from bandit's changelog.
Commits
9571499Version bump to 1.12.5f6914aaBound and cancel HTTP/2 sends blocked on the connection window (GHSA-xj8g-532...d38cf04Validate HTTP/2 header field values for CR/LF/NUL (GHSA-x3gh-xhj4-3vq8) (#670)cce7c5fHonor Accept-Encoding q-values, the wildcard, and case-insensitive codings (#...eca1713Fixup recent test noiseb65c235Consolidate Plug.Conn.Adapter calling-process tests into adapter_test.exs (#667)4ccc008Treat abortive-close posix reasons as client closures in logging (#663)274eb55Lazily precompile the invalid-field-value match pattern (#662)10710deEnforce the chunk-size grammar in a single pass (#661)d69202eUnify case-insensitive comma-separated header token checks (#660)Updates
phoenixfrom 1.8.11 to 1.8.12Release notes
Sourced from phoenix's releases.
Changelog
Sourced from phoenix's changelog.
Commits
a27a032Release v1.8.1211e30afClear :return_to session key after logging in (#6799)a2bda2djoin_ref can be nil on non-join messages (#6800)ce109c9Fix release date for v1.8.11 (#6795)7e9fb23update deps3765e81Add markdown formatter to docs output (#6794)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions