Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@augustd augustd released this 13 May 20:10
· 149 commits to master since this release

Version 1.1.0 introduces separate projects for Logback and Log4j support, and a common set of shared classes. To use Logback, add the security-logging-logback dependency to pom.xml. Log4j users should include security-logging-log4j. Maven builds will automatically include security-logging-common. Developers are responsible for providing their own Logback or Log4j dependencies.

This release also includes:

  • Filters for security events and classified info
  • Modularized MDCFilter
  • CEF layouts
  • CRLF Converter to protect against log forgery
  • Much improved test coverage
  • Better documentation