/dports/security/vuls/vuls-0.13.7/vendor/github.com/kotakanbe/go-cve-dictionary/db/ |
H A D | redis.go | 147 if err = json.Unmarshal([]byte(jc), &jvn.Cpes); err != nil { 162 if err = json.Unmarshal([]byte(jc), &nvdjson.Cpes); err != nil { 226 cpes = append(cpes, cve.NvdJSON.Cpes...) 229 cpes = append(cpes, cve.Jvn.Cpes...) 275 cpes := make([]models.Cpe, len(c.Jvn.Cpes)) 276 copy(cpes, c.Jvn.Cpes) 277 c.Jvn.Cpes = nil 345 cpes := make([]models.Cpe, len(c.NvdJSON.Cpes)) 346 copy(cpes, c.NvdJSON.Cpes) 347 c.NvdJSON.Cpes = nil
|
H A D | rdb.go | 325 c.NvdJSON.Cpes = cpes
|
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/db/ |
H A D | redis.go | 147 if err = json.Unmarshal([]byte(jc), &jvn.Cpes); err != nil { 162 if err = json.Unmarshal([]byte(jc), &nvdjson.Cpes); err != nil { 226 cpes = append(cpes, cve.NvdJSON.Cpes...) 229 cpes = append(cpes, cve.Jvn.Cpes...) 275 cpes := make([]models.Cpe, len(c.Jvn.Cpes)) 276 copy(cpes, c.Jvn.Cpes) 277 c.Jvn.Cpes = nil 345 cpes := make([]models.Cpe, len(c.NvdJSON.Cpes)) 346 copy(cpes, c.NvdJSON.Cpes) 347 c.NvdJSON.Cpes = nil
|
H A D | rdb.go | 325 c.NvdJSON.Cpes = cpes
|
/dports/security/vuls/vuls-0.13.7/models/ |
H A D | cvecontents.go | 97 func (v CveContents) Cpes(myFamily string) (values []CveContentCpes) { func 102 if cont, found := v[ctype]; found && 0 < len(cont.Cpes) { 105 Value: cont.Cpes, 182 Cpes []Cpe `json:"cpes,omitempty"` member
|
/dports/security/vuls/vuls-0.13.7/vendor/github.com/kotakanbe/go-cve-dictionary/fetcher/nvd/json/ |
H A D | nvd.go | 169 Cpes []struct { 179 Cpes []struct { 303 for _, cpe := range node.Cpes { 331 for _, cpe := range child.Cpes { 442 Cpes: cpes,
|
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/fetcher/nvd/json/ |
H A D | nvd.go | 169 Cpes []struct { 179 Cpes []struct { 303 for _, cpe := range node.Cpes { 331 for _, cpe := range child.Cpes { 442 Cpes: cpes,
|
/dports/security/vuls/vuls-0.13.7/vendor/github.com/kotakanbe/go-cve-dictionary/models/ |
H A D | models.go | 164 Cpes []Cpe member 187 Cpes []Cpe `json:",omitempty"` member
|
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/models/ |
H A D | models.go | 164 Cpes []Cpe member 187 Cpes []Cpe `json:",omitempty"` member
|
/dports/security/vuls/vuls-0.13.7/vendor/github.com/kotakanbe/go-cve-dictionary/fetcher/jvn/xml/ |
H A D | jvn.go | 43 Cpes []cpe `xml:"cpe"` member 327 for _, c := range item.Cpes { 394 Cpes: cpes,
|
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/fetcher/jvn/xml/ |
H A D | jvn.go | 43 Cpes []cpe `xml:"cpe"` member 327 for _, c := range item.Cpes { 394 Cpes: cpes,
|
/dports/security/vuls/vuls-0.13.7/vendor/github.com/kotakanbe/go-cve-dictionary/ |
H A D | README.md | 121 "Cpes": null, 147 "Cpes": null, 172 "Cpes": null, 195 "Cpes": null,
|
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/ |
H A D | README.md | 121 "Cpes": null, 147 "Cpes": null, 172 "Cpes": null, 195 "Cpes": null,
|
/dports/security/vuls/vuls-0.13.7/report/ |
H A D | report.go | 72 cpeURIs = con.Cpes
|
/dports/security/vuls/vuls-0.13.7/config/ |
H A D | config.go | 1140 Cpes []string `json:"cpes,omitempty"` member
|