mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-10-22 07:51:30 +00:00
9 lines
494 B
Go
9 lines
494 B
Go
package utils
|
|
|
|
const maskedFieldPlaceholderValue = "[REDACTED]"
|
|
var personallyIdentifiableDataFields = []string {"token", "authorization", "authentication", "cookie", "userid", "password",
|
|
"username", "user", "key", "passcode", "pass", "auth", "authtoken", "jwt",
|
|
"bearer", "clientid", "clientsecret", "redirecturi", "phonenumber",
|
|
"zip", "zipcode", "address", "country", "firstname", "lastname",
|
|
"middlename", "fname", "lname", "birthdate"}
|