fix tests. new product advisories enhancements
This commit is contained in:
@@ -26,11 +26,11 @@
|
||||
"style": "range"
|
||||
},
|
||||
"vendorExtensions": {
|
||||
"vendor": "ExampleVendor",
|
||||
"product": "ExampleProduct",
|
||||
"platform": "linux",
|
||||
"version": "1.0.0",
|
||||
"lessThan": "1.2.0",
|
||||
"platform": "linux",
|
||||
"product": "ExampleProduct",
|
||||
"vendor": "ExampleVendor",
|
||||
"versionType": "semver"
|
||||
}
|
||||
},
|
||||
@@ -65,10 +65,10 @@
|
||||
"style": "exact"
|
||||
},
|
||||
"vendorExtensions": {
|
||||
"vendor": "ExampleVendor",
|
||||
"product": "ExampleProduct",
|
||||
"platform": "linux",
|
||||
"version": "1.2.0",
|
||||
"platform": "linux",
|
||||
"product": "ExampleProduct",
|
||||
"vendor": "ExampleVendor",
|
||||
"versionType": "semver"
|
||||
}
|
||||
},
|
||||
@@ -155,10 +155,12 @@
|
||||
"provenance": {
|
||||
"source": "cve",
|
||||
"kind": "cvss",
|
||||
"value": "cve/CVE-2024-0001",
|
||||
"value": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
||||
"decisionReason": null,
|
||||
"recordedAt": "2024-10-01T00:00:00+00:00",
|
||||
"fieldMask": []
|
||||
"fieldMask": [
|
||||
"cvssmetrics[]"
|
||||
]
|
||||
},
|
||||
"vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
||||
"version": "3.1"
|
||||
@@ -193,8 +195,8 @@
|
||||
"kind": "third-party-advisory",
|
||||
"provenance": {
|
||||
"source": "cve",
|
||||
"kind": "reference",
|
||||
"value": "https://cve.example.com/CVE-2024-0001",
|
||||
"kind": "document",
|
||||
"value": "cve/CVE-2024-0001",
|
||||
"decisionReason": null,
|
||||
"recordedAt": "2024-10-01T00:00:00+00:00",
|
||||
"fieldMask": []
|
||||
@@ -207,8 +209,8 @@
|
||||
"kind": "vendor-advisory",
|
||||
"provenance": {
|
||||
"source": "cve",
|
||||
"kind": "reference",
|
||||
"value": "https://example.com/security/advisory",
|
||||
"kind": "document",
|
||||
"value": "cve/CVE-2024-0001",
|
||||
"decisionReason": null,
|
||||
"recordedAt": "2024-10-01T00:00:00+00:00",
|
||||
"fieldMask": []
|
||||
|
||||
Reference in New Issue
Block a user