Skip to content

Commit 095e340

Browse files
committed
passit: deprecate STS10Wordlist
After giving it a lot of thought, deprecating this list seems safer than trying to properly convey it's limitations. It also seems pointless to do that when we now have several more good quality alternative lists. Updates #1
1 parent ed923f2 commit 095e340

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

embedded.go

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ var OrchardStreetQWERTY Generator = &embeddedGenerator{raw: &wordlist.OrchardStr
7070
// not uniquely decodable and should only be used with separators.
7171
//
7272
// This wordlist is licensed by Sam Schlinkert under a CC BY 3.0 license.
73+
//
74+
// Deprecated: This list is not safe to use without separators. Use one of the other
75+
// wordlists instead, like OrchardStreetLong.
7376
var STS10Wordlist Generator = &embeddedGenerator{raw: &wordlist.STS10Wordlist}
7477

7578
// EFFLargeWordlist is a Generator that returns a random word from the

0 commit comments

Comments
 (0)