VexVulnAssessmentRelationship
Summary
Abstract ancestor class for all VEX relationships
Description
VexVulnAssessmentRelationship is an abstract subclass that defined the common properties shared by all the SPDX-VEX status relationships.
Constraints
When linking elements using a VexVulnAssessmentRelationship, the following requirements must be observed:
- The from: end must be a /Security/Vulnerability classed element
- The to: end must point to elements representing the VEX products.
To specify a different element where the vulnerability was detected, the VEX relationship can optionally specify subcomponents using the assessedElement property.
VEX inherits information from the document level down to its statements. When a statement is missing information it can be completed by reading the equivalent field from the containing document. For example, if a VEX relationship is missing data in its createdBy property, tools must consider the entity listed in the CreationInfo section of the document as the VEX author. In the same way, when a VEX relationship does not have a created property, the document's date must be considered as authoritative.
Metadata
https://spdx.org/rdf/3.0.1/terms/Security/VexVulnAssessmentRelationship
Name | VexVulnAssessmentRelationship |
Instantiability | Abstract |
SubclassOf | VulnAssessmentRelationship |
Superclasses
/Core/Element
/Core/Relationship
/Security/VulnAssessmentRelationship
/Security/VexVulnAssessmentRelationship
Properties
Property | Type | minCount | maxCount |
---|---|---|---|
statusNotes | xsd:string | 0 | 1 |
vexVersion | xsd:string | 0 | 1 |
All properties
Property | Type | minCount | maxCount |
---|---|---|---|
assessedElement | Element | 0 | 1 |
comment | xsd:string | 0 | 1 |
completeness | RelationshipCompleteness | 0 | 1 |
creationInfo | CreationInfo | 1 | 1 |
description | xsd:string | 0 | 1 |
endTime | DateTime | 0 | 1 |
extension | Extension | 0 | * |
externalIdentifier | ExternalIdentifier | 0 | * |
externalRef | ExternalRef | 0 | * |
from | Element | 1 | 1 |
modifiedTime | DateTime | 0 | 1 |
name | xsd:string | 0 | 1 |
publishedTime | DateTime | 0 | 1 |
relationshipType | RelationshipType | 1 | 1 |
spdxId | xsd:anyURI | 1 | 1 |
startTime | DateTime | 0 | 1 |
statusNotes | xsd:string | 0 | 1 |
summary | xsd:string | 0 | 1 |
suppliedBy | Agent | 0 | 1 |
to | Element | 1 | * |
verifiedUsing | IntegrityMethod | 0 | * |
vexVersion | xsd:string | 0 | 1 |
withdrawnTime | DateTime | 0 | 1 |