Skip to content

Releases: augustd/owasp-security-logging

Version 1.1.7

15 Dec 02:27
Compare
Choose a tag to compare

Vulnerabilities Addressed:

Additional Features:

  • LUHN based credit card masking
  • Regex based SSN masking
  • CRLF convertor for Throwable messages
  • NLF convertor to cover newlines in expanded character sets

Version 1.1.6

21 Mar 17:52
92460a6
Compare
Choose a tag to compare
  • Fix out of date/vulnerable Log4J2 dependency #35

Version 1.1.5

12 Mar 20:32
38dce79
Compare
Choose a tag to compare
  • Fix out of date/vulnerable dependencies

Version 1.1.4

18 Jan 23:47
18d4d2d
Compare
Choose a tag to compare
  • Fix out of date/vulnerable dependencies

Version 1.1.3

18 Jul 20:25
Compare
Choose a tag to compare

This release includes the following:

  • Added ability to log application settings at startup
  • Added ability to bind System.out streams to SLF4J Loggers
  • Added regex-based masking
  • Fixed MaskingConverter to work with multi-markers
  • Code cleanup and optimization
  • Updated dependencies
  • Improved unit tests

Note: Two prior versions (1.1.1 and 1.1.2) were released to Maven Central, but never tagged on GitHub. This description also includes features included in those prior releases.

Version 1.1.0

13 May 20:10
Compare
Choose a tag to compare

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

First release

15 Sep 16:54
Compare
Choose a tag to compare
First release Pre-release
Pre-release

This release introduces the following features
- security logging markers with secrutiy levels to identify security log events
- appender to isolate security events, based on their secruity level
- security layout for a standard format of security log events