From cd2a7ed6de897c7bf6abf624c2bde666e091cccc Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 7 Aug 2023 22:06:18 +0200 Subject: [PATCH] localbreach: add hashPeppered field --- modules/localbreach/breach.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/localbreach/breach.go b/modules/localbreach/breach.go index b6c4910..d62b3a2 100644 --- a/modules/localbreach/breach.go +++ b/modules/localbreach/breach.go @@ -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"`