1. 新增请求级trace_id上下文共享模块,通过ContextVar存储trace_id供跨层使用 2. 重构gRPC和SOAP执行器的脱敏逻辑,统一使用crypto模块的敏感头集合 3. 扩展crypto模块的敏感字段匹配规则,新增全量遮蔽的强敏感字段类型 4. 新增mask_full和mask_partial两种脱敏模式,完善脱敏工具链 5. 定义SENSITIVE_HTTP_HEADERS作为HTTP敏感头的单一事实源 |
||
|---|---|---|
| .. | ||
| adapters | ||
| auth_plugins | ||
| executor | ||
| handlers | ||
| registry | ||
| runtime | ||
| __init__.py | ||
| adapter_base.py | ||
| adapter_metadata.py | ||