1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-23 22:15:04 +02:00

Switch to a maintained fork of zxcvbn module (#984)

Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
Cosmin Cojocar
2023-07-17 12:47:26 +02:00
committed by GitHub
parent ed7b33420e
commit 36f69332a4
3 changed files with 5 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ import (
"regexp"
"strconv"
zxcvbn "github.com/nbutton23/zxcvbn-go"
zxcvbn "github.com/ccojocar/zxcvbn-go"
"github.com/securego/gosec/v2"
"github.com/securego/gosec/v2/issue"