Details
Description
MaskSensitiveHelper does not recognise the sensitive element name(s) if they contain multi-line content.
This f.ex does not match the password element, and the data is left unmasked in the logs:
maskSensitiveHelper.addSensitiveElementNames(Set.of("password"))
<user>testUser</user><password>my secret password</password>
Attachments
Issue Links
- links to