Skip to content

Commit

Permalink
Merge pull request #916 from yalechen-cyw/main
Browse files Browse the repository at this point in the history
🎨 add tool json
  • Loading branch information
zhang9w0v5 authored Sep 12, 2023
2 parents 3e89caa + c02d7f7 commit aa1fcce
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
[
{
"name": "tca_plugin_dependency_check",
"display_name": "DependencyCheck",
"description": "OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.",
"license": "Apache2.0",
"image_url": null,
"task_processes": [
"analyze",
"datahandle"
],
"scan_app": "codelint",
"scm_url": "tca_plugin_dependency_check",
"run_cmd": "python src/main.py scan",
"envs": "python_version = 3",
"build_flag": false,
"checkrule_set": [
{
"real_name": "VUL_ERROR",
"display_name": "高危漏洞",
"severity": "error",
"category": "security",
"rule_title": "依赖组件存在高危漏洞",
"rule_params": null,
"custom": false,
"languages": [
"cpp",
"cs",
"Go",
"java",
"js",
"kotlin",
"oc",
"php",
"python",
"ruby",
"scala",
"swift",
"ts",
"dart"
],
"solution": "依赖组件存在高危漏洞",
"owner": null,
"labels": [],
"description": "依赖组件存在高危漏洞",
"disable": false
},
{
"real_name": "VUL_INFO",
"display_name": "低危漏洞",
"severity": "info",
"category": "security",
"rule_title": "依赖组件存在低危漏洞",
"rule_params": null,
"custom": false,
"languages": [
"cpp",
"cs",
"Go",
"java",
"js",
"kotlin",
"oc",
"php",
"python",
"ruby",
"scala",
"swift",
"ts",
"dart"
],
"solution": "依赖组件存在低危漏洞",
"owner": null,
"labels": [],
"description": "依赖组件存在低危漏洞",
"disable": false
},
{
"real_name": "VUL_WARN",
"display_name": "中危漏洞",
"severity": "warning",
"category": "security",
"rule_title": "依赖组件存在中危漏洞",
"rule_params": null,
"custom": false,
"languages": [
"cpp",
"cs",
"Go",
"java",
"js",
"kotlin",
"oc",
"php",
"python",
"ruby",
"scala",
"swift",
"ts",
"dart"
],
"solution": "依赖组件存在中危漏洞",
"owner": null,
"labels": [],
"description": "依赖组件存在中危漏洞",
"disable": false
}
],
"open_user": false,
"open_saas": false,
"virtual_name": "236",
"show_display_name": false
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
[
{
"name": "tca_plugin_dependency_track",
"display_name": "DependencyTrack",
"description": "About Dependency-Track is an intelligent Component Analysis platform that allows organizations to identify and reduce risk in the software supply chain.",
"license": "Apache2.0",
"image_url": null,
"task_processes": [
"analyze",
"datahandle"
],
"scan_app": "codelint",
"scm_url": "tca_plugin_dependency_track",
"run_cmd": "python src/main.py scan",
"envs": "FILTER_TYPE=NO_FILTER\nIGNORE_TYPE=NO_ISSUE_IGNORE\nBLAME_TYPE=NO_BLAME",
"build_flag": false,
"checkrule_set": [
{
"real_name": "VUL_ERROR",
"display_name": "高危漏洞",
"severity": "error",
"category": "security",
"rule_title": "依赖组件存在高危漏洞",
"rule_params": null,
"custom": false,
"languages": [
"cpp",
"cs",
"Go",
"java",
"js",
"kotlin",
"Lua",
"oc",
"php",
"python",
"ruby",
"scala",
"swift",
"ts",
"dart",
"rust"
],
"solution": "依赖组件存在高危漏洞",
"owner": null,
"labels": [],
"description": "依赖组件存在高危漏洞",
"disable": false
},
{
"real_name": "VUL_INFO",
"display_name": "低危漏洞",
"severity": "info",
"category": "security",
"rule_title": "依赖组件存在低危漏洞",
"rule_params": null,
"custom": false,
"languages": [
"cpp",
"cs",
"Go",
"java",
"js",
"kotlin",
"Lua",
"oc",
"php",
"python",
"ruby",
"scala",
"swift",
"ts",
"dart",
"rust"
],
"solution": "依赖组件存在低危漏洞",
"owner": null,
"labels": [],
"description": "依赖组件存在低危漏洞",
"disable": false
},
{
"real_name": "VUL_WARN",
"display_name": "中危漏洞",
"severity": "warning",
"category": "security",
"rule_title": "依赖组件存在中危漏洞",
"rule_params": null,
"custom": false,
"languages": [
"cpp",
"cs",
"Go",
"java",
"js",
"kotlin",
"Lua",
"oc",
"php",
"python",
"ruby",
"scala",
"swift",
"ts",
"dart",
"rust"
],
"solution": "依赖组件存在中危漏洞",
"owner": null,
"labels": [],
"description": "依赖组件存在中危漏洞",
"disable": false
}
],
"open_user": false,
"open_saas": false,
"virtual_name": "236",
"show_display_name": false
}
]

0 comments on commit aa1fcce

Please sign in to comment.