actuator 依赖在本项目中未被任何业务代码使用(全仓库 grep 零命中 org.springframework.boot.actuate.*,无自定义 @Endpoint / HealthIndicator / InfoContributor),仅默认暴露 /actuator/health。 项目系统监控信息由 OSHI 实现,不依赖 actuator。移除此依赖以 降低攻击面并规避 CVE-2026-22733。 如未来确需使用 actuator,应同时配置 management.endpoints.web.exposure.include 白名单,避免默认 暴露超出预期的端点。pull/45/head
parent
bcd55a6144
commit
2d6d1cfa5f
Loading…
Reference in new issue