mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 09:52:53 +00:00
* fix(security): escape entry.id in HTML export to prevent attribute XSS Apply escapeHtmlAttr to entry.id in renderEntry and renderCopyLinkButton to prevent attribute injection via crafted entry IDs in HTML exports. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca> * chore: remove proof helper scripts from branch ClawSweeper P2: committed proof scripts can provide false-positive validation. Proof output is in the PR body instead. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca> --------- Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>