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

``` 执行结果:节点端SCM任务故障 NodeError: Error[203]: fatal: unable to access 'https://github.com/TCATools/Zeus_Beta.git/': Failed to connect to github.com port 443: Connection refused ```

iOS组件化以后代码是分仓的,主工程仓库是空的,主工程在构建的时候通过pod install 或pod update在本地组装其他子仓库的代码,这样其他子仓的代码都无法被扫描到

TCA:源码部署 尝试了github gitee和自建svn代码库,git clone 和svn checkout 使用的账号和密码在tca平台上挂载代码库都提示账号不匹配 ![image](https://github.com/Tencent/CodeAnalysis/assets/14322621/a846f015-f703-4bbb-a7b4-97a5f20dea2f)

企业内使用,数据积累越来越多,任务变得越来越慢,扫描失败率极高,TCA网站控制台加载缓慢问题

在日志tokenize那里,正常情况下后面的值分子和分母最终会相等,应该表示执行完成了,当没有执行完成时,也就是分子小于分母时,会导致当前扫描结果问题数清空,所有问题都变成了已关闭状态。 ![image](https://github.com/Tencent/CodeAnalysis/assets/37921598/f064b8a9-e361-4ec9-9e0c-b7a83960e5d8) ![image](https://github.com/Tencent/CodeAnalysis/assets/37921598/9dac825b-e33c-4eed-9b1a-a2a0f87bba87)

I try to scan C++ code here, when running cppcheck2, always report an error node executable tool process: 0, sometimes normal, but often times stuck, how to configure timeout, or...

客户端使用快速扫描时cppcheck工具的task.log文件没有日志信息 ![image](https://github.com/Tencent/CodeAnalysis/assets/49626869/cbfb8cee-90c5-4a66-a1f9-3d1837f9abb0)

1. **bug:** helm-charts内配置的 `clsServer` 信息未写入到 `client` 对应的 `configmap` ``` /helm-charts/tca/templates/client/configmap-conf.yaml + URL={{ .Values.tca.commonConfig.clsServerUrl }} BASE_PATH= + LICENSE={{ .Values.tca.commonConfig.clsServerLicense }} ``` 2. **bug:** tca-web 官方镜像内是空的,没有scripts文件夹 3. **bug:** db-init-job 没有安装`nCat`,导致检测 MySQL 是否就绪一直不成功...