localbreach: add hashPeppered field
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6f0e3e9439
commit
cd2a7ed6de
@ -18,6 +18,7 @@ type BreachDataSchema struct {
|
||||
ContainsHashes bool `yaml:"containsHashes"`
|
||||
HashType string `yaml:"hashType"`
|
||||
HashSalted bool `yaml:"hashSalted"`
|
||||
HashPeppered bool `yaml:"hashPeppered"`
|
||||
ContainsUsernames bool `yaml:"containsUsernames"`
|
||||
ContainsEmails bool `yaml:"containsEmails"`
|
||||
Data any `yaml:"data"`
|
||||
|
Loading…
Reference in New Issue
Block a user