Closed xlorepdarkhelm closed 3 weeks ago
A note to PR reviewers: it may be helpful to review our code review documentation to know what to keep in mind while reviewing pull requests.
The scrub() method was restructured to be a function, and then applied to a new custom log formatter.
scrub()
See: https://github.com/GSA/notifications-api/issues/1328
Scrubbing PII from log entries is very good for security purposes.
A note to PR reviewers: it may be helpful to review our code review documentation to know what to keep in mind while reviewing pull requests.
Description
The
scrub()
method was restructured to be a function, and then applied to a new custom log formatter.See: https://github.com/GSA/notifications-api/issues/1328
Security Considerations
Scrubbing PII from log entries is very good for security purposes.