-
Notifications
You must be signed in to change notification settings - Fork 1
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 #32 from RedHatProductSecurity/csaf-vex-guidelines
Csaf vex guidelines
- Loading branch information
Showing
5 changed files
with
756 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.cache | ||
*.egg-info/ | ||
.tox | ||
/.idea/ | ||
|
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
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,217 @@ | ||
{ | ||
"document": { | ||
"aggregate_severity": { | ||
"namespace": "https://access.redhat.com/security/updates/classification/", | ||
"text": "" | ||
}, | ||
"category": "csaf_vex", | ||
"csaf_version": "2.0", | ||
"distribution": { | ||
"text": "Copyright © Red Hat, Inc. All rights reserved.", | ||
"tlp": { | ||
"label": "WHITE", | ||
"url": "https://www.first.org/tlp/" | ||
} | ||
}, | ||
"lang": "en", | ||
"notes": [ | ||
{ | ||
"category": "legal_disclaimer", | ||
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", | ||
"title": "Terms of Use" | ||
} | ||
], | ||
"publisher": { | ||
"category": "vendor", | ||
"contact_details": "https://access.redhat.com/security/team/contact/", | ||
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat offerings.", | ||
"name": "Red Hat Product Security", | ||
"namespace": "https://www.redhat.com" | ||
}, | ||
"references": [ | ||
{ | ||
"category": "self", | ||
"summary": "Canonical URL", | ||
"url": "" | ||
} | ||
], | ||
"title": "", | ||
"tracking": { | ||
"current_release_date": "", | ||
"generator": { | ||
"date": "", | ||
"engine": { | ||
"name": "", | ||
"version": "" | ||
} | ||
}, | ||
"id": "", | ||
"initial_release_date": "", | ||
"revision_history": [ | ||
{ | ||
"date": "", | ||
"number": "", | ||
"summary": "" | ||
} | ||
], | ||
"status": "", | ||
"version": "" | ||
} | ||
}, | ||
"product_tree": { | ||
"branches": [ | ||
{ | ||
"branches": [ | ||
{ | ||
"branches": [ | ||
{ | ||
"category": "product_name", | ||
"name": "", | ||
"product": { | ||
"name": "", | ||
"product_id": "", | ||
"product_identification_helper": { | ||
"cpe": "" | ||
} | ||
} | ||
} | ||
], | ||
"category": "product_family", | ||
"name": "Red Hat Enterprise Linux 6" | ||
}, | ||
{ | ||
"category": "product_version", | ||
"name": "kernel", | ||
"product": { | ||
"name": "kernel", | ||
"product_id": "kernel", | ||
"product_identification_helper": { | ||
"purl": "pkg:rpm/redhat/kernel?arch=src" | ||
} | ||
} | ||
}, | ||
], | ||
"category": "vendor", | ||
"name": "Red Hat" | ||
} | ||
], | ||
"relationships": [ | ||
{ | ||
"category": "default_component_of", | ||
"full_product_name": { | ||
"name": "", | ||
"product_id": "" | ||
}, | ||
"product_reference": "", | ||
"relates_to_product_reference": "" | ||
} | ||
] | ||
}, | ||
"vulnerabilities": [ | ||
{ | ||
"acknowledgments": [ | ||
{ | ||
"names": [ | ||
|
||
] | ||
} | ||
], | ||
"cve": "", | ||
"cwe": { | ||
"id": "", | ||
"name": "" | ||
}, | ||
"discovery_date": "", | ||
"flags": [ | ||
{ | ||
"label": "", | ||
"product_ids": [ | ||
] | ||
} | ||
], | ||
"ids": [ | ||
{ | ||
"system_name": "Red Hat Bugzilla ID", | ||
"text": "" | ||
} | ||
], | ||
"notes": [ | ||
{ | ||
"category": "description", | ||
"text": "", | ||
"title": "Vulnerability description" | ||
}, | ||
{ | ||
"category": "summary", | ||
"text": "", | ||
"title": "Vulnerability summary" | ||
}, | ||
{ | ||
"category": "other", | ||
"text": "", | ||
"title": "Statement" | ||
}, | ||
{ | ||
"category": "general", | ||
"text": "", | ||
"title": "CVSS score applicability" | ||
} | ||
], | ||
"product_status": { | ||
"fixed": [ | ||
], | ||
"known_affected": [ | ||
], | ||
"known_not_affected": [ | ||
], | ||
"under_investigation": [ | ||
] | ||
}, | ||
"references": [ | ||
{ | ||
"category": "self", | ||
"summary": "Canonical URL", | ||
"url": "" | ||
} | ||
], | ||
"release_date": "", | ||
"remediations": [ | ||
{ | ||
"category": "", | ||
"details": "", | ||
"product_ids": [ | ||
] | ||
} | ||
], | ||
"scores": [ | ||
{ | ||
"cvss_v3": { | ||
"attackComplexity": "", | ||
"attackVector": "", | ||
"availabilityImpact": "", | ||
"baseScore": , | ||
"baseSeverity": "", | ||
"confidentialityImpact": "", | ||
"integrityImpact": "", | ||
"privilegesRequired": "", | ||
"scope": "", | ||
"userInteraction": "", | ||
"vectorString": "", | ||
"version": "3.1" | ||
}, | ||
"products": [ | ||
] | ||
} | ||
], | ||
"threats": [ | ||
{ | ||
"category": "impact", | ||
"details": "", | ||
"product_ids": [ | ||
] | ||
} | ||
], | ||
"title": "" | ||
} | ||
] | ||
} |
Oops, something went wrong.