Update checkmarx-ast-cli binaries with 2.3.48#341
Open
cx-bot-ghpublic wants to merge 4 commits into
Open
Conversation
|
Fixed Issues (2)Great job! The following issues were fixed in this Pull Request
|
Replace personal access token with GitHub token as integration test case failing due to could not read Username for 'https://github.com'
Corrects the previous fix which referenced jackson-core 2.21.1 — a version that was never published to Maven Central, breaking the CI build with 'Could not find artifact jackson-annotations:jar:2.21.1'. The latest stable release is 2.21.2; all Jackson artifacts are now pinned to that version. All other CVE remediations are re-applied from the reverted baseline. CVE fixes included: 1. spring-security-web (CVE-2026-22732) - springSecurity.version: 6.3.5 → 6.5.9 - Exclude spring-security-oauth2 from server-api, server-web-api, tests-support (declared + managed) to cut the transitive chain 2. jackson-core async-parser DoS - jackson.version: 2.21.2 (latest stable, exists on Maven Central) - All jackson-* artifacts pinned in dependencyManagement - Exclude common-jackson from server-api, server-web-api, tests-support 3. commons-lang3 uncontrolled recursion DoS - commons-text: 1.13.1 → 1.15.0 (natively declares commons-lang3 3.20.0) - commons-lang3.version: 3.20.0 pinned in dependencyManagement - common/pom.xml aligned to use ${commons-lang3.version} property Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Updates checkmarx-ast-cli to 2.3.48
Auto-generated by [create-pull-request][2]