Issue #SBCOSS-548: Vulnerability fixes#200
Merged
pallakartheekreddy merged 1 commit intoSunbird-Lern:release-8.0.0from Aug 21, 2025
Merged
Issue #SBCOSS-548: Vulnerability fixes#200pallakartheekreddy merged 1 commit intoSunbird-Lern:release-8.0.0from
pallakartheekreddy merged 1 commit intoSunbird-Lern:release-8.0.0from
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR addresses security vulnerabilities by updating the netty-codec-http dependency to a patched version (4.1.44.Final). The changes exclude the vulnerable version from an existing dependency and explicitly declare the secure version to ensure proper dependency resolution.
- Excludes vulnerable netty-codec-http dependency from an existing transitive dependency
- Adds explicit dependency declaration for netty-codec-http version 4.1.44.Final
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
pallakartheekreddy
approved these changes
Aug 21, 2025
952df5d
into
Sunbird-Lern:release-8.0.0
1 of 2 checks passed
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.
Summary
This PR applies security vulnerability fixes by updating dependencies to patched versions and aligning libraries across modules to ensure compliance, stability, and compatibility.
Description by Korbit AI
What change is being made?
Exclude the vulnerable
netty-codec-httpdependency fromspark-core_2.11and add a direct dependency to a secure version4.1.44.Finalinpom.xml.Why are these changes being made?
These changes address security vulnerabilities found in the older version of
netty-codec-httpwhich was indirectly included throughspark-core_2.11. Updating to a more secure and stable version helps in safeguarding the application against known security threats.