fix tests. new product advisories enhancements

This commit is contained in:
master
2026-01-25 19:11:36 +02:00
parent c70e83719e
commit 6e687b523a
504 changed files with 40610 additions and 3785 deletions

View File

@@ -0,0 +1,28 @@
# Redaction Catalog
This document catalogs the redaction rules applied to notification payloads.
## Overview
The redaction catalog ensures that sensitive information is not exposed in notifications.
## Redaction Rules
### Personal Identifiable Information (PII)
- Email addresses are partially redacted
- IP addresses are anonymized
- User names are replaced with user IDs
### Credentials
- API keys are fully redacted
- Passwords are never included
- Tokens are truncated to first/last 4 characters
### Internal Data
- Internal URLs are replaced with public equivalents
- Database IDs are not exposed
- Stack traces are summarized
## Configuration
Redaction rules can be customized per tenant and notification channel.