Skip to content

Issue #SBCOSS-607: Vulnerability fixes - #111

Merged
pallakartheekreddy merged 4 commits into
release-8.0.0from
vuln-fixes
Sep 8, 2025
Merged

Issue #SBCOSS-607: Vulnerability fixes#111
pallakartheekreddy merged 4 commits into
release-8.0.0from
vuln-fixes

Conversation

@chethann007

@chethann007 chethann007 commented Sep 8, 2025

Copy link
Copy Markdown
Collaborator

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?

Update and exclusion of vulnerable dependencies in multiple pom.xml files to fix security vulnerabilities.

Why are these changes being made?

Several dependencies and versions have known vulnerabilities; updating dependencies such as jackson-databind, commons-collections, and netty, along with properly managing exclusions, ensures the codebase uses secure versions and mitigates associated risks.

Is this description stale? Ask me to generate a new description by commenting /korbit-generate-pr-description

@korbit-ai korbit-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've completed my review and didn't find any issues... but I did find this unicorn.

                    /
               ,.. /
             ,'   ';
  ,,.__    _,' /';  .
 :','  ~~~~    '. '~
:' (   )         )::,
'. '. .=----=..-~  .;'
 '  ;'  ::   ':.  '"
   (:   ':    ;)
    \\   '"  ./
     '"      '"

Check out our docs on how you can make Korbit work best for you and your team.

Loving Korbit!? Share us on LinkedIn Reddit and X

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses security vulnerabilities by updating dependencies to patched versions and implementing dependency exclusions to ensure consistent library versions across modules.

  • Updated Jackson from 2.9.10 to 2.9.10.4 and commons-collections from 3.2.1 to 3.2.2
  • Added exclusions for io.netty and Apache Cassandra libraries with explicit version control
  • Standardized io.netty versions to 4.1.44.Final and cassandra-all to 3.11.12 across affected modules

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
pom.xml Updated Jackson version property to 2.9.10.4
service/pom.xml Added io.netty exclusions and explicit version dependencies
sb-es-utils/pom.xml Updated commons-collections version to 3.2.2
cassandra-utils/pom.xml Added cassandra-all exclusion with explicit version and updated Jackson

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@pallakartheekreddy
pallakartheekreddy merged commit 609f3cc into release-8.0.0 Sep 8, 2025
1 of 2 checks passed
@pallakartheekreddy
pallakartheekreddy deleted the vuln-fixes branch September 8, 2025 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants