Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DATAGO-66943: Fix vulnerabilities for logback-classic and logback-core #140

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

gregmeldrum
Copy link
Collaborator

@gregmeldrum gregmeldrum commented Dec 7, 2023

What is the purpose of this change?

Address vulnerabilities in logback-classic and logback-core version 1.4.11.

How was this change implemented?

Excluded the library where appropriate and then re-included it at a higher level where needed.

How was this change tested?

Manually tested a config push running from IDE

Is there anything the reviewers should focus on/be aware of?

No

Output of mvn dependency tree:

> mvn dependency:tree | grep logback
[INFO] +- ch.qos.logback:logback-classic:jar:1.4.12:compile
[INFO] |  +- ch.qos.logback:logback-core:jar:1.4.12:compile
[INFO] +- ch.qos.logback:logback-classic:jar:1.4.12:compile
[INFO] +- ch.qos.logback:logback-core:jar:1.4.12:compile

Covers vulnerabilities in https://sol-jira.atlassian.net/browse/DATAGO-66942 and https://sol-jira.atlassian.net/browse/DATAGO-66943

Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@gregmeldrum gregmeldrum merged commit 3f96420 into main Dec 7, 2023
6 checks passed
@gregmeldrum gregmeldrum deleted the DATAGO-66943-vulnerability branch December 7, 2023 21:36
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.

2 participants