From c0b1fee634ab03334f6eb1914a0498bc9b172056 Mon Sep 17 00:00:00 2001 From: orbisai0security Date: Sun, 8 Mar 2026 02:44:49 +0000 Subject: [PATCH] fix: resolve critical vulnerability CVE-2025-64712 Automatically generated security fix --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4f146296..b787a531 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,3 +33,4 @@ python-dotenv>=1.0.0 # 数据验证 pydantic>=2.0.0 +unstructured==0.18.18