Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O OS Core Common
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Lib
  • core
  • OS Core Common
  • Merge requests
  • !75

Fix CVE security vulnerabilities

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alok Joshi requested to merge fix_sec_vul into master Apr 26, 2021
  • Overview 0
  • Commits 5
  • Pipelines 6
  • Changes 2

Current versions of tomcat-embed-core and jackson-dataformat-cbor have known CVE vulnerabilities. This change addresses the issue by upgrading to the higher minor versions, which don't have any vulnerability.

Below are the listed vulnerabilities for the library versions tomcat-embed-core-9.0.37.jar : CVE-2021-25122, CVE-2021-24122, CVE-2021-25329 jackson-dataformat-cbor-2.11.3.jar : CVE-2020-28491

We plan to create a release candidate with this change and use it in services to resolve the same issue there too.

The vulnerabilities were flagged in SLB's internal Whitesource scan

Edited Apr 26, 2021 by Alok Joshi
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix_sec_vul