fix:20260904代码扫描漏洞问题修复
This commit is contained in:
@@ -18,6 +18,14 @@ sm4cbc:
|
||||
|
||||
jetty:
|
||||
contextPath: /
|
||||
# HTTP 与 HTTPS 均隐藏容器版本;安全漏洞仍需通过维护补丁修复。
|
||||
httpConfig:
|
||||
sendServerVersion: false
|
||||
httpsConfig:
|
||||
sendServerVersion: false
|
||||
session:
|
||||
cookie:
|
||||
httponly: true
|
||||
threadpool:
|
||||
idleTimeout: 60000
|
||||
minThreads: 10
|
||||
|
||||
Reference in New Issue
Block a user