This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Fix security vulnerabilities from Dependabot alerts - #286
Closed
JegHeterGyda wants to merge 3 commits into
Closed
Conversation
- Update logback from 1.5.18 to 1.5.32 (fixes CVE: arbitrary code execution, and attacker instantiate classes - alerts #21 and #24) - Force io.netty netty-codec-http2, netty-codec-http and netty-codec-compression to 4.2.10.Final (fixes CRLF injection, request smuggling, DoS - alerts #17, #19, #22) - Force org.apache.commons:commons-compress to 1.28.0 (fixes DoS via infinite loop and OOM - alerts #1 and #3) - Force org.apache.logging.log4j:log4j-core to 2.25.3 (fixes TLS hostname verification bypass - alert #23) - Bump net.minidev:json-smart from 2.5.2 to 2.6.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Azure's msal4j 1.23.1 now only uses nimbus oauth2-oidc-sdk in test scope, so json-smart is no longer a transitive runtime dependency at all. The workaround can safely be removed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Security fixes
Addresses all open Dependabot security alerts:
ch.qos.logback:logback-corelogback_versionfrom 1.5.18 → 1.5.32io.netty:netty-codec-http,netty-codec-http2,netty-codec-compressionorg.apache.commons:commons-compressorg.apache.logging.log4j:log4j-corenet.minidev:json-smartTesting