Skip to content

[Snyk] Upgrade ch.qos.logback:logback-classic from 1.6.1 to 1.6.3 - #75

Open
kburger wants to merge 1 commit into
masterfrom
snyk-upgrade-92e8f5efb735b7909e0bd06b6c03ec92
Open

[Snyk] Upgrade ch.qos.logback:logback-classic from 1.6.1 to 1.6.3#75
kburger wants to merge 1 commit into
masterfrom
snyk-upgrade-92e8f5efb735b7909e0bd06b6c03ec92

Conversation

@kburger

@kburger kburger commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

snyk-top-banner

Snyk has created this PR to upgrade ch.qos.logback:logback-classic from 1.6.1 to 1.6.3.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.

  • The recommended version was released 21 days ago.

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade ch.qos.logback:logback-classic from 1.6.1 to 1.6.3.

See this package in maven:
ch.qos.logback:logback-classic

See this project in Snyk:
https://app.snyk.io/org/health-ri-kWJRYPTLVaKBVnJkM3FVH9/project/b5656fdc-6123-43bf-85aa-57b9092ce1a5?utm_source=github&utm_medium=referral&page=upgrade-pr
@kburger

kburger commented Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

Merge Risk: Medium

This patch upgrade introduces several behavioral changes and a deprecation.

Version 1.6.2

  • Configuration analysis is now stricter and will emit warnings for contradictory caller-data inclusion instructions, for example, when an appender has includeCallerData set to false but the layout pattern uses caller-data converters (%C, %M, etc.).

Version 1.6.3

  • Security Fix (CVE-2026-19880): The MDCBasedDiscriminator (used by SiftingAppender) now sanitizes MDC values by stripping slashes to prevent path traversal attacks. A warning is logged if a value is modified.
  • Behavioral Change: ConsoleAppender no longer closes the underlying System.out or System.err streams when stopped. This prevents the appender from tearing down streams shared with the rest of the JVM.
  • Deprecation: The withJansi property on ConsoleAppender is now deprecated. Existing configurations will continue to work, but the new JansiConsoleAppender should be used for new setups requiring ANSI color support.

Recommendation: While these changes are primarily bug fixes and security improvements, the modification to ConsoleAppender behavior could affect applications that implicitly relied on the stream being closed. Verify that your application is not dependent on this side-effect. No immediate code changes are required for the deprecation.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@kburger

kburger commented Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@sonarqubecloud

sonarqubecloud Bot commented Sep 4, 2026

Copy link
Copy Markdown

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