-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add detailed test fixtures related to bom.definitions
Signed-off-by: Hakan Dilek <hakandilek@gmail.com>
- Loading branch information
1 parent
efa4222
commit 1816586
Showing
13 changed files
with
379 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
tests/_data/snapshots/get_bom_with_definitions_and_detailed_standards-1.0.xml.bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" ?> | ||
<bom xmlns="http://cyclonedx.org/schema/bom/1.0" version="1"> | ||
<components/> | ||
</bom> |
4 changes: 4 additions & 0 deletions
4
tests/_data/snapshots/get_bom_with_definitions_and_detailed_standards-1.1.xml.bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" ?> | ||
<bom xmlns="http://cyclonedx.org/schema/bom/1.1" serialNumber="urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac" version="1"> | ||
<components/> | ||
</bom> |
10 changes: 10 additions & 0 deletions
10
tests/_data/snapshots/get_bom_with_definitions_and_detailed_standards-1.2.json.bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"metadata": { | ||
"timestamp": "2023-01-07T13:44:32.312678+00:00" | ||
}, | ||
"serialNumber": "urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac", | ||
"version": 1, | ||
"$schema": "http://cyclonedx.org/schema/bom-1.2b.schema.json", | ||
"bomFormat": "CycloneDX", | ||
"specVersion": "1.2" | ||
} |
6 changes: 6 additions & 0 deletions
6
tests/_data/snapshots/get_bom_with_definitions_and_detailed_standards-1.2.xml.bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" ?> | ||
<bom xmlns="http://cyclonedx.org/schema/bom/1.2" serialNumber="urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac" version="1"> | ||
<metadata> | ||
<timestamp>2023-01-07T13:44:32.312678+00:00</timestamp> | ||
</metadata> | ||
</bom> |
10 changes: 10 additions & 0 deletions
10
tests/_data/snapshots/get_bom_with_definitions_and_detailed_standards-1.3.json.bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"metadata": { | ||
"timestamp": "2023-01-07T13:44:32.312678+00:00" | ||
}, | ||
"serialNumber": "urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac", | ||
"version": 1, | ||
"$schema": "http://cyclonedx.org/schema/bom-1.3a.schema.json", | ||
"bomFormat": "CycloneDX", | ||
"specVersion": "1.3" | ||
} |
6 changes: 6 additions & 0 deletions
6
tests/_data/snapshots/get_bom_with_definitions_and_detailed_standards-1.3.xml.bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" ?> | ||
<bom xmlns="http://cyclonedx.org/schema/bom/1.3" serialNumber="urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac" version="1"> | ||
<metadata> | ||
<timestamp>2023-01-07T13:44:32.312678+00:00</timestamp> | ||
</metadata> | ||
</bom> |
10 changes: 10 additions & 0 deletions
10
tests/_data/snapshots/get_bom_with_definitions_and_detailed_standards-1.4.json.bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"metadata": { | ||
"timestamp": "2023-01-07T13:44:32.312678+00:00" | ||
}, | ||
"serialNumber": "urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac", | ||
"version": 1, | ||
"$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json", | ||
"bomFormat": "CycloneDX", | ||
"specVersion": "1.4" | ||
} |
6 changes: 6 additions & 0 deletions
6
tests/_data/snapshots/get_bom_with_definitions_and_detailed_standards-1.4.xml.bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" ?> | ||
<bom xmlns="http://cyclonedx.org/schema/bom/1.4" serialNumber="urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac" version="1"> | ||
<metadata> | ||
<timestamp>2023-01-07T13:44:32.312678+00:00</timestamp> | ||
</metadata> | ||
</bom> |
20 changes: 20 additions & 0 deletions
20
tests/_data/snapshots/get_bom_with_definitions_and_detailed_standards-1.5.json.bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"metadata": { | ||
"timestamp": "2023-01-07T13:44:32.312678+00:00" | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "key1", | ||
"value": "val1" | ||
}, | ||
{ | ||
"name": "key2", | ||
"value": "val2" | ||
} | ||
], | ||
"serialNumber": "urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac", | ||
"version": 1, | ||
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", | ||
"bomFormat": "CycloneDX", | ||
"specVersion": "1.5" | ||
} |
10 changes: 10 additions & 0 deletions
10
tests/_data/snapshots/get_bom_with_definitions_and_detailed_standards-1.5.xml.bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" ?> | ||
<bom xmlns="http://cyclonedx.org/schema/bom/1.5" serialNumber="urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac" version="1"> | ||
<metadata> | ||
<timestamp>2023-01-07T13:44:32.312678+00:00</timestamp> | ||
</metadata> | ||
<properties> | ||
<property name="key1">val1</property> | ||
<property name="key2">val2</property> | ||
</properties> | ||
</bom> |
142 changes: 142 additions & 0 deletions
142
tests/_data/snapshots/get_bom_with_definitions_and_detailed_standards-1.6.json.bin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
{ | ||
"definitions": { | ||
"standards": [ | ||
{ | ||
"bom-ref": "other-standard", | ||
"description": "Other description", | ||
"externalReferences": [ | ||
{ | ||
"type": "website", | ||
"url": "https://cyclonedx.org" | ||
} | ||
], | ||
"levels": [ | ||
{ | ||
"bom-ref": "lvl-3", | ||
"description": "Level 3 description", | ||
"identifier": "LVL-3", | ||
"title": "Level 3" | ||
} | ||
], | ||
"name": "Other Standard", | ||
"owner": "Other Owner", | ||
"requirements": [ | ||
{ | ||
"bom-ref": "req-3", | ||
"descriptions": [ | ||
"Requirement 3 described here", | ||
"and here" | ||
], | ||
"identifier": "REQ-3", | ||
"openCre": [ | ||
"CRE:5-6", | ||
"CRE:7-8" | ||
], | ||
"properties": [ | ||
{ | ||
"name": "key3", | ||
"value": "val3" | ||
} | ||
], | ||
"text": "some requirement text", | ||
"title": "Requirement 3" | ||
} | ||
], | ||
"version": "1.0.0" | ||
}, | ||
{ | ||
"bom-ref": "some-standard", | ||
"description": "Some description", | ||
"externalReferences": [ | ||
{ | ||
"comment": "No comment", | ||
"hashes": [ | ||
{ | ||
"alg": "SHA-256", | ||
"content": "806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b" | ||
} | ||
], | ||
"type": "distribution", | ||
"url": "https://cyclonedx.org" | ||
} | ||
], | ||
"levels": [ | ||
{ | ||
"bom-ref": "lvl-1", | ||
"description": "Level 1 description", | ||
"identifier": "LVL-1", | ||
"title": "Level 1" | ||
}, | ||
{ | ||
"bom-ref": "lvl-2", | ||
"description": "Level 2 description", | ||
"identifier": "LVL-2", | ||
"title": "Level 2" | ||
} | ||
], | ||
"name": "Some Standard", | ||
"owner": "Some Owner", | ||
"requirements": [ | ||
{ | ||
"bom-ref": "req-1", | ||
"descriptions": [ | ||
"Requirement 1 described here", | ||
"and here" | ||
], | ||
"identifier": "REQ-1", | ||
"openCre": [ | ||
"CRE:1-2" | ||
], | ||
"properties": [ | ||
{ | ||
"name": "key1", | ||
"value": "val1" | ||
} | ||
], | ||
"text": "some requirement text", | ||
"title": "Requirement 1" | ||
}, | ||
{ | ||
"bom-ref": "req-2", | ||
"descriptions": [ | ||
"Requirement 2 described here" | ||
], | ||
"identifier": "REQ-2", | ||
"openCre": [ | ||
"CRE:1-2", | ||
"CRE:3-4" | ||
], | ||
"parent": "req-1", | ||
"properties": [ | ||
{ | ||
"name": "key2", | ||
"value": "val2" | ||
} | ||
], | ||
"text": "some requirement text", | ||
"title": "Requirement 2" | ||
} | ||
], | ||
"version": "1.2.3" | ||
} | ||
] | ||
}, | ||
"metadata": { | ||
"timestamp": "2023-01-07T13:44:32.312678+00:00" | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "key1", | ||
"value": "val1" | ||
}, | ||
{ | ||
"name": "key2", | ||
"value": "val2" | ||
} | ||
], | ||
"serialNumber": "urn:uuid:1441d33a-e0fc-45b5-af3b-61ee52a88bac", | ||
"version": 1, | ||
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json", | ||
"bomFormat": "CycloneDX", | ||
"specVersion": "1.6" | ||
} |
Oops, something went wrong.