Skip to content

Commit

Permalink
spelling: regenerate
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Jan 20, 2025
1 parent cf7a091 commit 740a0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detector/weakcredentials/winlocal/winlocal_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (d Detector) findingForFormatLM(users []string) *detector.Finding {
Severity: detector.SeverityHigh,
},
Type: detector.TypeVulnerability,
Description: "Password hashes are stored in the LM format. Please switch local storage to use NT format and regerenate the hashes.",
Description: "Password hashes are stored in the LM format. Please switch local storage to use NT format and regenerate the hashes.",
Recommendation: "Change the password of the user after changing the storage format.",
},
Extra: fmt.Sprintf("%v", users),
Expand Down

0 comments on commit 740a0ff

Please sign in to comment.