Software
The Software object represents high-level properties associated with software, including software products.
Properties
Required Common Properties
typeidname
Optional Common Properties
spec_versionobject_marking_refsgranular_markingsdefangedextensions
Not Applicable
created_by_refrevokedlabelsconfidencelangexternal_references
Software Specific
namecpeswidlanguagesvendorversion
Property | Type | Description |
---|---|---|
type optional | string | The value of this property MUST be `software`. |
name required | string | Specifies the name of the software. |
cpe optional | string | Specifies the Common Platform Enumeration (CPE) entry for the software, if available. The value for this property MUST be a CPE v2.3 entry from the official NVD CPE Dictionary. |
swid optional | string | Specifies the Software Identification (SWID) Tags entry for the software, if available. |
languages optional | list of string | Specifies the languages supported by the software. The value of each list member MUST be an ISO 639-2 language code. |
vendor optional | string | Specifies the name of the vendor of the software. |
version optional | string | Specifies the version of the software. |
Examples
{
"type": "software",
"spec_version": "2.1",
"id": "software--a1827f6d-ca53-5605-9e93-4316cd22a00a",
"name": "Word",
"cpe": "cpe:2.3:a:microsoft:word:2000:*:*:*:*:*:*:*",
"version": "2002",
"vendor": "Microsoft"
}