Skip to content

Commit

Permalink
Test 6.1.31
Browse files Browse the repository at this point in the history
- addresses parts of oasis-tcs#825
- add additional valid example
  • Loading branch information
tschmidtb51 committed Dec 2, 2024
1 parent a8d58d5 commit b03b348
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"$schema": "https://docs.oasis-open.org/csaf/csaf/v2.1/csaf_json_schema.json",
"document": {
"category": "csaf_base",
"csaf_version": "2.1",
"distribution": {
"tlp": {
"label": "CLEAR"
}
},
"publisher": {
"category": "other",
"name": "OASIS CSAF TC",
"namespace": "https://csaf.io"
},
"title": "Mandatory test: Version Range in Product Version (valid example 3)",
"tracking": {
"current_release_date": "2024-01-24T10:00:00.000Z",
"id": "OASIS_CSAF_TC-CSAF_2.1-2024-6-1-31-13",
"initial_release_date": "2024-01-24T10:00:00.000Z",
"revision_history": [
{
"date": "2024-01-24T10:00:00.000Z",
"number": "1",
"summary": "Initial version."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"category": "vendor",
"name": "Example Company",
"branches": [
{
"category": "product_name",
"name": "Product A",
"branches": [
{
"category": "product_version",
"name": "overall otter",
"product": {
"product_id": "CSAFPID-9080700",
"name": "Example Company Product A overall otter"
}
}
]
}
]
}
]
}
}
4 changes: 4 additions & 0 deletions csaf_2.1/test/validator/data/testcases.json
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,10 @@
{
"name": "mandatory/oasis_csaf_tc-csaf_2_1-2024-6-1-31-12.json",
"valid": true
},
{
"name": "mandatory/oasis_csaf_tc-csaf_2_1-2024-6-1-31-13.json",
"valid": true
}
]
},
Expand Down

0 comments on commit b03b348

Please sign in to comment.