---
id: WC-SECU-004
name: 使用HttpClient必须显式关闭响应资源
severity: error  # error=阻断, warning=警告
source: J000052
tool: auto  # auto-manual-auto: detected by tool / manual check / AST-grep
category: wc-security
description: |
  使用HttpClient必须显式关闭响应资源

  对应浩鲸规范 J000052。

check:
  type: ast-grep  # ast-grep / pmd-custom / spotbugs / checkstyle / manual
  pattern: TODO

notes: "Connection pool management"
