update: 修复基于长亭monkeycode扫描结果的12处安全漏洞

This commit is contained in:
xiamuceer
2026-04-24 10:11:23 +08:00
parent 63bfabc6de
commit 4af9a31eba
17 changed files with 366 additions and 75 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ class WorkshopClient:
url = f"{self.base_url}/api/prompt-workshop{path}"
try:
async with httpx.AsyncClient(timeout=self.timeout, verify=False) as client:
async with httpx.AsyncClient(timeout=self.timeout) as client:
response = await client.request(
method=method,
url=url,
@@ -173,4 +173,4 @@ class WorkshopClient:
# 全局客户端实例
workshop_client = WorkshopClient()
workshop_client = WorkshopClient()