You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use SLF4J (Simple Logging Facade for Java) for logging instead of the custom logger.
Make sure to update the test application, and add an slf4j implementation (e.g. Logback or Log4j 2) as test scoped dependency with example configuration that encodes CRLF characters to prevent log forging.
Use
SLF4J
(Simple Logging Facade for Java) for logging instead of the custom logger.Make sure to update the test application, and add an
slf4j
implementation (e.g.Logback
orLog4j 2
) as test scoped dependency with example configuration that encodes CRLF characters to prevent log forging.https://cheatsheetseries.owasp.org/cheatsheets/Injection_Prevention_in_Java_Cheat_Sheet.html
The text was updated successfully, but these errors were encountered: