Commit 815e978
committed
fix(relay-server): mask secret values in the invalid-value list
The Keys section runs every value through displayValue, which prints <set>
for a name that looks like a credential. The Invalid values section printed
the raw text instead.
Nothing leaks today: an issue is only recorded when a boolean or integer
fails to parse, and no credential is either. But the two lists are read the
same way, and a report that masks a secret in one place and prints it in
another is one numeric credential away from pasting it into a bug thread.1 parent 1ecc3b0 commit 815e978
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| |||
0 commit comments