Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ Redact
Method
Redact
pkg/security/redaction.go:11–11 ·
view source on GitHub ↗
(text string)
Source
from the content-addressed store, hash-verified
9
// ContentRedactor 接口定义了内容脱敏的方法
10
type
ContentRedactor
interface
{
11
Redact(text string) string
12
}
13
14
// PIIRedactor PII脱敏器
Callers
5
Redact
Method · 0.65
redactWithTracking
Method · 0.65
WrapModelCall
Method · 0.65
Sanitize
Method · 0.65
Sanitize
Method · 0.65
Implementers
8
MaskStrategy
pkg/security/redaction_strategies.go
ReplaceStrategy
pkg/security/redaction_strategies.go
HashStrategy
pkg/security/redaction_strategies.go
AdaptiveStrategy
pkg/security/redaction_strategies.go
NoOpStrategy
pkg/security/redaction_strategies.go
Redactor
pkg/security/redaction_strategies.go
PIIRedactor
pkg/security/redaction.go
CompositeRedactor
pkg/security/redaction.go
Calls
no outgoing calls
Tested by
no test coverage detected