ppkarwasz opened a new pull request, #3553:
URL: https://github.com/apache/logging-log4j2/pull/3553
This change splits the "don't use String concatenation" best practice into
two parts:
- A recommendation concerning performance: string concatenation is not
efficient if the logger is off.
- A security recommendation: format string must be constants to prevent `{}`
placeholder injection.
The `${dangerousLookup}` part of the example is removed, since lookups are
not executed since version `2.15.0`
--
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]