| - module: github.com/Masterminds/goutils |
| - package: github.com/Masterminds/goutils |
| - CryptoRandomAlphaNumeric |
| Randomly-generated alphanumeric strings contain significantly less entropy |
| The RandomAlphaNumeric and CryptoRandomAlphaNumeric functions always return |
| strings containing at least one digit from 0 to 9. This significantly |
| reduces the amount of entropy in short strings generated by these functions. |
| published: 2022-07-01T20:08:24Z |
| - fix: https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1 |
| cwe: 'CWE 330: Use of Insufficiently Random Values' |