vuln-list-update/photon/testdata/cve_data_photon3.0.json
Masahiro Fujimura 69b1818a1c Add photon advisory (#24)
* Add photon advisory

* refactor(photon): rename

* refactor(photon): update errors

* test(photon): add require.NotNil

* fix(photon): use pkg name as dir name

* test(photon): add invalid photon_versions.json

* test(photon): add invalid CVE-ID

* test(photon): rename testdata file name

* fix(photon): rename function name

Co-authored-by: Teppei Fukuda <knqyf263@gmail.com>
2019-12-25 15:36:25 +02:00

31 lines
735 B
JSON

[
{
"cve_id": "CVE-2019-3828",
"pkg": "ansible",
"cve_score": 10,
"aff_ver": "all versions before 2.7.6-2.ph3 are vulnerable",
"res_ver": "2.7.6-2.ph3"
},
{
"cve_id": "CVE-2019-0199",
"pkg": "apache-tomcat",
"cve_score": 7.5,
"aff_ver": "all versions before 8.5.40-1.ph3 are vulnerable",
"res_ver": "8.5.40-1.ph3"
},
{
"cve_id": "CVE-2019-10072",
"pkg": "apache-tomcat",
"cve_score": 7.5,
"aff_ver": "all versions before 8.5.40-2.ph3 are vulnerable",
"res_ver": "8.5.40-2.ph3"
},
{
"cve_id": "CVE-2017-16826",
"pkg": "binutils",
"cve_score": 7.8,
"aff_ver": "all versions before 2.31.1-3.ph3 are vulnerable",
"res_ver": "2.31.1-3.ph3"
}
]