Skip to content

Commit 762d59a

Browse files
tatianabTatiana Bradley
authored andcommitted
data/reports: add alias for GO-2022-0411.yaml
Aliases: CVE-2021-4238, GHSA-xg2h-wx96-xgxr, GHSA-3839-6r69-m497 Updates #411 Fixes #1221 Change-Id: I03ac11f51ce24e8b62a84b8c4cbe8577b62da29c Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/461442 Run-TryBot: Tatiana Bradley <tatiana@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Tatiana Bradley <tatiana@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
1 parent ac22c9b commit 762d59a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

data/osv/GO-2022-0411.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"modified": "0001-01-01T00:00:00Z",
55
"aliases": [
66
"CVE-2021-4238",
7-
"GHSA-xg2h-wx96-xgxr"
7+
"GHSA-xg2h-wx96-xgxr",
8+
"GHSA-3839-6r69-m497"
89
],
910
"details": "Randomly-generated alphanumeric strings contain significantly less entropy than expected.\n\nThe 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.",
1011
"affected": [

data/reports/GO-2022-0411.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ description: |
1818
published: 2022-07-01T20:08:24Z
1919
ghsas:
2020
- GHSA-xg2h-wx96-xgxr
21+
- GHSA-3839-6r69-m497
2122
references:
2223
- fix: https://github.com/Masterminds/goutils/commit/869801f20f9f1e7ecdbdb6422049d8241270d5e1
2324
cve_metadata:

0 commit comments

Comments
 (0)