godlp icon indicating copy to clipboard operation
godlp copied to clipboard

sensitive information protection toolkit

Results 18 godlp issues
Sort by recently updated
recently updated
newest added

如何使用NewLogProcesser?比如我们底层使用的uber的zap日志框架,如何结合NewLogProcesser使用? 可以给个例子吗?

fix issue #21 https://github.com/bytedance/godlp/issues/21

var jsonObj interface{} if err := json.Unmarshal([]byte(jsonText), &jsonObj); err == nil {

改用一个fork出来的新版本了:https://github.com/realeyeeos/godlp ,现在godev上的godlp也是这个fork的版本: https://pkg.go.dev/github.com/realeyeeos/godlp 。

现在这个版本是不是只有接口,没有web服务呀 能不能提供接口文档呀

conf.yml 文件中有CHINAID(身份证号码)的规则,默认也是加载的,但却没有脱敏?

5个月没看到有提交了,也没有详细的文档

fatal err: concurrent map read and write. ![image](https://user-images.githubusercontent.com/48077841/209889331-b2cf52a8-ca77-4427-9d28-1a5da14538a4.png) i read the doc, and init dlp instance in one groutine.(once get rpc req, init dlp Engine) the err method stack is...