vuln-list-update/photon/testdata/cve_data_photon2.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

38 lines
887 B
JSON

[
{
"cve_id": "CVE-2015-8863",
"pkg": "jq",
"cve_score": 9.8,
"aff_ver": "all versions before 1.5-3.ph2 are vulnerable",
"res_ver": "1.5-3.ph2"
},
{
"cve_id": "CVE-2016-9401",
"pkg": "bash",
"cve_score": 5.5,
"aff_ver": "all versions before 4.4.12-1.ph2 are vulnerable",
"res_ver": "4.4.12-1.ph2"
},
{
"cve_id": "CVE-2017-7473",
"pkg": "ansible",
"cve_score": 5,
"aff_ver": "all versions before 2.4.0.0-1.ph2 are vulnerable",
"res_ver": "2.4.0.0-1.ph2"
},
{
"cve_id": "CVE-2018-16876",
"pkg": "ansible",
"cve_score": 7.5,
"aff_ver": "all versions before 2.7.9-1.ph2 are vulnerable",
"res_ver": "2.7.9-1.ph2"
},
{
"cve_id": "CVE-2019-10156",
"pkg": "ansible",
"cve_score": 5.4,
"aff_ver": "all versions before 2.7.9-2.ph2 are vulnerable",
"res_ver": "2.7.9-2.ph2"
}
]