File tree Expand file tree Collapse file tree 2 files changed +75
-0
lines changed Expand file tree Collapse file tree 2 files changed +75
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments