mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-24 13:50:49 +08:00
Update custom-node-list.json
In v1.0.0 I now strictly enforce a registry-backed whitelist:
POST /kvtools/peek only serves values for (file_name, key) that exist in kv_registry.json (basename-only, path traversal blocked via abspath().startswith(BASE_DIR)).
Image serving is scoped to the allowed root (optional extension whitelist), no arbitrary paths.
UI changes no longer trigger automatic runs.
This commit is contained in:
parent
8bff401c14
commit
a062f6f459
@ -31191,6 +31191,16 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "millerlight",
|
||||
"title": "Key-Value KV-Tools for ComfyUI",
|
||||
"reference": "https://github.com/millerlight/ComfyUI-KVTools",
|
||||
"files": [
|
||||
"https://github.com/millerlight/ComfyUI-KVTools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes for JSON Key/Value (KV) storage with on-the-fly UI preview, dynamic drop-downs, random selection, and inline edit mode."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user