springboot actuator未授权访问漏洞

pull/4077/head
zhangdaiscott 2022-09-19 11:21:22 +08:00
parent e142f4d3dd
commit a781606512
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ public class ShiroConfig {
filterChainDefinitionMap.put("/vxeSocket/**", "anon");//JVxeTable无痕刷新示例
//性能监控 TODO 存在安全漏洞泄露TOEKNdurid连接池也有
filterChainDefinitionMap.put("/actuator/**", "anon");
//性能监控,放开排除会存在安全漏洞泄露TOEKNdurid连接池也有
//filterChainDefinitionMap.put("/actuator/**", "anon");
//测试模块排除
filterChainDefinitionMap.put("/test/seata/**", "anon");