Upgrade actionmailer to 7.0.8.5 to address CVE-2024-47889 in oc-id#4001
Merged
Upgrade actionmailer to 7.0.8.5 to address CVE-2024-47889 in oc-id#4001
Conversation
👷 Deploy Preview for chef-server processing.
|
Signed-off-by: Kallol Roy <kallol.roy@progress.com>
4eed2bd to
3f482e7
Compare
|
Signed-off-by: Kallol Roy <kallol.roy@progress.com>
Bumps [actionmailer](https://github.com/rails/rails) from 7.0.8.1 to 7.0.8.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1.1/actionmailer/CHANGELOG.md) - [Commits](rails/rails@v7.0.8.1...v7.0.8.5) --- updated-dependencies: - dependency-name: actionmailer dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: RoyShravani <shravani.roy@progress.com>
Signed-off-by: RoyShravani <shravani.roy@progress.com>
Signed-off-by: RoyShravani <shravani.roy@progress.com>
Signed-off-by: RoyShravani <shravani.roy@progress.com>
e977b16 to
2ae6c53
Compare
jashaik
approved these changes
Apr 3, 2025
Contributor
Author
Signed-off-by: RoyShravani <shravani.roy@progress.com>
bdcaefb to
5fbd9bf
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.







Description
Upgrade actionmailer to 7.0.8.5 to address CVE-2024-47889 in oc-id
The version of the actionmailer Ruby library installed Chef Infra 15.10.27 prior to 6.1.7.9, 7.0.x prior to 7.0.8.5, 7.1.x prior to 7.1.4.1 or 7.2.x prior to 7.2.1.1. It is, therefore, affected by a denial of service (DoS) vulnerability. The vulnerability lies in the block_format helper of Action Mailer. Carefully crafted text can cause the block_format helper to take an unexpected amount of time, possibly resulting in a DoS vulnerability.
And, concurrent-ruby v1.3.5 has removed the dependency on logger, so we need to require logger in the config/boot.rb file.
[Please describe what this change achieves]
Issues Resolved
[List any existing issues this PR resolves, or any Discourse or
StackOverflow discussions that are relevant]
Check List