mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
aadf47f2d7
CodeQL flagged incomplete string escaping: escaping pipes as \| without escaping pre-existing backslashes leaves the encoding ambiguous. Escape the backslash (the escape character) and pipe together in a single pass so cell content cannot break out of the column. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>