Skip to content

Instantly share code, notes, and snippets.

@monkey-codes
Created May 14, 2020 06:30
Show Gist options
  • Select an option

  • Save monkey-codes/a8d3918308efabb47fee8e901180db1a to your computer and use it in GitHub Desktop.

Select an option

Save monkey-codes/a8d3918308efabb47fee8e901180db1a to your computer and use it in GitHub Desktop.
PII Invalid template usage
LOGGER.info("a log message with PII string interpolation $customer")
//will produce a log message like:
//a template message with PII Customer(id=c91d4517-72d8-498d-a089-98a341195410, name=John Smith, passportNumber=9876543
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment