mold icon indicating copy to clipboard operation
mold copied to clipboard

Maybe a bug, scrubs emails

Open qiuyuzhou opened this issue 1 year ago • 0 comments

https://github.com/go-playground/mold/blob/4214131ed726fa5c2ec3f1d943ac4e696ed523fe/scrubbers/string.go#L17

Maybe this?

scrubbed := fmt.Sprintf("<<scrubbed::email::sha1::%s>>", hashString(input[:idx])) 

Should hash the string before @?

qiuyuzhou avatar Jun 07 '23 10:06 qiuyuzhou