Skip to content
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
Empty file modified build.sh
100755 → 100644
Empty file.
5 changes: 5 additions & 0 deletions resource/checker/checker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
"checkerPath": "checker/taint/go/restful-entrypoint-collect-checker.ts",
"description": "go-restful entrypoint采集以及框架source添加"
},
{
"checkerId": "echo-entrypoint-collect-checker",
"checkerPath": "checker/taint/go/echo-entrypoint-collect-checker.ts",
"description": "echo entrypoint采集以及框架source添加"
},
{
"checkerId": "get_file_ast",
"checkerPath": "checker/sdk/get-file-ast-checker.ts",
Expand Down
1 change: 1 addition & 0 deletions resource/checker/checker-pack-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"taint_flow_go_input",
"cobra.Command-builtIn",
"go-restful-entryPoints-collect-checker",
"echo-entrypoint-collect-checker",
"gorilla-mux-entrypoint-collect-checker",
"gRpc-entryPoint-collect-checker",
"go-main-entryPoints-collection",
Expand Down
9 changes: 9 additions & 0 deletions resource/example-rule-config/rule_config_go.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,15 @@
}
],
"FuncCallArgTaintSource": [
{
"args": [
"0"
],
"calleeType": "echo.Context",
"fsig": "Bind",
"scopeFile": "all",
"scopeFunc": "all"
},
{
"args": [
"0"
Expand Down
Loading