Skip to content

Commit 9a72e52

Browse files
committed
Change field naming in VulnerabilitySeverity model
scoring_system_identifier is changed to scoring_system Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
1 parent 404445b commit 9a72e52

File tree

5 files changed

+227
-370
lines changed

5 files changed

+227
-370
lines changed

vulnerabilities/fixtures/debian.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
"pk": 1,
55
"fields": {
66
"cve_id": "CVE-2014-8242",
7-
"summary": "",
8-
"cvss": null
7+
"summary": ""
8+
99
}
1010
},
1111
{
1212
"model": "vulnerabilities.vulnerability",
1313
"pk": 2,
1414
"fields": {
1515
"cve_id": "CVE-2009-1382",
16-
"summary": "",
17-
"cvss": null
16+
"summary": ""
17+
1818
}
1919
},
2020
{
2121
"model": "vulnerabilities.vulnerability",
2222
"pk": 3,
2323
"fields": {
2424
"cve_id": "CVE-2009-2459",
25-
"summary": "",
26-
"cvss": null
25+
"summary": ""
26+
2727
}
2828
},
2929
{

0 commit comments

Comments
 (0)