Skip to content

Commit 5b7fa9e

Browse files
committed
Update go.mod
1 parent 81b6e22 commit 5b7fa9e

3 files changed

Lines changed: 4 additions & 21 deletions

File tree

MAINTAINERS.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ replace github.com/deepfence/agent-plugins-grpc => ./agent-plugins-grpc
77
replace github.com/deepfence/YaraHunter => ../YaraHunter
88

99
require (
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

rules/yara.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rule 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}/

0 commit comments

Comments
 (0)