Vulnerability fix (powered by Mobb Autofixer)#64
Open
eitanMobb wants to merge 34 commits into
Open
Conversation
added 30 commits
May 21, 2026 17:08
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.
This change fixes 34 issues reported by Checkmarx.
Log Forging (34)
Issue description
Log Forging allows attackers to manipulate log files by injecting malicious content. This can be used to obfuscate attack traces or forge log entries to conceal unauthorized activities.
Fix instructions
Implement proper input sanitization to remove new lines for values going to the log.
Additional actions required
We use
spring-webpackage in the fix. Please make sure you add the latestspring-webto your pom file.Additional info and fix customization on Mobb platform
LOG_FORGING fix 1 LOG_FORGING fix 2 LOG_FORGING fix 3 LOG_FORGING fix 4 LOG_FORGING fix 5 LOG_FORGING fix 6 LOG_FORGING fix 7 LOG_FORGING fix 8 LOG_FORGING fix 9 LOG_FORGING fix 10 LOG_FORGING fix 11 LOG_FORGING fix 12 LOG_FORGING fix 13 LOG_FORGING fix 14 LOG_FORGING fix 15 LOG_FORGING fix 16 LOG_FORGING fix 17 LOG_FORGING fix 18 LOG_FORGING fix 19 LOG_FORGING fix 20 LOG_FORGING fix 21 LOG_FORGING fix 22 LOG_FORGING fix 23 LOG_FORGING fix 24 LOG_FORGING fix 25 LOG_FORGING fix 26 LOG_FORGING fix 27 LOG_FORGING fix 28 LOG_FORGING fix 29 LOG_FORGING fix 30 LOG_FORGING fix 31 LOG_FORGING fix 32 LOG_FORGING fix 33 LOG_FORGING fix 34