Commit 20c1e0d
authored
fix(dashboard): escape author field in revision table (#1001)
## Summary
- wraps the `author` column in `dashboard revisions` with
`escapeMarkdownCell()` to prevent markdown table breakage when a user's
name or email contains `|`
- missed in #1000 — caught by sentry[bot]'s automated review
One-line change, no new dependencies.1 parent 0a8d7d0 commit 20c1e0d
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
0 commit comments