Skip to content

Commit f081b5f

Browse files
committed
Merge branch 'main' of https://github.com/cyw3/CodeAnalysis
2 parents 8fdd7d6 + 948882f commit f081b5f

File tree

10 files changed

+26
-17839
lines changed

10 files changed

+26
-17839
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,26 @@
88

99
[![license](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat)](LICENSE.txt) [![docs](https://img.shields.io/badge/docs-read-brightgreen.svg?style=flat)](https://tencent.github.io/CodeAnalysis/)
1010

11-
English | [简体中文](README_ZH.md)
11+
[English](README.md) | [简体中文](README_ZH.md)
1212

13-
## TCA Official Website
13+
## TCA Official
14+
15+
[https://tca.tencent.com](http://tca.tencent.com)
1416

1517
[https://cloud.tencent.com/product/tcap](https://cloud.tencent.com/product/tcap)
1618

19+
## TCA CNB Pages
20+
21+
[https://cnb.cool/tca/code-analysis](https://cnb.cool/tca/code-analysis)
22+
23+
[https://cnb.cool/tca](https://cnb.cool/tca)
24+
1725
## TCA Github Pages
1826

1927
[https://tencent.github.io/CodeAnalysis/](https://tencent.github.io/CodeAnalysis/)
2028

2129
[https://github.com/TCATools](https://github.com/TCATools)
2230

23-
## Repo Mirror
24-
25-
[https://git.code.tencent.com/Tencent_Open_Source/CodeAnalysis.git](https://git.code.tencent.com/Tencent_Open_Source/CodeAnalysis.git)
26-
2731
## What is TCA
2832

2933
Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, server, web and client. It integrates of a number of self-developed tools, and also supports dynamic integration of code analysis tools in various programming languages.
@@ -36,10 +40,6 @@ Using TCA can help team find normative, structural, security vulnerabilities and
3640

3741
![流程图](https://tencent.github.io/CodeAnalysis/media/Flow.png)
3842

39-
## Experience
40-
41-
[Apply Link](http://tca.tencent.com)
42-
4343
## Key Features
4444

4545
1. **Language support**: It supports Java/C++/Objective-C/C#/JavaScript/Python/Go/PHP and more, covering common programming languages.

README_ZH.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,26 @@
88

99
[![license](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat)](LICENSE.txt) [![docs](https://img.shields.io/badge/docs-read-brightgreen.svg?style=flat)](https://tencent.github.io/CodeAnalysis/)
1010

11-
## TCA-官方网址
11+
[English](README.md) | [简体中文](README_ZH.md)
12+
13+
## TCA-官方
14+
15+
[https://tca.tencent.com](http://tca.tencent.com)
1216

1317
[https://cloud.tencent.com/product/tcap](https://cloud.tencent.com/product/tcap)
1418

19+
## TCA-CNB代码库
20+
21+
[https://cnb.cool/tca/code-analysis](https://cnb.cool/tca/code-analysis)
22+
23+
[https://cnb.cool/tca](https://cnb.cool/tca)
24+
1525
## TCA-Github代码库
1626

1727
[https://tencent.github.io/CodeAnalysis/](https://tencent.github.io/CodeAnalysis/)
1828

1929
[https://github.com/TCATools](https://github.com/TCATools)
2030

21-
## TCA-国内镜像工蜂代码库
22-
23-
[https://git.code.tencent.com/Tencent_Open_Source/CodeAnalysis.git](https://git.code.tencent.com/Tencent_Open_Source/CodeAnalysis.git)
24-
2531
## TCA
2632

2733
腾讯云代码分析(Tencent Cloud Code Analysis,简称TCA,内部曾用研发代号CodeDog)是集众多分析工具的云原生、分布式、高性能的代码综合分析跟踪平台,包含服务端、Web端和客户端三个组件,已集成一批自研工具,同时也支持动态集成业界各编程语言的分析工具。
@@ -34,10 +40,6 @@
3440

3541
![流程图](https://tencent.github.io/CodeAnalysis/media/Flow.png)
3642

37-
## 体验
38-
39-
[官方版本](http://tca.tencent.com)
40-
4143
## 关键功能
4244

4345
1. **语言支持**:支持 Java/C++/Objective-C/C#/JavaScript/Python/Go/PHP 等数十种语言,覆盖常用编程语言。

server/projects/main/apps/scan_conf/management/commands/open_source/semgrep.json

Lines changed: 5 additions & 15901 deletions
Large diffs are not rendered by default.

server/projects/main/apps/scan_conf/management/commands/open_source_package/log4j_vul.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
"rule_params": null,
1919
"state": "enabled"
2020
},
21-
{
22-
"checktool": "semgrep",
23-
"checkrule": "log4j-message-lookup-injection",
24-
"severity": "error",
25-
"rule_params": null,
26-
"state": "disabled"
27-
},
2821
{
2922
"checktool": "semgrep",
3023
"checkrule": "detected-log4j-core",

0 commit comments

Comments
 (0)