Skip to content

Commit db887e7

Browse files
committed
data/reports: add GO-2022-1187.yaml
Aliases: CVE-2020-36627 Fixes #1187 Change-Id: I754e02336c239e6a6f38b5b8b2d1ef071a2354cb Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/459655 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Tim King <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]>
1 parent dcb9f8c commit db887e7

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

data/osv/GO-2022-1187.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"id": "GO-2022-1187",
3+
"published": "0001-01-01T00:00:00Z",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"aliases": [
6+
"CVE-2020-36627"
7+
],
8+
"details": "A user controlled string could lead to open redirect.",
9+
"affected": [
10+
{
11+
"package": {
12+
"name": "github.com/go-macaron/i18n",
13+
"ecosystem": "Go"
14+
},
15+
"ranges": [
16+
{
17+
"type": "SEMVER",
18+
"events": [
19+
{
20+
"introduced": "0"
21+
},
22+
{
23+
"fixed": "0.5.0"
24+
}
25+
]
26+
}
27+
],
28+
"database_specific": {
29+
"url": "https://pkg.go.dev/vuln/GO-2022-1187"
30+
},
31+
"ecosystem_specific": {
32+
"imports": [
33+
{
34+
"path": "github.com/go-macaron/i18n",
35+
"symbols": [
36+
"I18n"
37+
]
38+
}
39+
]
40+
}
41+
}
42+
],
43+
"references": [
44+
{
45+
"type": "WEB",
46+
"url": "https://vuldb.com/?id.216745"
47+
},
48+
{
49+
"type": "FIX",
50+
"url": "https://github.com/go-macaron/i18n/commit/329b0c4844cc16a5a253c011b55180598e707735"
51+
},
52+
{
53+
"type": "WEB",
54+
"url": "https://github.com/go-macaron/i18n/releases/tag/v0.5.0"
55+
}
56+
],
57+
"schema_version": "1.3.1"
58+
}

data/reports/GO-2022-1187.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
modules:
2+
- module: github.com/go-macaron/i18n
3+
versions:
4+
- fixed: 0.5.0
5+
vulnerable_at: 0.0.0-20200216154541-326bc77d7eb1
6+
packages:
7+
- package: github.com/go-macaron/i18n
8+
symbols:
9+
- I18n
10+
description: |
11+
A user controlled string could lead to open redirect.
12+
cves:
13+
- CVE-2020-36627
14+
references:
15+
- web: https://vuldb.com/?id.216745
16+
- fix: https://github.com/go-macaron/i18n/commit/329b0c4844cc16a5a253c011b55180598e707735
17+
- web: https://github.com/go-macaron/i18n/releases/tag/v0.5.0

0 commit comments

Comments
 (0)