You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(discovery): _table_cell escapes backslashes before pipes
Mirrors node-commerce CodeQL fix. Prior implementation escaped \`|\` but not
\`\\\`, so an input like \`a\\|b\` rendered as literal-backslash + cell-terminator
— breaking the markdown table row.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments