fix: tighten SSRF protection for URL imports

This commit is contained in:
wizardchen
2026-01-27 11:09:53 +08:00
committed by lyingbug
parent 7f39d28a33
commit 14ad38fd83
3 changed files with 24 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
services:
# 只启动依赖的基础设施服务
postgres:
image: paradedb/paradedb:v0.18.9-pg17
image: paradedb/paradedb:v0.21.4-pg17
container_name: WeKnora-postgres-dev
ports:
- "${DB_PORT:-5432}:5432"