Skip to content

Commit

Permalink
update version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuque_security committed Jan 22, 2025
1 parent 2175398 commit 3b38d3a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,35 @@ AI Infra Guard is an **efficient**, **lightweight**, and **user-friendly** AI in
| Component Name | Vulnerability Count |
|---------------------|----------|
| anythingllm | 8 |
| langchain | 21 |
|Chuanhugpt | 0 |
| langchain | 33 |
| Chuanhugpt | 0 |
| comfy_mtb | 1 |
| ComfyUI-Prompt-Preview | 1 |
| ComfyUI-Custom-Scripts | 1 |
| comfyui | 2 |
| comfyui | 1 |
| dify | 0 |
| fastchat-webui | 0 |
| fastchat | 0 |
| fastchat | 1 |
| feast | 0 |
| gradio | 41 |
| jupyterlab | 4 |
| gradio | 42 |
| jupyterlab | 6 |
| jupyter-notebook | 1 |
| jupyter-server | 7 |
| jupyter-server | 13 |
| kubeflow | 4 |
| kubepi | 5 |
| llamafactory | 1 |
| ollama | 5 |
| open-webui | 1 |
| ollama | 7 |
| open-webui | 7 |
| pyload-ng | 18 |
| qanything | 2 |
| ragflow | 1 |
| ragflow | 2 |
| ray | 3 |
| tensorboard | 0 |
| vllm | 3 |
| vllm | 2 |
| xinference | 0 |



## 🚀 Quick Preview
**Quick Usage**

Expand Down
22 changes: 12 additions & 10 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,34 +20,36 @@ AI Infra Guard(AI Infrastructure Guard) 是一个**高效**、**轻量**、**易
| 组件名称 | 漏洞数量 |
|---------------------|----------|
| anythingllm | 8 |
| langchain | 21 |
| langchain | 33 |
| Chuanhugpt | 0 |
| comfy_mtb | 1 |
| ComfyUI-Prompt-Preview | 1 |
| ComfyUI-Custom-Scripts | 1 |
| comfyui | 2 |
| comfyui | 1 |
| dify | 0 |
| fastchat-webui | 0 |
| fastchat | 0 |
| fastchat | 1 |
| feast | 0 |
| gradio | 41 |
| jupyterlab | 4 |
| gradio | 42 |
| jupyterlab | 6 |
| jupyter-notebook | 1 |
| jupyter-server | 7 |
| jupyter-server | 13 |
| kubeflow | 4 |
| kubepi | 5 |
| llamafactory | 1 |
| ollama | 5 |
| open-webui | 1 |
| ollama | 7 |
| open-webui | 7 |
| pyload-ng | 18 |
| qanything | 2 |
| ragflow | 1 |
| ragflow | 2 |
| ray | 3 |
| tensorboard | 0 |
| vllm | 3 |
| vllm | 2 |
| xinference | 0 |




## 🚀 快速预览
**快速使用**

Expand Down
2 changes: 1 addition & 1 deletion internal/options/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
)

const version = "v0.0.1-dev"
const version = "v0.0.2-dev"

// ShowBanner is used to show the banner to the user
func ShowBanner() {
Expand Down

0 comments on commit 3b38d3a

Please sign in to comment.