fix(report): fix cert key in result json ja to jp (#908)

This commit is contained in:
Kota Kanbe
2019-09-18 19:30:32 +09:00
committed by GitHub
parent 2b02807ef0
commit d5a3e5c2c5

View File

@@ -264,7 +264,7 @@ func fillCertAlerts(cvedetail *cvemodels.CveDetail) (dict models.AlertDict) {
dict.Ja = append(dict.Ja, models.Alert{
URL: cert.Link,
Title: cert.Title,
Team: "ja",
Team: "jp",
})
}
}