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

Added security check profile and fixed some issues #259

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Added security check profile and fixed some issues #259

wants to merge 1 commit into from

Conversation

iCesofT
Copy link
Contributor

@iCesofT iCesofT commented Oct 6, 2020

  • Added dependendency-check-maven to check security.
  • Added log4j2 dependencies to 2.13.3 because of CVE-2020-9488.

- Added dependendency-check-maven to check security.
- Added log4j2 dependencies to 2.13.3 because of CVE-2020-9488.
@martinalig
Copy link
Contributor

Thanks for the input. We currently use logback as logger. Does this even work if we just add log4j2? Can we have both loggers side by side?

@iCesofT
Copy link
Contributor Author

iCesofT commented Oct 7, 2020

I know that you are using logback but the spring logging s using log4j-api to catch all log4j2 logging and set them to slf4j.

Take into account that the added dependency is included in dependencyManagement not as dependency. See that log4-api is included when you create the war/jar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants