w5 icon indicating copy to clipboard operation
w5 copied to clipboard

Security Orchestration, Automation and Response (SOAR) Platform. 安全编排与自动化响应平台,无需编写代码的安全自动化,使用 SOAR 可以让团队工作更加高效

Results 22 w5 issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/w5teams/w5/assets/26213974/9fe5e342-fc05-4173-8801-67aa8d6e1fff) ![image](https://github.com/w5teams/w5/assets/26213974/caec9ae6-42cb-48a6-ab3d-0638204ddcf0)

APP是否能够支持纳管安全设备,做批量安全策略下发?

当Soar的服务器地址改变后,比如原来是192.168.1.1,后来服务地址改为192.168.1.2,再打开以前保存的剧本,图标就会丢失。 原因是:剧本当时保存时,剧本里的icon保存的是"data":{"icon":"http://192.168.1.1/app/basic/start.png","name":"开始"" 这就导致更换ip后,icon丢失。

如下图,一个简单的数组循环,循环输出hello,然后两个if分支进行判断 ![image](https://user-images.githubusercontent.com/2727351/209036221-0b6ea571-ad8f-4f41-b4e7-a78eb83fe294.png) 结果输出了 12 次hello xxx,非常奇怪 ![image](https://user-images.githubusercontent.com/2727351/209036184-d81de539-a275-4f80-a400-19903af31dc9.png) 删掉一个分支之后就是符合预期的结果 ![image](https://user-images.githubusercontent.com/2727351/209036530-754903b2-a9b6-40e5-8c0b-69bf4ea546ec.png)

for循环参数为数组循环时,如果循环数据是个二维数组就会报错 ![image](https://user-images.githubusercontent.com/2727351/195552715-90e7ba57-8a25-44c5-bc82-d97a655f13b9.png)

![WeChat27347712c7cd97aa336ea5201c2a4433](https://github.com/w5teams/w5/assets/98866151/cfe1ea14-b44a-4b6c-81ee-ff6f11bde137) 定时器的循环,用户输入只有第一次有弹窗,后面就没有弹窗让输入了。定时器就卡死了?有遇到过这种问题么

![图片](https://github.com/w5teams/w5/assets/54035968/7665589e-c0e5-4e20-bccc-1c38d1c54fea) 正常docker搭建,mysql启动失败

Update mysql version to fix docker-compose filed

仪表盘中的【执行异常】和【正在执行】分别代表什么? 【执行异常】包含哪些情况?例如剧本超时、剧本内节点不合规范等 【正在执行】代表已经开始执行但未到结束节点的剧本吗