mirror of
https://github.com/EndBug/add-and-commit.git
synced 2026-08-27 06:45:21 -05:00
* fix: neutralize bidi and control chars in action logs Prevent Trojan Source-style filename spoofing when git status paths are printed via log(), and sanitize conflicted paths in pull errors. Co-authored-by: Cursor <cursoragent@cursor.com> * fix: guard neutralizeForLog against circular references Track visited arrays/objects with a WeakSet so log() returns a marker instead of overflowing on cyclic values. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>