Update security scanner message

This commit is contained in:
Dr.Lt.Data 2024-12-06 09:18:53 +09:00
parent 325ce9f2f4
commit 4d40a637ed
3 changed files with 10 additions and 4 deletions

View File

@ -23,7 +23,7 @@ sys.path.append(glob_path)
import cm_global import cm_global
from manager_util import * from manager_util import *
version = [2, 55, 3] version = [2, 55, 4]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '') version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')

View File

@ -34,17 +34,23 @@ Detailed information: https://old.reddit.com/r/comfyui/comments/1dbls5n/psa_if_y
Execute following commands: Execute following commands:
{sys.executable} -m pip uninstall ultralytics {sys.executable} -m pip uninstall ultralytics
{sys.executable} -m pip install ultralytics==8.3.40 {sys.executable} -m pip install ultralytics==8.3.40
And kill and remove /tmp/ultralytics_runner
The version 8.3.41 to 8.3.42 of the Ultralytics package you installed is compromised. Please uninstall that version and reinstall the latest version. The version 8.3.41 to 8.3.42 of the Ultralytics package you installed is compromised. Please uninstall that version and reinstall the latest version.
https://github.com/ltdrdata/ComfyUI-Impact-Pack/issues/843 https://blog.comfy.org/comfyui-statement-on-the-ultralytics-crypto-miner-situation/
""", """,
"ultralytics==8.3.42": f""" "ultralytics==8.3.42": f"""
Execute following commands: Execute following commands:
{sys.executable} -m pip uninstall ultralytics {sys.executable} -m pip uninstall ultralytics
{sys.executable} -m pip install ultralytics==8.3.40 {sys.executable} -m pip install ultralytics==8.3.40
And kill and remove /tmp/ultralytics_runner
The version 8.3.41 to 8.3.42 of the Ultralytics package you installed is compromised. Please uninstall that version and reinstall the latest version. The version 8.3.41 to 8.3.42 of the Ultralytics package you installed is compromised. Please uninstall that version and reinstall the latest version.
https://github.com/ltdrdata/ComfyUI-Impact-Pack/issues/843 https://blog.comfy.org/comfyui-statement-on-the-ultralytics-crypto-miner-situation/
""" """
} }

View File

@ -1,7 +1,7 @@
[project] [project]
name = "comfyui-manager" name = "comfyui-manager"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI." description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
version = "2.55.3" version = "2.55.4"
license = { file = "LICENSE.txt" } license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]