fix:20260904代码扫描漏洞问题修复

This commit is contained in:
2026-09-09 10:55:31 +08:00
parent 465a3257b5
commit 01921f7fcf
+8
View File
@@ -18,6 +18,14 @@ sm4cbc:
jetty:
contextPath: /
# HTTP 与 HTTPS 均隐藏容器版本;安全漏洞仍需通过维护补丁修复。
httpConfig:
sendServerVersion: false
httpsConfig:
sendServerVersion: false
session:
cookie:
httponly: true
threadpool:
idleTimeout: 60000
minThreads: 10