schemas.v1.2.0.cybox.objects.Linux_Package_Object.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stix Show documentation
Show all versions of stix Show documentation
The Java bindings for STIX v.1.2.0.2
The newest version!
This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.
Linux_Package_Object
2.1
01/22/2014
The following specifies the fields and types that compose this defined CybOX Object type. Each defined object is an extension of the abstract ObjectPropertiesType, defined in CybOX Common. For more information on this extension mechanism, please see the CybOX Specification. This document is intended for developers and assumes some familiarity with XML.
Copyright (c) 2012-2014, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the CybOX License located at http://cybox.mitre.org/about/termsofuse.html. See the CybOX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the CybOX Schema, this license header must be included.
The Linux_Package object is intended to characterize a Linux package.
The LinuxPackageObjectType type is intended to characterize Linux packages.
The Architecture field specifies the architecture for which the package was built. Examples include "i386", "armhf", "ppc", "sparc", "x86_64", "mips", "noarch", etc.
The Category field specifies the categories under which a package may be displayed.
The Description field specifies an in-depth description of a package.
The Epoch field specifies the epoch number of the package.
The EVR field specifies the epoch, version, and release fields of the package as a single version string.
The Name field specifies the name of the package.
The Release field specifies the release number of the package build.
The Vendor field specifies the vendor that holds the software copyright of the package.
The Version field specifies the version number of the package build.