Skip to content
New issue

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

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

Already on GitHub? # to your account

Update logback to 1.2.13 #990

Closed

Conversation

m-rcl
Copy link

@m-rcl m-rcl commented Feb 16, 2024

What this PR does / why we need it:
spring-boot-starter-logging:2.7.13 uses logback-classic:jar:1.2.12 and logback-core:jar:1.2.12 which are affected by CVE-2023-6378 and CVE-2023-6481. logback 1.2.13 contains the backport of this fix: qos-ch/logback#745

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (efc3bfa) 95.76% compared to head (d066c15) 95.78%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #990      +/-   ##
============================================
+ Coverage     95.76%   95.78%   +0.02%     
  Complexity     1366     1366              
============================================
  Files            80       80              
  Lines          4367     4367              
  Branches        491      491              
============================================
+ Hits           4182     4183       +1     
+ Misses           92       90       -2     
- Partials         93       94       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jonasvoelcker
Copy link
Collaborator

Hi @m-rcl,

through the Spring update logback has been updated to version 1.4.14 😉

Best Regards
Jonas

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plans to fix CVE-2023-6378 in 1.2?
2 participants