-
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.
Merge pull request #418 from tschmidtb51/bind-remediation
Bind remediation
- Loading branch information
Showing
2 changed files
with
76 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
50 changes: 50 additions & 0 deletions
50
csaf_2.0/test/validator/data/mandatory/OASIS_CSAF_TC-CSAF_2_0-2021-6-1-29-01.json
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,50 @@ | ||
{ | ||
"document": { | ||
"category": "vex", | ||
"csaf_version": "2.0", | ||
"publisher": { | ||
"category": "other", | ||
"name": "OASIS CSAF TC", | ||
"namespace": "https://csaf.io" | ||
}, | ||
"title": "Mandatory test: Remediation without product reference (failing example 1)", | ||
"tracking": { | ||
"current_release_date": "2021-07-21T10:00:00.000Z", | ||
"id": "OASIS_CSAF_TC-CSAF_2.0-2021-6-1-29-01", | ||
"initial_release_date": "2021-07-21T10:00:00.000Z", | ||
"revision_history": [ | ||
{ | ||
"date": "2021-07-21T10:00:00.000Z", | ||
"number": "1", | ||
"summary": "Initial version." | ||
} | ||
], | ||
"status": "final", | ||
"version": "1" | ||
} | ||
}, | ||
"product_tree": { | ||
"full_product_names": [ | ||
{ | ||
"product_id": "CSAFPID-9080700", | ||
"name": "Product A" | ||
} | ||
] | ||
}, | ||
"vulnerabilities": [ | ||
{ | ||
"cve": "CVE-2017-0145", | ||
"product_status": { | ||
"known_affected": [ | ||
"CSAFPID-9080700" | ||
] | ||
}, | ||
"remediations": [ | ||
{ | ||
"category": "no_fix_planned", | ||
"details": "These products are end-of-life. Therefore, no fix will be provided." | ||
} | ||
] | ||
} | ||
] | ||
} |