Skip to content

Commit

Permalink
fix: error due to wrong lib4vex version
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersans committed Jun 3, 2024
1 parent 32b31b8 commit 0d389bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
1 change: 1 addition & 0 deletions requirements.csv
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ python_not_in_db,packaging
python_not_in_db,importlib_resources
vsajip_not_in_db,python-gnupg
anthonyharrison_not_in_db,lib4sbom
anthonyharrison_not_in_db, lib4vex
the_purl_authors_not_in_db,packageurl-python
h2non,filetype
25 changes: 10 additions & 15 deletions test/vex/test_cyclonedx_vex.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.6",
"serialNumber": "urn:uuid:798bfdb2-6bb6-47b0-9b23-3c924d0cf48e",
"serialNumber": "urn:uuid:42a327e4-1a37-437f-8a99-fb9912919438",
"version": 1,
"metadata": {
"timestamp": "2024-06-03T21:16:55Z",
"timestamp": "2024-06-03T23:03:38Z",
"tools": {
"components": [
{
Expand All @@ -15,10 +15,6 @@
}
]
},
"authors": {
"name": "dummy-vendor",
"email": ""
},
"properties": [
{
"name": "Revision_1",
Expand All @@ -27,7 +23,6 @@
],
"component": {
"type": "application",
"version": "1.0",
"bom-ref": "CDXRef-DOCUMENT",
"name": "dummy-product"
}
Expand All @@ -41,8 +36,8 @@
"url": "https://nvd.nist.gov/vuln/detail/CVE-1234-1004"
},
"description": "",
"published": "2024-06-03T21:16:55Z",
"updated": "2024-06-03T21:16:55Z",
"published": "2024-06-03T23:03:38Z",
"updated": "2024-06-03T23:03:38Z",
"analysis": {
"state": "in_triage",
"detail": ""
Expand All @@ -64,8 +59,8 @@
"url": "https://nvd.nist.gov/vuln/detail/CVE-1234-1005"
},
"description": "",
"published": "2024-06-03T21:16:55Z",
"updated": "2024-06-03T21:16:55Z",
"published": "2024-06-03T23:03:38Z",
"updated": "2024-06-03T23:03:38Z",
"analysis": {
"state": "not_affected",
"detail": "Detail field populated.",
Expand All @@ -88,8 +83,8 @@
"url": "https://nvd.nist.gov/vuln/detail/CVE-1234-1007"
},
"description": "",
"published": "2024-06-03T21:16:55Z",
"updated": "2024-06-03T21:16:55Z",
"published": "2024-06-03T23:03:38Z",
"updated": "2024-06-03T23:03:38Z",
"analysis": {
"state": "resolved",
"detail": "Data field populated."
Expand All @@ -111,8 +106,8 @@
"url": "https://nvd.nist.gov/vuln/detail/CVE-1234-1008"
},
"description": "",
"published": "2024-06-03T21:16:55Z",
"updated": "2024-06-03T21:16:55Z",
"published": "2024-06-03T23:03:38Z",
"updated": "2024-06-03T23:03:38Z",
"analysis": {
"state": "in_triage",
"detail": ""
Expand Down

0 comments on commit 0d389bd

Please sign in to comment.