Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add standalone tool package #512

Merged
merged 9 commits into from
Aug 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "【Android】危险权限扫描",
"description": "扫描Android危险权限使用。",
"name": "【Android】危险权限分析",
"description": "分析Android项目中的危险权限使用。",
"revision": null,
"package_type": "official",
"languages": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "【Android】动态权限调用扫描",
"description": "扫描Android动态权限调用。",
"name": "【Android】动态权限调用分析",
"description": "分析Android项目中的动态权限调用。",
"revision": null,
"package_type": "official",
"languages": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "【Android】隐私合规检查",
"description": "检查Android隐私API使用是否合规。",
"description": "检查Android项目中的隐私API使用是否合规。",
"revision": null,
"package_type": "official",
"languages": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[
{
"name": "【Objective-C】代码规范规则包",
"description": "【Objective-C】代码规范规则包,要求启用独立工具。",
"revision": null,
"package_type": "official",
"languages": [
"oc"
],
"labels": [
"规范"
],
"checkrule_set": [
{
"checktool": "collie",
"checkrule": "ObjectiveC/Copyright",
"severity": "warning",
"rule_params": null,
"state": "enabled"
},
{
"checktool": "collie",
"checkrule": "ObjectiveC/Indent",
"severity": "info",
"rule_params": null,
"state": "enabled"
},
{
"checktool": "collie",
"checkrule": "ObjectiveC/MaxLinesPerFunction",
"severity": "warning",
"rule_params": null,
"state": "enabled"
},
{
"checktool": "collie",
"checkrule": "ObjectiveC/MissingDocInterface",
"severity": "info",
"rule_params": null,
"state": "enabled"
},
{
"checktool": "collie",
"checkrule": "ObjectiveC/MissingDocProperty",
"severity": "info",
"rule_params": null,
"state": "enabled"
},
{
"checktool": "collie",
"checkrule": "ObjectiveC/MissingDocProtocol",
"severity": "info",
"rule_params": null,
"state": "enabled"
},
{
"checktool": "collie",
"checkrule": "ObjectiveC/ParameterCount",
"severity": "info",
"rule_params": null,
"state": "enabled"
}
],
"open_saas": false,
"envs": null
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
[
{
"name": "依赖漏洞规则包",
"description": "分析依赖组件漏洞,要求启用独立工具。",
"revision": null,
"package_type": "official",
"languages": [
"python",
"php",
"cpp",
"java",
"cs",
"ruby",
"Go",
"ts",
"scala",
"js"
],
"labels": [
"安全"
],
"checkrule_set": [
{
"checktool": "compass",
"checkrule": "VUL_WARN",
"severity": "warning",
"rule_params": null,
"state": "enabled"
},
{
"checktool": "compass",
"checkrule": "VUL_INFO",
"severity": "error",
"rule_params": null,
"state": "enabled"
},
{
"checktool": "compass",
"checkrule": "VUL_ERROR",
"severity": "error",
"rule_params": null,
"state": "enabled"
}
],
"open_saas": false,
"envs": null
}
]
Loading