Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace the logging logic with SLF4J #30

Closed
forgedhallpass opened this issue Oct 4, 2021 · 2 comments · Fixed by #33
Closed

Replace the logging logic with SLF4J #30

forgedhallpass opened this issue Oct 4, 2021 · 2 comments · Fixed by #33
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@forgedhallpass
Copy link
Member

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.

https://cheatsheetseries.owasp.org/cheatsheets/Injection_Prevention_in_Java_Cheat_Sheet.html

@forgedhallpass forgedhallpass added enhancement New feature or request good first issue Good for newcomers labels Oct 4, 2021
@Matthajus
Copy link
Contributor

Could you assign the issue to me, please?

@forgedhallpass
Copy link
Member Author

@Matthajus sure, let me know if you need any help. Happy coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants