CodeAnalysis icon indicating copy to clipboard operation
CodeAnalysis copied to clipboard

Static Code Analysis - 静态代码分析

Results 183 CodeAnalysis issues
Sort by recently updated
recently updated
newest added

![图片](https://user-images.githubusercontent.com/29561708/187023387-74573377-efec-4dd4-a3a4-b113e151f8e5.png)

![图片](https://user-images.githubusercontent.com/29561708/187023322-2ca70072-cfd2-408b-a134-110ad0c7c7e8.png)

1、希望增加工具的筛选项。目前没有。比如说只选择semgrep工具的规则。 ![image](https://user-images.githubusercontent.com/68841518/186876075-ca89105c-1e49-4bc7-b337-5968b29bd0ff.png) 2、添加规则时候的“全选”默认只能选择10个,想直接添加筛选出来的所有规则。 发现可以通过修改前端的“limit”参数来做,比如limit=100。(小建议,如果有个功能按钮来操作会更方便些) ![image](https://user-images.githubusercontent.com/68841518/186877466-992e76ef-fb6d-4005-8967-1aa19081365e.png)

enhancement

java扫描的时候下看到所有的组件依赖,也就是sbom清单

enhancement

直接走gitlab触发CI

help wanted

semgrep工具描述多为英文,为更好理解规则,可在规则描述中增加中文版描述。 semgrep规则json:CodeAnalysis/server/projects/main/apps/scan_conf/management/commands/open_source/semgrep.json

help wanted

我在config.ini文件里配置了工蜂地址,而在拉取工具的时候还是会有从github拉取的。我看issus里的解决方法都是要手动去工具列表里配置仓库地址或者下载到本地,可不可以全局直接配置工蜂地址。

![image](https://user-images.githubusercontent.com/23167007/185066167-886a3852-f6f8-4b10-a5ec-e50bc181869f.png) ![image](https://user-images.githubusercontent.com/23167007/185066234-1f5a11d4-f113-4c5e-abfa-f99a0409f6fb.png) ![image](https://user-images.githubusercontent.com/23167007/185066548-d0b0b5a6-8d04-44c0-9cde-34ff9c3a0e77.png)

查看分析结果,点击问题所属文件显示异常报错,文件内容空白,好多同名文件也是显示为空 ![image](https://user-images.githubusercontent.com/23167007/185030662-2935fdff-114a-4335-b083-f76cd2573a8f.png) ![image](https://user-images.githubusercontent.com/23167007/185030698-d7315111-4ae2-4587-85c0-220dfe1221e8.png)

![image](https://user-images.githubusercontent.com/15081998/184365171-2bbe2d19-3327-46e4-a318-f30df0fe8680.png) cobra日志为: 2022-08-12 21:34:14,028-INFO: start to run task: Cobra, execute_processes: ['datahandle'] 2022-08-12 21:34:14,093-ERROR: method(load_data) call fails on error: 2022-08-12 21:34:14,093-INFO: retrying method(load_data) after 5 seconds 2022-08-12 21:34:19,096-ERROR: method(load_data) call fails...