cziegeler opened a new pull request, #37: URL: https://github.com/apache/sling-org-apache-sling-servlets-post/pull/37
Prevents a log injection vulnerability where a crafted redirect target containing CR/LF characters could be used to forge log lines. - Introduced `sanitizedResult` that replaces `\r` and `\n` with `_` before logging the disallowed redirect target - The actual security check and `null` return are unchanged; only the log output is sanitized Co-authored-by: Maia <maia@noreply> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
