mirror of https://github.com/Squidex/squidex.git
Browse Source
* Add sensitive data redaction in log configuration - Implemented regex patterns to identify sensitive keys and values. - Redacted sensitive information in logs to enhance security. - Added methods to check for sensitive keys and values based on defined patterns. * Refactor sensitive data patterns in log configuration to resolve build warning errors - Changed the declaration of sensitive patterns from array to array initializer for improved readability. - Removed unnecessary whitespace for cleaner code formatting.pull/1214/head
committed by
GitHub
1 changed files with 51 additions and 2 deletions
Loading…
Reference in new issue