[HIGH] 安全:ComponentController.getMapLocation 存在 SSRF 风险 #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
严重度:🟠 HIGH
ComponentController.java:91用户输入的 address 参数直接拼入外部 URL 发起 HTTP 请求,无校验。修复: 白名单校验 address、URL 编码、限制目标域名、设超时