File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ replace github.com/deepfence/agent-plugins-grpc => ./agent-plugins-grpc
77replace github.com/deepfence/YaraHunter => ../YaraHunter
88
99require (
10- github.com/deepfence/YaraHunter v0.0.0-20260307112048-f172ccaf25a5
10+ github.com/deepfence/YaraHunter v0.0.0-20260307134400-d57c59e44652
1111 github.com/deepfence/agent-plugins-grpc v0.0.0-00010101000000-000000000000
12- github.com/deepfence/golang_deepfence_sdk/client v0.0.0-20251220185839-eab97c9c3b76
13- github.com/deepfence/golang_deepfence_sdk/utils v0.0.0-20251220185839-eab97c9c3b76
12+ github.com/deepfence/golang_deepfence_sdk/client v0.0.0-20260307093138-2d84281ebdea
13+ github.com/deepfence/golang_deepfence_sdk/utils v0.0.0-20260307093138-2d84281ebdea
1414 github.com/deepfence/match-scanner v0.0.0-20251221162150-7979dbfc1852
1515 github.com/fatih/color v1.16.0
1616 github.com/olekukonko/tablewriter v1.1.2
Original file line number Diff line number Diff line change 11rule github_personal_access_token {
22 meta:
33 description = "Rule to match GitHub Personal Access Tokens (classic), Fine-grained & Github Actions Token"
4- author = "deepfence.io "
4+ author = "threatmapper.org "
55
66 strings:
77 $github_pat = /^gh[ps]_[a-zA-Z0-9]{36}|github_pat_[a-zA-Z0-9]{22}_[a-zA-Z0-9]{59}/
You can’t perform that action at this time.
0 commit comments