mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-14 01:36:14 +00:00
Walks pack and node fields explicitly with the user-content extension regex instead of regex-scanning the entire JSON blob (the prior anchor $ only matched the very end of the serialized string). Validation now runs before the temp file is renamed into place so a leak aborts the refresh without ever overwriting the committed snapshot. Addresses Oracle review finding #2.