| Class | Description |
|---|---|
| CRLFConverter |
This converter is used to encode any carriage returns and line feeds to
prevent log injection attacks
It is not possible to replace the actual formatted message, instead this
converter returns a masked version of the message that can be accessed using
the conversionWord specified in the conversionRule definition in logback.xml.
|
| CRLFThrowableConverter |
This converter is used to encode any carriage returns and line feeds to
prevent log injection attacks in exception messages
This converter uses a CRLFThrowableProxy that acts as a proxy to intercept
calls to IThrowable.getMessage to replace the characters in the message
|
| CRLFThrowableProxy |
Throwable proxy that replaces CR/LF chars in the message to avoid log injection
in exception messages.
|
| DefinedRegexMaskingConverter |
Masking configured values in logs.
|
| LUHNMaskingConverter | |
| MaskingConverter |
This converter is used to output a masked version of the formatted message in
contexts where the logging of confidential information is undesirable.
|
| NLFConverter |
This converter is used to encode any carriage returns and line feeds to
prevent log injection attacks
It is not possible to replace the actual formatted message, instead this
converter returns a masked version of the message that can be accessed using
the conversionWord specified in the conversionRule definition in logback.xml.
|
| NLFThrowableConverter |
This converter is used to encode any carriage returns and line feeds to
prevent log injection attacks in exception messages
This converter uses a NLFThrowableProxy that acts as a proxy to intercept
calls to IThrowable.getMessage to replace the characters in the message
|
| NLFThrowableProxy |
Throwable proxy that replaces NLF (newline function) chars in the message to avoid log injection
in exception messages.
|
| SSNMaskingConverter |
Masks social security numbers in log messages.
|
Copyright © 2021. All rights reserved.