(value: string)
| 211 | } |
| 212 | |
| 213 | export function sanitizeDiagnosticText(value: string): string { |
| 214 | return redactSecretText(sanitizePathString(value)); |
| 215 | } |
| 216 | |
| 217 | // Extra shareability-only signals — patterns that mark text as unsafe to share |
| 218 | // with teammates but that the diagnostic sanitizer (tuned for secret/path |
no test coverage detected