Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ scipy==1.13.1 # [可选] 漂移检测(KS)—— 1.11.4
# deepeval==0.20.50 # [可选] LLM 评估

# ===== [可选] 安全扫描 =====
bandit==1.7.6 # [稳定层] SAST Python 代码扫描
safety==3.0.1 # [稳定层] 依赖 CVE 检查
bandit==1.9.4 # [稳定层] SAST Python 代码扫描
safety==3.8.0 # [稳定层] 依赖 CVE 检查
# OWASP ZAP DAST [外部]:daemon 模式(zap.sh -daemon -port 8080)
# Burp Suite Pro [外部]:商业工具,启 REST API
# pip-audit # CI 临时安装,无需固定
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ reportlab==4.0.7
python-pptx==0.6.23

# 安全扫描
bandit==1.7.6
safety==3.0.1
bandit==1.9.4
safety==3.8.0

# WebSocket(通用)
websocket-client==1.8.0
Expand Down
Loading