fix: lint
This commit is contained in:
parent
d9f4d00379
commit
b8775c7154
@ -9,6 +9,7 @@ import (
|
|||||||
var assets embed.FS
|
var assets embed.FS
|
||||||
var commonPasswords map[string]struct{}
|
var commonPasswords map[string]struct{}
|
||||||
|
|
||||||
|
//nolint:gochecknoinits
|
||||||
func init() {
|
func init() {
|
||||||
// Password list sourced from:
|
// Password list sourced from:
|
||||||
// https://github.com/danielmiessler/SecLists/blob/master/Passwords/Common-Credentials/100k-most-used-passwords-NCSC.txt
|
// https://github.com/danielmiessler/SecLists/blob/master/Passwords/Common-Credentials/100k-most-used-passwords-NCSC.txt
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user