Title and location where advisory information can be obtained. An advisory is a notification of a threat to a component, service, or system.
Field | Type | Label | Description |
title | string | optional | An optional name of the advisory. |
url | string | Location where the advisory can be obtained. |
Field | Type | Label | Description |
bom_ref | string | optional | An optional identifier which can be used to reference the annotation elsewhere in the BOM. Every bom-ref must be unique within the BOM. |
subjects | string | repeated | The object in the BOM identified by its bom-ref. This is often a component or service but may be any object type supporting bom-refs. |
annotator | AnnotatorChoice | The organization, person, component, or service which created the textual content of the annotation. | |
timestamp | google.protobuf.Timestamp | The date and time (timestamp) when the annotation was created. | |
text | string | The textual content of the annotation. |
Field | Type | Label | Description |
organization | OrganizationalEntity | The organization that created the annotation | |
individual | OrganizationalContact | The person that created the annotation | |
component | Component | The tool or component that created the annotation | |
service | Service | The service that created the annotation |
Specifies attributes of the text
Field | Type | Label | Description |
content_type | string | optional | Specifies the format and nature of the data being attached, helping systems correctly interpret and process the content. Common content type examples include `application/json` for JSON data and `text/plain` for plan text documents. [RFC 2045 section 5.1](https://www.ietf.org/rfc/rfc2045.html#section-5.1) outlines the structure and use of content types. For a comprehensive list of registered content types, refer to the [IANA media types registry](https://www.iana.org/assignments/media-types/media-types.xhtml). |
encoding | string | optional | Specifies the optional encoding the text is represented in |
value | string | SimpleContent value of element. Proactive controls such as input validation and sanitization should be employed to prevent misuse of attachment text. |
Field | Type | Label | Description |
spec_version | string | The version of the CycloneDX specification a BOM is written to (starting at version 1.3) | |
version | int32 | optional | The version allows component publishers/authors to make changes to existing BOMs to update various aspects of the document such as description or licenses. When a system is presented with multiple BOMs for the same component, the system should use the most recent version of the BOM. The default version is '1' and should be incremented for each version of the BOM that is published. Each version of a component should have a unique BOM and if no changes are made to the BOMs, then each BOM will have a version of '1'. |
serial_number | string | optional | Every BOM generated should have a unique serial number, even if the contents of the BOM being generated have not changed over time. The process or tool responsible for creating the BOM should create random UUID's for every BOM generated. |
metadata | Metadata | optional | Provides additional information about a BOM. |
components | Component | repeated | Provides the ability to document a list of components. |
services | Service | repeated | Provides the ability to document a list of external services. |
external_references | ExternalReference | repeated | Provides the ability to document external references related to the BOM or to the project the BOM describes. |
dependencies | Dependency | repeated | Provides the ability to document dependency relationships. |
compositions | Composition | repeated | Compositions describe constituent parts (including components, services, and dependency relationships) and their completeness. The completeness of vulnerabilities expressed in a BOM may also be described. |
vulnerabilities | Vulnerability | repeated | Vulnerabilities identified in components or services. |
annotations | Annotation | repeated | Comments made by people, organizations, or tools about any object with a bom-ref, such as components, services, vulnerabilities, or the BOM itself. Unlike inventory information, annotations may contain opinion or commentary from various stakeholders. |
properties | Property | repeated | Specifies optional, custom, properties |
formulation | Formula | repeated | Describes how a component or service was manufactured or deployed. This is achieved through the use of formulas, workflows, tasks, and steps, which declare the precise steps to reproduce along with the observed formulas describing the steps which transpired in the manufacturing process. |
declarations | Declarations | repeated | The list of declarations which describe the conformance to standards. Each declaration may include attestations, claims, and evidence. |
definitions | Definition | repeated | A collection of reusable objects that are defined and may be used elsewhere in the BOM. |
A measure of carbon dioxide (CO2).
Field | Type | Label | Description |
value | float | Quantity of carbon dioxide (CO2). | |
unit | CO2MeasureType.CO2MeasureUnitType | Unit of carbon dioxide (CO2). |
Field | Type | Label | Description |
frames | Callstack.Frames | repeated | Within a call stack, a frame is a discrete unit that encapsulates an execution context, including local variables, parameters, and the return address. As function calls are made, frames are pushed onto the stack, forming an array-like structure that orchestrates the flow of program execution and manages the sequence of function invocations. |
Field | Type | Label | Description |
package | string | optional | A package organizes modules into namespaces, providing a unique namespace for each type it contains. |
module | string | A module or class that encloses functions/methods and other code. | |
function | string | optional | A block of code designed to perform a particular task. |
parameters | string | repeated | Optional arguments that are passed to the module or function. |
line | int32 | optional | The line number the code that is called resides on. |
column | int32 | optional | The column the code that is called resides. |
fullFilename | string | optional | The full path and filename of the module. |
Field | Type | Label | Description |
executed | string | optional | A text representation of the executed command. |
properties | Property | repeated | Domain-specific command properties. |
Field | Type | Label | Description |
uid | string | optional | A unique identifier of the commit. This may be version control specific. For example, Subversion uses revision numbers whereas git uses commit hashes. |
url | string | optional | The URL to the commit. This URL will typically point to a commit in a version control system. |
author | IdentifiableAction | optional | The author who created the changes in the commit |
committer | IdentifiableAction | optional | The person who committed or pushed the commit |
message | string | optional | The text description of the contents of the commit |
Field | Type | Label | Description |
type | Classification | Specifies the type of component. For software components, classify as an application if no more specific appropriate classification is available or cannot be determined for the component. | |
mime_type | string | optional | The optional mime-type of the component. When used on file components, the mime-type can provide additional context about the kind of file being represented, such as an image, font, or executable. Some library or framework components may also have an associated mime-type. |
bom_ref | string | optional | An optional identifier which can be used to reference the component elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element. |
supplier | OrganizationalEntity | optional | The organization that supplied the component. The supplier may often be the manufacturer but may also be a distributor or repackager. |
author | string | optional | Deprecated. DEPRECATED - DO NOT USE - This will be removed in a future version - Use `.authors` or `.manufacturer` instead. The person(s) or organization(s) that authored the component |
publisher | string | optional | The person(s) or organization(s) that published the component |
group | string | optional | The grouping name or identifier. This will often be a shortened, single name of the company or project that produced the component or the source package or domain name. Whitespace and special characters should be avoided. Examples include: apache, org.apache.commons, and apache.org. |
name | string | The name of the component. This will often be a shortened, single name of the component. Examples: commons-lang3 and jquery | |
version | string | The component version. The version should ideally comply with semantic versioning but is not enforced. Version was made optional in v1.4 of the spec. For backward compatibility, it is recommended to use an empty string to represent components without version information. | |
description | string | optional | Specifies a description for the component |
scope | Scope | optional | Specifies the scope of the component. If a scope is not specified, SCOPE_REQUIRED scope should be assumed by the consumer of the BOM |
hashes | Hash | repeated | The hashes of the component. |
licenses | LicenseChoice | repeated | EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression) |
copyright | string | optional | An optional copyright notice informing users of the underlying claims to copyright ownership in a published work. |
cpe | string | optional | DEPRECATED - DO NOT USE. This will be removed in a future version. Specifies a well-formed CPE name. See https://nvd.nist.gov/products/cpe |
purl | string | optional | Specifies the package-url (PURL). The purl, if specified, must be valid and conform to the specification defined at: https://github.com/package-url/purl-spec |
swid | Swid | optional | Specifies metadata and content for ISO-IEC 19770-2 Software Identification (SWID) Tags. |
modified | bool | optional | DEPRECATED - DO NOT USE. This will be removed in a future version. Use the pedigree element instead to supply information on exactly how the component was modified. A boolean value indicating is the component has been modified from the original. A value of true indicates the component is a derivative of the original. A value of false indicates the component has not been modified from the original. |
pedigree | Pedigree | optional | Component pedigree is a way to document complex supply chain scenarios where components are created, distributed, modified, redistributed, combined with other components, etc. |
external_references | ExternalReference | repeated | Provides the ability to document external references related to the component or to the project the component describes. |
components | Component | repeated | Specifies optional sub-components. This is not a dependency tree. It provides a way to specify a hierarchical representation of component assemblies, similar to system -> subsystem -> parts assembly in physical supply chains. |
properties | Property | repeated | Specifies optional, custom, properties |
evidence | Evidence | optional | Specifies optional license and copyright evidence. |
releaseNotes | ReleaseNotes | optional | Specifies optional release notes. |
modelCard | ModelCard | optional | A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency. |
data | ComponentData | repeated | This object SHOULD be specified for any component of type `data` and must not be specified for other component types. |
cryptoProperties | CryptoProperties | optional | Cryptographic assets have properties that uniquely define them and that make them actionable for further reasoning. As an example, it makes a difference if one knows the algorithm family (e.g. AES) or the specific variant or instantiation (e.g. AES-128-GCM). This is because the security level and the algorithm primitive (authenticated encryption) is only defined by the definition of the algorithm variant. The presence of a weak cryptographic algorithm like SHA1 vs. HMAC-SHA1 also makes a difference. |
manufacturer | OrganizationalEntity | optional | The organization that created the component. Manufacturer is common in components created through automated processes. Components created through manual means may have `.authors` instead. |
authors | OrganizationalContact | repeated | The person(s) who created the component. Authors are common in components created through manual processes. Components created through automated means may have `.manufacturer` instead. |
tags | string | repeated | Textual strings that aid in discovery, search, and retrieval of the associated object. Tags often serve as a way to group or categorize similar or related objects by various attributes. Examples include "json-parser", "object-persistence", "text-to-image", "translation", and "object-detection". |
omniborId | string | repeated | Specifies the OmniBOR Artifact ID. The OmniBOR, if specified, must be valid and conform to the specification defined at: https://www.iana.org/assignments/uri-schemes/prov/gitoid |
swhid | string | repeated | Specifies the Software Heritage persistent identifier (SWHID). The SWHID, if specified, must be valid and conform to the specification defined at: https://docs.softwareheritage.org/devel/swh-model/persistent-identifiers.html |
Name | Option |
author | true |
Field | Type | Label | Description |
bom_ref | string | optional | An optional identifier which can be used to reference the dataset elsewhere in the BOM. Every bom-ref must be unique within the BOM. |
type | ComponentDataType | The general theme or subject matter of the data being specified. | |
name | string | optional | The name of the dataset. |
contents | ComponentData.ComponentDataContents | optional | The contents or references to the contents of the data being described. |
classification | string | optional | Data classification tags data according to its type, sensitivity, and value if altered, stolen, or destroyed. |
sensitiveData | string | repeated | A description of any sensitive data in a dataset. |
graphics | GraphicsCollection | optional | A collection of graphics that represent various measurements. |
description | string | optional | A description of the dataset. Can describe size of dataset, whether it's used for source code, training, testing, or validation, etc. |
governance | DataGovernance | optional | Data Governance |
Field | Type | Label | Description |
attachment | AttachedText | optional | An optional way to include textual or encoded data. |
url | string | optional | The URL to where the data can be retrieved. |
properties | Property | repeated | Provides the ability to document name-value parameters used for configuration. |
Field | Type | Label | Description |
aggregate | Aggregate | Indicates the aggregate completeness | |
assemblies | string | repeated | The assemblies the aggregate completeness applies to |
dependencies | string | repeated | The dependencies the aggregate completeness applies to |
vulnerabilities | string | repeated | The bom-ref identifiers of the vulnerabilities being described. |
bom_ref | string | optional | An optional identifier which can be used to reference the composition elsewhere in the BOM. Every bom-ref must be unique within the BOM. |
A condition that was used to determine a trigger should be activated.
Field | Type | Label | Description |
description | string | optional | Describes the set of conditions which cause the trigger to activate. |
expression | string | optional | The logical expression that was evaluated that determined the trigger should be fired. |
properties | Property | repeated | Domain-specific condition instance properties. |
"Cryptographic Properties
Field | Type | Label | Description |
assetType | CryptoProperties.CryptoAssetType | Cryptographic assets occur in several forms. Algorithms and protocols are most commonly implemented in specialized cryptographic libraries. They may, however, also be 'hardcoded' in software components. Certificates and related cryptographic material like keys, tokens, secrets or passwords are other cryptographic assets to be modelled. | |
algorithmProperties | CryptoProperties.AlgorithmProperties | optional | Additional properties specific to a cryptographic algorithm. |
certificateProperties | CryptoProperties.CertificateProperties | optional | Properties for cryptographic assets of asset type 'certificate' |
relatedCryptoMaterialProperties | CryptoProperties.RelatedCryptoMaterialProperties | optional | Properties for cryptographic assets of asset type: `related-crypto-material` |
protocolProperties | CryptoProperties.ProtocolProperties | optional | Properties specific to cryptographic assets of type: `protocol`. |
oid | string | optional | The object identifier (OID) of the cryptographic asset. |
Algorithm Propertie
Field | Type | Label | Description |
primitive | CryptoProperties.AlgorithmProperties.CryptoPrimitive | optional | Cryptographic building blocks used in higher-level cryptographic systems and protocols. Primitives represent different cryptographic routines: deterministic random bit generators (drbg, e.g. CTR_DRBG from NIST SP800-90A-r1), message authentication codes (mac, e.g. HMAC-SHA-256), blockciphers (e.g. AES), streamciphers (e.g. Salsa20), signatures (e.g. ECDSA), hash functions (e.g. SHA-256), public-key encryption schemes (pke, e.g. RSA), extended output functions (xof, e.g. SHAKE256), key derivation functions (e.g. pbkdf2), key agreement algorithms (e.g. ECDH), key encapsulation mechanisms (e.g. ML-KEM), authenticated encryption (ae, e.g. AES-GCM) and the combination of multiple algorithms (combiner, e.g. SP800-56Cr2). |
parameterSetIdentifier | string | optional | An identifier for the parameter set of the cryptographic algorithm. Examples: in AES128, '128' identifies the key length in bits, in SHA256, '256' identifies the digest length, '128' in SHAKE128 identifies its maximum security level in bits, and 'SHA2-128s' identifies a parameter set used in SLH-DSA (FIPS205). |
curve | string | optional | The specific underlying Elliptic Curve (EC) definition employed which is an indicator of the level of security strength, performance and complexity. Absent an authoritative source of curve names, CycloneDX recommends use of curve names as defined at [https://neuromancer.sk/std/](https://neuromancer.sk/std/), the source from which can be found at [https://github.com/J08nY/std-curves](https://github.com/J08nY/std-curves). |
executionEnvironment | CryptoProperties.AlgorithmProperties.CryptoExecutionEnvironment | optional | The target and execution environment in which the algorithm is implemented in. |
implementationPlatform | CryptoProperties.AlgorithmProperties.CryptoImplementationPlatform | optional | The target platform for which the algorithm is implemented. The implementation can be 'generic', running on any platform or for a specific platform. |
certificationLevel | string | repeated | The certification that the implementation of the cryptographic algorithm has received, if any. Certifications include revisions and levels of FIPS 140 or Common Criteria of different Extended Assurance Levels (CC-EAL). |
mode | CryptoProperties.AlgorithmProperties.CryptoAlgorithmMode | optional | The mode of operation in which the cryptographic algorithm (block cipher) is used. |
padding | CryptoProperties.AlgorithmProperties.CryptoAlgorithmPadding | optional | The padding scheme that is used for the cryptographic algorithm. |
cryptoFunctions | CryptoProperties.AlgorithmProperties.CryptoAlgorithmFunction | repeated | The cryptographic functions implemented by the cryptographic algorithm. |
classicalSecurityLevel | int32 | optional | The classical security level that a cryptographic algorithm provides (in bits). |
nistQuantumSecurityLevel | int32 | optional | The NIST security strength category as defined in https://csrc.nist.gov/projects/post-quantum-cryptography/post-quantum-cryptography-standardization/evaluation-criteria/security-(evaluation-criteria). A value of 0 indicates that none of the categories are met. |
Certificate Properties
Field | Type | Label | Description |
subjectName | string | optional | The subject name for the certificate |
issuerName | string | optional | The issuer name for the certificate |
notValidBefore | google.protobuf.Timestamp | optional | The date and time according to ISO-8601 standard from which the certificate is valid |
notValidAfter | google.protobuf.Timestamp | optional | The date and time according to ISO-8601 standard from which the certificate is not valid anymore |
signatureAlgorithmRef | string | optional | The bom-ref to signature algorithm used by the certificate |
subjectPublicKeyRef | string | optional | The bom-ref to the public key of the subject |
certificateFormat | string | optional | The format of the certificate. Examples include X.509, PEM, DER, and CVC. |
certificateExtension | string | optional | The file extension of the certificate. Examples include crt, pem, cer, der, and p12. |
Protocol Properties
Field | Type | Label | Description |
type | CryptoProperties.ProtocolProperties.CryptoProtocolType | optional | The concrete protocol type. |
version | string | optional | The version of the protocol. Examples include 1.0, 1.2, and 1.99. |
cipherSuites | CryptoProperties.ProtocolProperties.CryptoProtocolCipherSuite | repeated | A list of cipher suites related to the protocol. |
ikev2TransformTypes | CryptoProperties.ProtocolProperties.Ikev2TransformTypes | optional | The IKEv2 transform types supported (types 1-4), defined in RFC7296 section 3.3.2, and additional properties. |
cryptoRef | string | repeated | The bom-ref(s) to protocol-related cryptographic assets |
Object representing a cipher suite
Field | Type | Label | Description |
name | string | optional | A common name for the cipher suite. For example: TLS_DHE_RSA_WITH_AES_128_CCM |
algorithms | string | repeated | A list of algorithms related to the cipher suite. Use the bom-ref to the algorithm cryptographic asset. |
identifiers | string | repeated | A list of common identifiers for the cipher suite. For example: 0xC0 and 0x9E |
IKEv2 Transform Types
Field | Type | Label | Description |
encr | string | repeated | Transform Type 1: encryption algorithms |
prf | string | repeated | Transform Type 2: pseudorandom functions |
integ | string | repeated | Transform Type 3: integrity algorithms |
ke | string | repeated | Transform Type 4: Key Exchange Method (KE) per RFC9370, formerly called Diffie-Hellman Group (D-H) |
esn | bool | optional | Specifies if an Extended Sequence Number (ESN) is used. |
auth | string | repeated | IKEv2 Authentication method |
Related Cryptographic Material Properties
Field | Type | Label | Description |
type | CryptoProperties.RelatedCryptoMaterialProperties.CryptoRelatedType | optional | The type for the related cryptographic material |
id | string | optional | The optional unique identifier for the related cryptographic material. |
state | CryptoProperties.RelatedCryptoMaterialProperties.CryptoRelatedState | optional | The key state as defined by NIST SP 800-57. |
algorithmRef | string | optional | The bom-ref to the algorithm used to generate the related cryptographic material. |
creationDate | google.protobuf.Timestamp | optional | The date and time (timestamp) when the related cryptographic material was created. |
activationDate | google.protobuf.Timestamp | optional | The date and time (timestamp) when the related cryptographic material was activated. |
updateDate | google.protobuf.Timestamp | optional | The date and time (timestamp) when the related cryptographic material was updated. |
expirationDate | google.protobuf.Timestamp | optional | The date and time (timestamp) when the related cryptographic material expires. |
value | string | optional | The associated value of the cryptographic material. |
size | int64 | optional | The size of the cryptographic asset (in bits). |
format | string | optional | The format of the related cryptographic material (e.g. P8, PEM, DER). |
securedBy | CryptoProperties.RelatedCryptoMaterialProperties.CryptoRelatedSecuredBy | optional | The mechanism by which the cryptographic asset is secured. |
Secured By
Field | Type | Label | Description |
mechanism | string | optional | Specifies the mechanism by which the cryptographic asset is secured. Examples include HSM, TPM, SGX, Software, and None |
algorithmRef | string | optional | The bom-ref to the algorithm. |
Specifies the data flow.
Field | Type | Label | Description |
flow | DataFlowDirection | Specifies the flow direction of the data. | |
value | string | Data classification tags data according to its type, sensitivity, and value if altered, stolen, or destroyed. | |
name | string | optional | Name for the defined data |
description | string | optional | Short description of the data content and usage |
source | string | repeated | The URI, URL, or BOM-Link of the components or services the data came in from |
destination | string | repeated | The URI, URL, or BOM-Link of the components or services the data is sent to |
governance | DataGovernance | optional | Data Governance |
Data governance captures information regarding data ownership, stewardship, and custodianship, providing insights into the individuals or entities responsible for managing, overseeing, and safeguarding the data throughout its lifecycle.
Field | Type | Label | Description |
custodians | DataGovernance.DataGovernanceResponsibleParty | repeated | Data custodians are responsible for the safe custody, transport, and storage of data. |
stewards | DataGovernance.DataGovernanceResponsibleParty | repeated | Data stewards are responsible for data content, context, and associated business rules. |
owners | DataGovernance.DataGovernanceResponsibleParty | repeated | Data owners are concerned with risk and appropriate access to data. |
Field | Type | Label | Description |
organization | OrganizationalEntity | The organization that is responsible for specific data governance role(s). | |
contact | OrganizationalContact | The individual that is responsible for specific data governance role(s). |
The list of declarations which describe the conformance to standards. Each declaration may include attestations, claims, and evidence.
Field | Type | Label | Description |
assessors | Declarations.Assessor | repeated | The list of assessors evaluating claims and determining conformance to requirements and confidence in that assessment. |
attestations | Declarations.Attestation | repeated | The list of attestations asserted by an assessor that maps requirements to claims. |
claims | Declarations.Claim | repeated | The list of claims. |
evidence | Declarations.Evidence | repeated | The list of evidence |
targets | Declarations.Targets | optional | The list of targets which claims are made against. |
affirmation | Declarations.Affirmation | optional | A concise statement affirmed by an individual regarding all declarations, often used for third-party auditor acceptance or recipient acknowledgment. It includes a list of authorized signatories who assert the validity of the document on behalf of the organization. |
Field | Type | Label | Description |
statement | string | optional | The brief statement affirmed by an individual regarding all declarations. Notes: This could be an affirmation of acceptance by a third-party auditor or receiving individual of a file. Example: "I certify, to the best of my knowledge, that all information is correct." |
signatories | Declarations.Affirmation.Signatory | repeated | The list of signatories authorized on behalf of an organization to assert validity of this document. |
Field | Type | Label | Description |
name | string | optional | The signatory's name. |
role | string | optional | The signatory's role within an organization. |
organization | OrganizationalEntity | optional | The signatory's organization. |
externalReference | ExternalReference | optional | An External reference provides a way to document systems, sites, and information that may be relevant but are not included with the BOM. They may also establish specific relationships within or external to the BOM. |
Field | Type | Label | Description |
bom_ref | string | optional | An optional identifier which can be used to reference the component elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element. |
thirdParty | bool | optional | The boolean indicating if the assessor is outside the organization generating claims. A value of false indicates a self assessor. |
organization | OrganizationalEntity | optional | The entity issuing the assessment. |
Attestation
Field | Type | Label | Description |
summary | string | optional | The short description explaining the main points of the attestation. |
assessor | string | optional | The `bom-ref` to the assessor asserting the attestation. |
map | Declarations.Attestation.AttestationMap | repeated | The grouping of requirements to claims and the attestors' declared conformance and confidence thereof. |
Map
Field | Type | Label | Description |
requirement | string | optional | The `bom-ref` to the requirement being attested to. |
claims | string | repeated | The list of `bom-ref` to the claims being attested to. |
counterClaims | string | repeated | The list of `bom-ref` to the counter claims being attested to. |
conformance | Declarations.Attestation.AttestationMap.AttestationConformance | optional | The conformance of the claim meeting a requirement. |
confidence | Declarations.Attestation.AttestationMap.AttestationConfidence | optional | The confidence of the claim meeting the requirement. |
Confidence
Field | Type | Label | Description |
score | double | optional | The confidence of the claim between and inclusive of 0 and 1, where 1 is 100% confidence. |
rationale | string | optional | The rationale for the confidence score. |
Conformance
Field | Type | Label | Description |
score | double | optional | The conformance of the claim between and inclusive of 0 and 1, where 1 is 100% conformance. |
rationale | string | optional | The rationale for the conformance score. |
mitigationStrategies | string | repeated | The list of `bom-ref` to the evidence provided describing the mitigation strategies. |
Field | Type | Label | Description |
bom_ref | string | optional | An optional identifier which can be used to reference the component elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element. |
target | string | optional | The `bom-ref` to a target representing a specific system, application, API, module, team, person, process, business unit, company, etc... that this claim is being applied to. |
predicate | string | optional | The specific statement or assertion about the target. |
mitigationStrategies | string | repeated | The list of `bom-ref` to the evidence provided describing the mitigation strategies. Each mitigation strategy should include an explanation of how any weaknesses in the evidence will be mitigated. |
reasoning | string | optional | The written explanation of why the evidence provided substantiates the claim. |
evidence | string | repeated | The list of `bom-ref` to evidence that supports this claim. |
counterEvidence | string | repeated | The list of `bom-ref` to counterEvidence that supports this claim. |
externalReferences | ExternalReference | repeated | External references provide a way to document systems, sites, and information that may be relevant but are not included with the BOM. They may also establish specific relationships within or external to the BOM. |
Field | Type | Label | Description |
bom_ref | string | optional | An optional identifier which can be used to reference the component elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element. |
propertyName | string | optional | The reference to the property name as defined in the CycloneDX Property Taxonomy: https://github.com/CycloneDX/cyclonedx-property-taxonomy/. |
description | string | optional | The written description of what this evidence is and how it was created. |
data | Declarations.Evidence.Data | repeated | The output or analysis that supports claims. |
created | google.protobuf.Timestamp | optional | The date and time (timestamp) when the evidence was created. |
expires | google.protobuf.Timestamp | optional | The optional date and time (timestamp) when the evidence is no longer valid. |
author | OrganizationalContact | optional | The author of the evidence. |
reviewer | OrganizationalContact | optional | The reviewer of the evidence. |
Field | Type | Label | Description |
name | string | optional | The name of the data. |
contents | Declarations.Evidence.Data.Contents | optional | The contents or references to the contents of the data being described. |
classification | string | optional | Data classification tags data according to its type, sensitivity, and value if altered, stolen, or destroyed. |
sensitiveData | string | repeated | A description of any sensitive data included. |
governance | DataGovernance | optional | Data Governance |
Field | Type | Label | Description |
attachment | AttachedText | optional | An optional way to include textual or encoded data. |
url | string | optional | The URL to where the data can be retrieved. |
Field | Type | Label | Description |
organizations | OrganizationalEntity | repeated | The list of organizations which claims are made against. |
components | Component | repeated | The list of components which claims are made against. |
services | Service | repeated | The list of services which claims are made against. |
Field | Type | Label | Description |
standards | Definition.Standard | repeated | The list of standards which may consist of regulations, industry or organizational-specific standards, maturity models, best practices, or any other requirements which can be evaluated against or attested to. |
A standard may consist of regulations, industry or organizational-specific standards, maturity models, best practices, or any other requirements which can be evaluated against or attested to.
Field | Type | Label | Description |
bom_ref | string | optional | An optional identifier which can be used to reference the component elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element. |
name | string | optional | The name of the standard. This will often be a shortened, single name of the standard. |
version | string | optional | The version of the standard. |
description | string | optional | The description of the standard. |
owner | string | optional | The owner of the standard, often the entity responsible for its release. |
requirements | Definition.Standard.Requirement | repeated | The list of requirements comprising the standard. |
levels | Definition.Standard.Level | repeated | The list of levels associated with the standard. Some standards have different levels of compliance. |
externalReferences | ExternalReference | repeated | External references provide a way to document systems, sites, and information that may be relevant but are not included with the BOM. They may also establish specific relationships within or external to the BOM. |
Field | Type | Label | Description |
bom_ref | string | optional | An optional identifier which can be used to reference the component elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element. |
identifier | string | optional | The identifier used in the standard to identify a specific level. |
title | string | optional | The title of the level. |
description | string | optional | The description of the level. |
requirements | string | repeated | The list of requirement `bom-ref`s that comprise the level. |
Field | Type | Label | Description |
bom_ref | string | optional | An optional identifier which can be used to reference the component elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element. |
identifier | string | optional | The unique identifier used in the standard to identify a specific requirement. This should match what is in the standard and should not be the requirements bom-ref. |
title | string | optional | The title of the requirement. |
text | string | optional | The textual content of the requirement. |
descriptions | string | repeated | The supplemental text that provides additional guidance or context to the requirement but is not directly part of the requirement. |
openCre | string | repeated | The Common Requirements Enumeration (CRE) identifier(s). CRE is a structured and standardized framework for uniting security standards and guidelines. CRE links each section of a resource to a shared topic identifier (a Common Requirement). Through this shared topic link, all resources map to each other. The use of CRE promotes clear and unambiguous communication among stakeholders. |
parent | string | optional | The optional `bom-ref` to a parent requirement. This establishes a hierarchy of requirements. Top-level requirements must not define a parent. Only child requirements should define parents. |
properties | Property | repeated | Specifies optional, custom, properties |
externalReferences | ExternalReference | repeated | External references provide a way to document systems, sites, and information that may be relevant but are not included with the BOM. They may also establish specific relationships within or external to the BOM. |
Defines the direct dependencies of a component, service, or the components provided/implemented by a given component. Components or services that do not have their own dependencies must be declared as empty elements within the graph. Components or services that are not represented in the dependency graph may have unknown dependencies. It is recommended that implementations assume this to be opaque and not an indicator of an object being dependency-free. It is recommended to leverage compositions to indicate unknown dependency graphs.
Field | Type | Label | Description |
ref | string | References a component or service by its bom-ref attribute | |
dependencies | Dependency | repeated | The bom-ref identifiers of the components or services that are dependencies of this dependency object. |
provides | string | repeated | The bom-ref identifiers of the components or services that define a given specification or standard, which are provided or implemented by this dependency object. |
The patch file (or diff) that shows changes. Refer to https://en.wikipedia.org/wiki/Diff
Field | Type | Label | Description |
text | AttachedText | optional | Specifies the optional text of the diff |
url | string | optional | Specifies the URL to the diff |
A measure of energy.
Field | Type | Label | Description |
value | float | Quantity of energy. | |
unit | EnergyMeasureType.EnergyMeasureUnitType | Unit of energy. |
Describes the physical provider of energy used for model development or operations.
Field | Type | Label | Description |
bom_ref | string | optional | BOM unique reference to the energy provider. |
description | string | A description of the energy provider. | |
organization | OrganizationalEntity | The organization of the energy provider. | |
energySource | EnergyProviderType.EnergySourceType | The energy source for the energy provider. | |
energyProvided | EnergyMeasureType | The energy provided by the energy source for an associated activity. | |
external_references | ExternalReference | repeated | Provides the ability to document external references related to the BOM or to the project the BOM describes. |
Field | Type | Label | Description |
property | Property | Name-value pair | |
value | string | Value |
Represents something that happened that may trigger a response.
Field | Type | Label | Description |
uid | string | optional | The unique identifier of the event. |
description | string | optional | A description of the event. |
timeReceived | google.protobuf.Timestamp | optional | The date and time (timestamp) when the event was received. |
data | AttachedText | optional | Encoding of the raw event data. |
source | ResourceReferenceChoice | optional | References the component or service that was the source of the event |
target | ResourceReferenceChoice | optional | References the component or service that was the target of the event |
properties | Property | repeated | Additional properties of the event. |
Provides the ability to document evidence collected through various forms of extraction or analysis.
Field | Type | Label | Description |
licenses | LicenseChoice | repeated | EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression) |
copyright | EvidenceCopyright | repeated | Copyright evidence captures intellectual property assertions, providing evidence of possible ownership and legal protection. |
identity | EvidenceIdentity | repeated | Evidence that substantiates the identity of a component. The identity may be an object or an array of identity objects. Support for specifying identity as a single object was introduced in CycloneDX v1.5. Arrays were introduced in v1.6. It is recommended that all implementations use arrays, even if only one identity object is specified. |
occurrences | EvidenceOccurrences | repeated | Evidence of individual instances of a component spread across multiple locations. |
callstack | Callstack | optional | Evidence of the components use through the callstack. |
Field | Type | Label | Description |
text | string | Copyright text |
Field | Type | Label | Description |
field | EvidenceFieldType | The identity field of the component which the evidence describes. | |
confidence | float | optional | The overall confidence of the evidence from 0 - 1, where 1 is 100% confidence. |
methods | EvidenceMethods | repeated | The methods used to extract and/or analyze the evidence. |
tools | string | repeated | The object in the BOM identified by its bom-ref. This is often a component or service, but may be any object type supporting bom-refs. Tools used for analysis should already be defined in the BOM, either in the metadata/tools, components, or formulation. |
concludedValue | string | optional | The value of the field (cpe, purl, etc) that has been concluded based on the aggregate of all methods (if available). |
Field | Type | Label | Description |
technique | EvidenceTechnique | The technique used in this method of analysis. | |
confidence | float | The confidence of the evidence from 0 - 1, where 1 is 100% confidence. Confidence is specific to the technique used. Each technique of analysis can have independent confidence. | |
value | string | optional | The value or contents of the evidence. |
Field | Type | Label | Description |
bom_ref | string | optional | An optional identifier which can be used to reference the occurrence elsewhere in the BOM. Every bom-ref must be unique within the BOM. |
location | string | The location or path to where the component was found. | |
line | int32 | optional | The line number where the component was found. |
offset | int32 | optional | The offset where the component was found. |
symbol | string | optional | The symbol name that was found associated with the component. |
additionalContext | string | optional | Any additional context of the detected component (e.g. a code snippet). |
External references provide a way to document systems, sites, and information that may be relevant but are not included with the BOM. They may also establish specific relationships within or external to the BOM.
Field | Type | Label | Description |
type | ExternalReferenceType | Specifies the type of external reference. There are built-in types to describe common references. If a type does not exist for the reference being referred to, use the "other" type. | |
url | string | The URL to the external reference | |
comment | string | optional | An optional comment describing the external reference |
hashes | Hash | repeated | Optional integrity hashes for the external resource content |
Describes workflows and resources that captures rules and other aspects of how the associated BOM component or service was formed.
Field | Type | Label | Description |
bom_ref | string | optional | BOM unique reference to the resource. |
components | Component | repeated | Transient components that are used in tasks that constitute one or more of this formula's workflows |
services | Service | repeated | Transient services that are used in tasks that constitute one or more of this formula's workflows |
workflows | Workflow | repeated | List of workflows that can be declared to accomplish specific orchestrated goals and independently triggered. |
properties | Property | repeated | Domain-specific formula properties. |
A collection of graphics that represent various measurements.
Field | Type | Label | Description |
description | string | optional | A description of this collection of graphics. |
graphic | GraphicsCollection.Graphic | repeated | A collection of graphics. |
Field | Type | Label | Description |
name | string | optional | The name of the graphic. |
image | AttachedText | optional | The graphic (vector or raster). Base64 encoding must be specified for binary images. |
Specifies the file hash of the component
Field | Type | Label | Description |
alg | HashAlg | Specifies the algorithm used to create the hash | |
value | string | SimpleContent value of element |
Field | Type | Label | Description |
timestamp | google.protobuf.Timestamp | optional | The timestamp in which the action occurred |
name | string | optional | The name of the individual who performed the action |
string | optional | The email address of the individual who performed the action |
Type that represents various input data types and formats.
Field | Type | Label | Description |
source | ResourceReferenceChoice | optional | A references to the component or service that provided the input to the task (e.g., reference to a service with a data flow value of `inbound`) |
target | ResourceReferenceChoice | optional | A reference to the component or service that received or stored the input if not the task itself (e.g., a local, named storage workspace) |
resource | ResourceReferenceChoice | optional | A reference to an independent resource provided as an input to a task by the workflow runtime. |
parameters | Parameter | repeated | Inputs that have the form of parameters with names and values. |
environmentVars | EnvironmentVars | repeated | Inputs that have the form of parameters with names and values. |
data | AttachedText | optional | Inputs that have the form of data. |
properties | Property | repeated | Additional properties of the input data. |
An individual issue that has been resolved.
Field | Type | Label | Description |
type | IssueClassification | Specifies the type of issue | |
id | string | optional | The identifier of the issue assigned by the source of the issue |
name | string | optional | The name of the issue |
description | string | optional | A description of the issue |
source | Source | optional | The source of the issue where it is documented |
references | string | repeated | A collection of URL's for reference. Multiple URLs are allowed. Example: "https://example.com" |
Specifies the details and attributes related to a software license. It can either include a valid SPDX license identifier or a named license, along with additional properties such as license acknowledgment, comprehensive commercial licensing information, and the full text of the license.
Field | Type | Label | Description |
id | string | A valid SPDX license identifier. If specified, this value must be one of the enumeration of valid SPDX license identifiers defined in the spdx.schema.json (or spdx.xml) subschema which is synchronized with the official SPDX license list. | |
name | string | The name of the license. This may include the name of a commercial or proprietary license or an open source license that may not be defined by SPDX. | |
text | AttachedText | optional | Specifies the optional full text of the attachment |
url | string | optional | The URL to the attachment file. If the attachment is a license or BOM, an externalReference should also be specified for completeness. |
bom_ref | string | optional | An optional identifier which can be used to reference the license elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element. |
licensing | Licensing | optional | Licensing details describing the licensor/licensee, license type, renewal and expiration dates, and other important metadata |
properties | Property | repeated | Specifies optional, custom, properties |
acknowledgement | LicenseAcknowledgementEnumeration | optional | Declared licenses and concluded licenses represent two different stages in the licensing process within software development. Declared licenses refer to the initial intention of the software authors regarding the licensing terms under which their code is released. On the other hand, concluded licenses are the result of a comprehensive analysis of the project's codebase to identify and confirm the actual licenses of the components used, which may differ from the initially declared licenses. While declared licenses provide an upfront indication of the licensing intentions, concluded licenses offer a more thorough understanding of the actual licensing within a project, facilitating proper compliance and risk management. Observed licenses are defined in `@.evidence.licenses`. Observed licenses form the evidence necessary to substantiate a concluded license. |
Field | Type | Label | Description |
license | License | A license | |
expression | string | A valid SPDX license expression. Refer to https://spdx.org/specifications for syntax requirements | |
acknowledgement | LicenseAcknowledgementEnumeration | optional | This field must only be used when "expression" is chosen as the License object has its own acknowledgement. |
bom_ref | string | optional | This field must only be used when "expression" is chosen as the License object has its own bom_ref. |
Field | Type | Label | Description |
altIds | string | repeated | License identifiers that may be used to manage licenses and their lifecycle |
licensor | OrganizationalEntityOrContact | optional | The individual or organization that grants a license to another individual or organization |
licensee | OrganizationalEntityOrContact | optional | The individual or organization for which a license was granted to |
purchaser | OrganizationalEntityOrContact | optional | The individual or organization that purchased the license |
purchaseOrder | string | optional | The purchase order identifier the purchaser sent to a supplier or vendor to authorize a purchase |
licenseTypes | LicensingTypeEnum | repeated | The type of license(s) that was granted to the licensee |
lastRenewal | google.protobuf.Timestamp | optional | The timestamp indicating when the license was last renewed. For new purchases, this is often the purchase or acquisition date. For non-perpetual licenses or subscriptions, this is the timestamp of when the license was last renewed. |
expiration | google.protobuf.Timestamp | optional | The timestamp indicating when the current license expires (if applicable). |
Field | Type | Label | Description |
phase | LifecyclePhase | A pre-defined phase in the product lifecycle. | |
name | string | The name of the lifecycle phase | |
description | string | optional | The description of the lifecycle phase |
Field | Type | Label | Description |
timestamp | google.protobuf.Timestamp | optional | The date and time (timestamp) when the document was created. |
tools | Tool | optional | The tool(s) used in the creation of the BOM. |
authors | OrganizationalContact | repeated | The person(s) who created the BOM. Authors are common in BOMs created through manual processes. BOMs created through automated means may have '.manufacturer' instead. |
component | Component | optional | The component that the BOM describes. |
manufacture | OrganizationalEntity | optional | Deprecated. DEPRECATED - DO NOT USE - This will be removed in a future version - Use the `.component.manufacturer` instead. The organization that manufactured the component that the BOM describes. |
supplier | OrganizationalEntity | optional | The organization that supplied the component that the BOM describes. The supplier may often be the manufacture, but may also be a distributor or repackager. |
licenses | LicenseChoice | repeated | The license information for the BOM document. This may be different from the license(s) of the component(s) that the BOM describes. EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression) |
properties | Property | repeated | Specifies optional, custom, properties |
lifecycles | Lifecycles | repeated | Lifecycles communicate the stage(s) in which data in the BOM was captured. Different types of data may be available at various phases of a lifecycle, such as the Software Development Lifecycle (SDLC), IT Asset Management (ITAM), and Software Asset Management (SAM). Thus, a BOM may include data specific to or only obtainable in a given lifecycle. |
manufacturer | OrganizationalEntity | optional | The organization that created the BOM. Manufacturer is common in BOMs created through automated processes. BOMs created through manual means may have '.authors' instead. |
Name | Option |
manufacture | true |
A model card describes the intended uses of a machine learning model and potential limitations, including biases and ethical considerations. Model cards typically contain the training parameters, which datasets were used to train the model, performance metrics, and other relevant data useful for ML transparency. This object SHOULD be specified for any component of type `machine-learning-model` and must not be specified for other component types.
Comment:
Model card support in CycloneDX is derived from TensorFlow Model Card Toolkit released under the Apache 2.0 license and available from https://github.com/tensorflow/model-card-toolkit/blob/main/model_card_toolkit/schema/v0.0.2/model_card.schema.json. In addition, CycloneDX model card support includes portions of VerifyML, also released under the Apache 2.0 license and available from https://github.com/cylynx/verifyml/blob/main/verifyml/model_card_toolkit/schema/v0.0.4/model_card.schema.json.
Field | Type | Label | Description |
bom_ref | string | optional | An optional identifier which can be used to reference the model card elsewhere in the BOM. Every bom-ref must be unique within the BOM. |
modelParameters | ModelCard.ModelParameters | optional | Hyper-parameters for construction of the model. |
quantitativeAnalysis | ModelCard.QuantitativeAnalysis | optional | A quantitative analysis of the model |
considerations | ModelCard.ModelCardConsiderations | optional | What considerations should be taken into account regarding the model's construction, training, and application? |
Field | Type | Label | Description |
users | string | repeated | Who are the intended users of the model? |
useCases | string | repeated | What are the intended use cases of the model? |
technicalLimitations | string | repeated | What are the known technical limitations of the model? E.g. What kind(s) of data should the model be expected not to perform well on? What are the factors that might degrade model performance? |
performanceTradeoffs | string | repeated | What are the known tradeoffs in accuracy/performance of the model? |
ethicalConsiderations | ModelCard.ModelCardConsiderations.EthicalConsiderations | repeated | What are the ethical risks involved in the application of this model? |
fairnessAssessments | ModelCard.ModelCardConsiderations.FairnessAssessments | repeated | How does the model affect groups at risk of being systematically disadvantaged? What are the harms and benefits to the various affected groups? |
environmentalConsiderations | ModelCard.ModelCardConsiderations.EnvironmentalConsiderations | optional | What are the various environmental impacts the corresponding machine learning model has exhibited across its lifecycle? |
Describes energy consumption information incurred for the specified lifecycle activity.
Field | Type | Label | Description |
activity | ModelCard.ModelCardConsiderations.EnergyConsumption.ActivityType | The type of activity that is part of a machine learning model development or operational lifecycle. | |
energyProviders | EnergyProviderType | repeated | The providers of the energy consumed by the associated model development lifecycle activity. |
activityEnergyCost | EnergyMeasureType | The total energy cost associated with the model lifecycle activity. | |
co2CostEquivalent | CO2MeasureType | optional | The CO2 cost or debit equivalent to the total energy cost. |
co2CostOffset | CO2MeasureType | optional | The CO2 offset or credit for the CO2 equivalent cost. |
properties | Property | repeated | Specifies optional, custom properties for environment considerations |
Field | Type | Label | Description |
energyConsumptions | ModelCard.ModelCardConsiderations.EnergyConsumption | repeated | Describes energy consumption information incurred for one or more component lifecycle activities. |
properties | Property | repeated | Specifies optional, custom properties for environment considerations |
Field | Type | Label | Description |
name | string | optional | The name of the risk. |
mitigationStrategy | string | optional | Strategy used to address this risk. |
Field | Type | Label | Description |
groupAtRisk | string | optional | The groups or individuals at risk of being systematically disadvantaged by the model. |
benefits | string | optional | Expected benefits to the identified groups. |
harms | string | optional | Expected harms to the identified groups. |
mitigationStrategy | string | optional | With respect to the benefits and harms outlined, please describe any mitigation strategy implemented. |
Field | Type | Label | Description |
approach | ModelCard.ModelParameters.Approach | optional | The overall approach to learning used by the model for problem-solving. |
task | string | optional | Directly influences the input and/or output. Examples include classification, regression, clustering, etc. |
architectureFamily | string | optional | The model architecture family such as transformer network, convolutional neural network, residual neural network, LSTM neural network, etc. |
modelArchitecture | string | optional | The specific architecture of the model, such as GPT-1, ResNet-50, YOLOv3, etc. |
datasets | ModelCard.ModelParameters.Datasets | repeated | The datasets used to train and evaluate the model. |
inputs | ModelCard.ModelParameters.MachineLearningInputOutputParameters | repeated | The input format(s) of the model |
outputs | ModelCard.ModelParameters.MachineLearningInputOutputParameters | repeated | The output format(s) from the model |
Field | Type | Label | Description |
type | ModelParameterApproachType | optional | Learning types describing the learning problem or hybrid learning problem. |
Field | Type | Label | Description |
dataset | ComponentData | Inline Data Information | |
ref | string | References a data component by the components bom-ref attribute |
Field | Type | Label | Description |
format | string | optional | The data format for input/output to the model. Example formats include string, image, time-series |
Field | Type | Label | Description |
performanceMetrics | ModelCard.QuantitativeAnalysis.PerformanceMetrics | repeated | The model performance metrics being reported. Examples may include accuracy, F1 score, precision, top-3 error rates, MSC, etc. |
graphics | GraphicsCollection | optional | A collection of graphics that represent various measurements. |
Field | Type | Label | Description |
type | string | optional | The type of performance metric. |
value | string | optional | The value of the performance metric. |
slice | string | optional | The name of the slice this metric was computed on. By default, assume this metric is not sliced. |
confidenceInterval | ModelCard.QuantitativeAnalysis.PerformanceMetrics.ConfidenceInterval | optional | The confidence interval of the metric. |
Field | Type | Label | Description |
lowerBound | string | optional | The lower bound of the confidence interval. |
upperBound | string | optional | The upper bound of the confidence interval. |
A note containing the locale and content.
Field | Type | Label | Description |
locale | string | optional | The ISO-639 (or higher) language code and optional ISO-3166 (or higher) country code. Examples include: "en", "en-US", "fr" and "fr-CA". |
text | AttachedText | optional | Specifies the full content of the release note. |
Field | Type | Label | Description |
name | string | optional | The name of the contact |
string | optional | The email address of the contact. | |
phone | string | optional | The phone number of the contact. |
bom_ref | string | optional | An optional identifier which can be used to reference the object elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element. |
Field | Type | Label | Description |
name | string | optional | The name of the organization |
url | string | repeated | The URL of the organization. Multiple URLs are allowed. |
contact | OrganizationalContact | repeated | A contact person at the organization. Multiple contacts are allowed. |
bom_ref | string | optional | An optional identifier which can be used to reference the object elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element. |
address | PostalAddressType | optional | The physical address (location) of the organization |
EITHER an organization OR an individual
Field | Type | Label | Description |
organization | OrganizationalEntity | Organization | |
individual | OrganizationalContact | Individual |
Type that represents various output data types and formats.
Field | Type | Label | Description |
type | OutputType.OutputTypeType | optional | Describes the type of data output. |
source | ResourceReferenceChoice | optional | Component or service that generated or provided the output from the task (e.g., a build tool) |
target | ResourceReferenceChoice | optional | Component or service that received the output from the task (e.g., reference to an artifactory service with data flow value of `outbound`) |
resource | ResourceReferenceChoice | optional | A reference to an independent resource generated as output by the task. |
data | AttachedText | optional | Outputs that have the form of data. |
environmentVars | EnvironmentVars | repeated | Outputs that have the form of environment variables. |
properties | Property | repeated | Additional properties of the output data. |
A representation of a functional parameter.
Field | Type | Label | Description |
name | string | optional | The name of the parameter. |
value | string | optional | The value of the parameter. |
dataType | string | optional | The data type of the parameter. |
Specifies an individual patch
Field | Type | Label | Description |
type | PatchClassification | Specifies the purpose for the patch, including the resolution of defects, security issues, or new behavior or functionality | |
diff | Diff | optional | The patch file (or diff) that show changes. Refer to https://en.wikipedia.org/wiki/Diff |
resolves | Issue | repeated | A collection of issues the patch resolves |
Component pedigree is a way to document complex supply chain scenarios where components are created, distributed, modified, redistributed, combined with other components, etc. Pedigree supports viewing this complex chain from the beginning, the end, or anywhere in the middle. It also provides a way to document variants where the exact relation may not be known.
Field | Type | Label | Description |
ancestors | Component | repeated | Describes zero or more components in which a component is derived from. This is commonly used to describe forks from existing projects where the forked version contains an ancestor node containing the original component it was forked from. For example, Component A is the original component. Component B is the component being used and documented in the BOM. However, Component B contains a pedigree node with a single ancestor documenting Component A - the original component from which Component B is derived from. |
descendants | Component | repeated | Descendants are the exact opposite of ancestors. This provides a way to document all forks (and their forks) of an original or root component. |
variants | Component | repeated | Variants describe relations where the relationship between the components is not known. For example, if Component A contains nearly identical code to Component B. They are both related, but it is unclear if one is derived from the other or if they share a common ancestor. |
commits | Commit | repeated | A list of zero or more commits which provide a trail describing how the component deviates from an ancestor, descendant, or variant. |
patches | Patch | repeated | A list of zero or more patches describing how the component deviates from an ancestor, descendant, or variant. Patches may be complementary to commits or may be used in place of commits. |
notes | string | optional | Notes, observations, and other non-structured commentary describing the component's pedigree. |
An address used to identify a contactable location.
Field | Type | Label | Description |
bom_ref | string | optional | An optional identifier which can be used to reference the address elsewhere in the BOM. Every bom-ref must be unique within the BOM. |
country | string | optional | The country name or the two-letter ISO 3166-1 country code. |
region | string | optional | The region or state in the country. For example, Texas. |
locality | string | optional | The locality or city within the country. For example, Austin. |
postOfficeBoxNumber | string | optional | The post office box number. For example, 901. |
postalCodeue | string | optional | The postal code. For example, 78758. |
streetAddress | string | optional | The street address. For example, 100 Main Street. |
Field | Type | Label | Description |
reproductionSteps | string | optional | Precise steps to reproduce the vulnerability. |
environment | string | optional | A description of the environment in which reproduction was possible. |
supportingMaterial | AttachedText | repeated | Supporting material that helps in reproducing or understanding how reproduction is possible. This may include screenshots, payloads, and PoC exploit code. |
Specifies a property
Field | Type | Label | Description |
name | string | Name (or key) | |
value | string | optional | Value |
Field | Type | Label | Description |
type | string | The software versioning type. It is recommended that the release type use one of 'major', 'minor', 'patch', 'pre-release', or 'internal'. Representing all possible software release types is not practical, so standardizing on the recommended values, whenever possible, is strongly encouraged. | |
title | string | optional | The title of the release. |
featuredImage | string | optional | The URL to an image that may be prominently displayed with the release note. |
socialImage | string | optional | The URL to an image that may be used in messaging on social media platforms. |
description | string | optional | A short description of the release. |
timestamp | google.protobuf.Timestamp | optional | The date and time (timestamp) when the release note was created. |
aliases | string | repeated | Optional alternate names the release may be referred to. This may include unofficial terms used by development and marketing teams (e.g. code names). |
tags | string | repeated | Textual strings that aid in the discovery, search, and retrieval of the associated object. Tags often serve as a way to group or categorize similar or related objects by various attributes. Examples include "json-parser", "object-persistence", "text-to-image", "translation", and "object-detection". |
resolves | Issue | repeated | A collection of issues that have been resolved. |
notes | Note | repeated | Zero or more release notes containing the locale and content. Multiple note messages may be specified to support release notes in a wide variety of languages. |
properties | Property | repeated | Specifies optional, custom, properties |
Type that permits a choice to reference a resource using an iternal bom-ref identifier or an external reference.
Field | Type | Label | Description |
ref | string | References an object by its bom-ref attribute | |
externalReference | ExternalReference | Reference to an externally accessible resource |
Field | Type | Label | Description |
bom_ref | string | optional | An optional identifier which can be used to reference the service elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element. |
provider | OrganizationalEntity | optional | The organization that provides the service. |
group | string | optional | The grouping name, namespace, or identifier. This will often be a shortened, single name of the company or project that produced the service or domain name. Whitespace and special characters should be avoided. |
name | string | The name of the service. This will often be a shortened, single name of the service. | |
version | string | optional | The service version. |
description | string | optional | Specifies a description for the service. |
endpoints | string | repeated | The endpoint URIs of the service. Multiple endpoints are allowed. Example: "https://example.com/api/v1/ticker" |
authenticated | bool | optional | A boolean value indicating if the service requires authentication. A value of true indicates the service requires authentication prior to use. A value of false indicates the service does not require authentication. |
x_trust_boundary | bool | optional | A boolean value indicating if the use of the service crosses a trust zone or boundary. A value of true indicates that by using the service, a trust boundary is crossed. A value of false indicates that by using the service, a trust boundary is not crossed. |
data | DataFlow | repeated | Specifies information about the data including the directional flow of data and the data classification. |
licenses | LicenseChoice | repeated | EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression) |
external_references | ExternalReference | repeated | Provides the ability to document external references related to the service. |
services | Service | repeated | Specifies optional sub-service. This is not a dependency tree. It provides a way to specify a hierarchical representation of service assemblies, similar to system -> subsystem -> parts assembly in physical supply chains. |
properties | Property | repeated | Specifies optional, custom, properties |
releaseNotes | ReleaseNotes | optional | Specifies optional release notes. |
trustZone | string | optional | The name of the trust zone the service resides in. |
tags | string | repeated | Textual strings that aid in the discovery, search, and retrieval of the associated object. Tags often serve as a way to group or categorize similar or related objects by various attributes. Examples include "json-parser", "object-persistence", "text-to-image", "translation", and "object-detection". |
The source of the issue where it is documented.
Field | Type | Label | Description |
name | string | optional | The name of the source. For example, "National Vulnerability Database", "NVD", and "Apache" |
url | string | optional | The url of the issue documentation as provided by the source |
Executes specific commands or tools in order to accomplish its owning task as part of a sequence.
Field | Type | Label | Description |
name | string | optional | A name for the step. |
description | string | optional | A description of the step. |
commands | Command | repeated | Ordered list of commands or directives for the step |
properties | Property | repeated | Domain-specific step properties. |
Specifies metadata and content for ISO-IEC 19770-2 Software Identification (SWID) Tags.
Field | Type | Label | Description |
tag_id | string | Maps to the tagId of a SoftwareIdentity. | |
name | string | Maps to the name of a SoftwareIdentity. | |
version | string | optional | Maps to the version of a SoftwareIdentity. Defaults to '0.0' if not specified. |
tag_version | int32 | optional | Maps to the tagVersion of a SoftwareIdentity. Defaults to '0' if not specified. |
patch | bool | optional | Maps to the patch of a SoftwareIdentity. Defaults to 'false' if not specified. |
text | AttachedText | optional | Specifies the full content of the SWID tag. |
url | string | optional | The URL to the SWID file. |
Describes the inputs, sequence of steps and resources used to accomplish a task and its output.
Field | Type | Label | Description |
bom_ref | string | BOM unique reference to the resource. | |
uid | string | The unique identifier for the resource instance within its deployment context. | |
name | string | optional | The name of the resource instance. |
description | string | optional | A description of the resource instance. |
properties | Property | repeated | Domain-specific task instance properties. |
resourceReferences | ResourceReferenceChoice | repeated | References to component or service resources that are used to realize the resource instance. |
taskTypes | TaskType | repeated | Indicates the types of activities performed by the set of workflow tasks. |
trigger | Trigger | optional | The trigger that initiated the task. |
steps | Step | repeated | "The sequence of steps for the task. |
inputs | InputType | repeated | Represents resources and data brought into a task at runtime by an executor or task commands |
outputs | OutputType | repeated | Represents resources and data output from a task at runtime by an executor or task commands |
timeStart | google.protobuf.Timestamp | optional | The date and time (timestamp) when the task started. |
timeEnd | google.protobuf.Timestamp | optional | The date and time (timestamp) when the task ended. |
workspaces | Workspace | repeated | A set of named filesystem or data resource shareable by workflow tasks. |
runtimeTopology | Dependency | repeated | A graph of the component runtime topology for task's instance. |
Specifies a tool (manual or automated).
Field | Type | Label | Description |
vendor | string | optional | Deprecated. DEPRECATED - DO NOT USE - The vendor of the tool used to create the BOM. |
name | string | optional | Deprecated. DEPRECATED - DO NOT USE - The name of the tool used to create the BOM. |
version | string | optional | Deprecated. DEPRECATED - DO NOT USE - The version of the tool used to create the BOM. |
hashes | Hash | repeated | Deprecated. DEPRECATED - DO NOT USE |
external_references | ExternalReference | repeated | Deprecated. DEPRECATED - DO NOT USE - Provides the ability to document external references related to the tool. |
components | Component | repeated | A list of software and hardware components used as tools |
services | Service | repeated | A list of services used as tools. This may include microservices, function-as-a-service, and other types of network or intra-process services. |
Name | Option |
vendor | true |
name | true |
version | true |
hashes | true |
external_references | true |
Represents a resource that can conditionally activate (or fire) tasks based upon associated events and their data.
Field | Type | Label | Description |
bom_ref | string | BOM unique reference to the resource. | |
uid | string | The unique identifier for the resource instance within its deployment context. | |
name | string | optional | The name of the resource instance. |
description | string | optional | A description of the resource instance. |
properties | Property | repeated | Additional properties of the trigger. |
resourceReferences | ResourceReferenceChoice | repeated | References to component or service resources that are used to realize the resource instance. |
type | Trigger.TriggerType | The source type of event which caused the trigger to fire. | |
event | Event | optional | The event data that caused the associated trigger to activate. |
conditions | Condition | repeated | A list of conditions used to determine if a trigger should be activated. |
timeActivated | google.protobuf.Timestamp | optional | The date and time (timestamp) when the trigger was activated. |
inputs | InputType | repeated | Represents resources and data brought into a task at runtime by an executor or task commands |
outputs | OutputType | repeated | Represents resources and data output from a task at runtime by an executor or task commands |
An identifiable, logical unit of data storage tied to a physical device.
Field | Type | Label | Description |
uid | string | optional | The unique identifier for the volume instance within its deployment context. |
name | string | optional | The name of the volume instance |
mode | Volume.VolumeMode | optional | The volume mode for the volume instance. |
path | string | optional | The underlying path created from the actual volume. |
sizeAllocated | string | optional | The allocated size of the volume accessible to the associated workspace. This should include the scalar size as well as the IEC standard unit in either decimal or binary form. |
persistent | bool | optional | Indicates if the volume persists beyond the life of the resource it is associated with. |
remote | bool | optional | Indicates if the volume is remotely (i.e., network) attached. |
properties | Property | repeated | Domain-specific volume instance properties. |
Defines a weakness in a component or service that could be exploited or triggered by a threat source.
Field | Type | Label | Description |
bom_ref | string | optional | An optional identifier which can be used to reference the vulnerability elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element. |
id | string | optional | The identifier that uniquely identifies the vulnerability. |
source | Source | optional | The source that published the vulnerability. |
references | VulnerabilityReference | repeated | Zero or more pointers to vulnerabilities that are the equivalent of the vulnerability specified. Oftentimes, the same vulnerability may exist in multiple sources of vulnerability intelligence but have different identifiers. References provide a way to correlate vulnerabilities across multiple sources of vulnerability intelligence. |
ratings | VulnerabilityRating | repeated | List of vulnerability ratings |
cwes | int32 | repeated | List of Common Weaknesses Enumerations (CWEs) codes that describe this vulnerability. For example, 399 (of https://cwe.mitre.org/data/definitions/399.html) |
description | string | optional | A description of the vulnerability as provided by the source. |
detail | string | optional | If available, an in-depth description of the vulnerability as provided by the source organization. Details often include information useful in understanding the root cause. |
recommendation | string | optional | Recommendations of how the vulnerability can be remediated or mitigated. |
advisories | Advisory | repeated | Published advisories of the vulnerability if provided. |
created | google.protobuf.Timestamp | optional | The date and time (timestamp) when the vulnerability record was created in the vulnerability database. |
published | google.protobuf.Timestamp | optional | The date and time (timestamp) when the vulnerability record was first published. |
updated | google.protobuf.Timestamp | optional | The date and time (timestamp) when the vulnerability record was last updated. |
credits | VulnerabilityCredits | optional | Individuals or organizations credited with the discovery of the vulnerability. |
tools | Tool | optional | The tool(s) used to identify, confirm, or score the vulnerability. |
analysis | VulnerabilityAnalysis | optional | An assessment of the impact and exploitability of the vulnerability. |
affects | VulnerabilityAffects | repeated | affects |
properties | Property | repeated | Specifies optional, custom, properties |
rejected | google.protobuf.Timestamp | optional | The date and time (timestamp) when the vulnerability record was rejected (if applicable). |
proofOfConcept | ProofOfConcept | optional | Evidence used to reproduce the vulnerability. |
workaround | string | optional | A bypass, usually temporary, of the vulnerability that reduces its likelihood and/or impact. Workarounds often involve changes to configuration or deployments. |
Field | Type | Label | Description |
version | string | A single version of a component or service. | |
range | string | A version range specified in Package URL Version Range syntax (vers), which is defined at https://github.com/package-url/purl-spec/VERSION-RANGE-SPEC.rst | |
status | VulnerabilityAffectedStatus | optional | The vulnerability status for the version or range of versions. Defaults to VULNERABILITY_AFFECTED_STATUS_AFFECTED if not specified. |
Field | Type | Label | Description |
ref | string | References a component or service by the objects bom-ref | |
versions | VulnerabilityAffectedVersions | repeated | Zero or more individual versions or range of versions. |
Field | Type | Label | Description |
state | ImpactAnalysisState | optional | Declares the current state of an occurrence of a vulnerability after automated or manual analysis. |
justification | ImpactAnalysisJustification | optional | The rationale of why the impact analysis state was asserted. |
response | VulnerabilityResponse | repeated | A response to the vulnerability by the manufacturer, supplier, or project responsible for the affected component or service. More than one response is allowed. Responses are strongly encouraged for vulnerabilities where the analysis state is exploitable. |
detail | string | optional | Detailed description of the impact, including methods used during the assessment. If a vulnerability is not exploitable, this field should include specific details on why the component or service is not impacted by this vulnerability. |
firstIssued | google.protobuf.Timestamp | optional | The date and time (timestamp) when the analysis was first issued. |
lastUpdated | google.protobuf.Timestamp | optional | The date and time (timestamp) when the analysis was last updated. |
Field | Type | Label | Description |
organizations | OrganizationalEntity | repeated | The organizations credited with vulnerability discovery. |
individuals | OrganizationalContact | repeated | The individuals not associated with organizations that are credited with vulnerability discovery. |
Field | Type | Label | Description |
source | Source | optional | The source that calculated the severity or risk rating of the vulnerability. |
score | double | optional | The numerical score of the rating. |
severity | Severity | optional | Textual representation of the severity that corresponds to the numerical score of the rating. |
method | ScoreMethod | optional | Specifies the severity or risk scoring methodology or standard used. |
vector | string | optional | Textual representation of the metric values used to score the vulnerability. |
justification | string | optional | An optional reason for rating the vulnerability as it was. |
Field | Type | Label | Description |
id | string | An identifier that uniquely identifies the vulnerability. | |
source | Source | The source that published the vulnerability. |
A specialized orchestration task.
Field | Type | Label | Description |
bom_ref | string | BOM unique reference to the resource. | |
uid | string | The unique identifier for the resource instance within its deployment context. | |
name | string | optional | The name of the resource instance. |
description | string | optional | A description of the resource instance. |
properties | Property | repeated | Domain-specific resource instance properties. |
resourceReferences | ResourceReferenceChoice | repeated | References to component or service resources that are used to realize the resource instance. |
tasks | Task | repeated | The tasks that comprise the workflow. |
taskDependencies | Dependency | repeated | The graph of dependencies between tasks within the workflow. |
taskTypes | TaskType | repeated | Indicates the types of activities performed by the set of workflow tasks. |
trigger | Trigger | optional | The trigger that initiated the task. |
steps | Step | repeated | The sequence of steps for the task. |
inputs | InputType | repeated | Represents resources and data brought into a task at runtime by executor or task commands |
outputs | OutputType | repeated | Represents resources and data output from a task at runtime by executor or task commands |
timeStart | google.protobuf.Timestamp | optional | The date and time (timestamp) when the task started. |
timeEnd | google.protobuf.Timestamp | optional | The date and time (timestamp) when the task ended. |
workspaces | Workspace | repeated | A set of named filesystem or data resource shareable by workflow tasks. |
runtimeTopology | Dependency | repeated | A graph of the component runtime topology for workflow's instance. |
A named filesystem or data resource shareable by workflow tasks.
Field | Type | Label | Description |
bom_ref | string | BOM unique reference to the resource. | |
uid | string | The unique identifier for the resource instance within its deployment context. | |
name | string | optional | The name of the resource instance. |
aliases | string | repeated | The names for the workspace as referenced by other workflow tasks. Effectively, a name mapping so other tasks can use their own local name in their steps. |
description | string | optional | A description of the resource instance. |
properties | Property | repeated | Domain-specific workspace instance properties. |
resourceReferences | ResourceReferenceChoice | repeated | References to component or service resources that are used to realize the resource instance. |
accessMode | Workspace.AccessMode | optional | Describes the read-write access control for the workspace relative to the owning resource instance. |
mountPath | string | optional | A path to a location on disk where the workspace will be available for the associated task's steps. |
managedDataType | string | optional | The name of a domain-specific data type the workspace represents. |
volumeRequest | string | optional | Identifies the reference to the request for a specific volume type and parameters. |
volume | Volume | optional | Information about the actual volume instance allocated to the workspace. |
Name | Number | Description |
AGGREGATE_NOT_SPECIFIED | 0 | The relationship completeness is not specified. buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `not specified` is our fallback, doubling `unspecified` |
AGGREGATE_COMPLETE | 1 | The relationship is complete. No further relationships including constituent components, services, or dependencies are known to exist. |
AGGREGATE_INCOMPLETE | 2 | The relationship is incomplete. Additional relationships exist and may include constituent components, services, or dependencies. |
AGGREGATE_INCOMPLETE_FIRST_PARTY_ONLY | 3 | The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented. |
AGGREGATE_INCOMPLETE_THIRD_PARTY_ONLY | 4 | The relationship is incomplete. Only relationships for third-party components, services, or their dependencies are represented. |
AGGREGATE_UNKNOWN | 5 | The relationship may be complete or incomplete. This usually signifies a 'best-effort' to obtain constituent components, services, or dependencies but the completeness is inconclusive. |
AGGREGATE_INCOMPLETE_FIRST_PARTY_PROPRIETARY_ONLY | 6 | The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented, limited specifically to those that are proprietary. |
AGGREGATE_INCOMPLETE_FIRST_PARTY_OPENSOURCE_ONLY | 7 | The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented, limited specifically to those that are opensource. |
AGGREGATE_INCOMPLETE_THIRD_PARTY_PROPRIETARY_ONLY | 8 | The relationship is incomplete. Only relationships for third-party components, services, or their dependencies are represented, limited specifically to those that are proprietary. |
AGGREGATE_INCOMPLETE_THIRD_PARTY_OPENSOURCE_ONLY | 9 | The relationship is incomplete. Only relationships for third-party components, services, or their dependencies are represented, limited specifically to those that are opensource. |
Name | Number | Description |
CO2_MEASURE_UNIT_TYPE_UNSPECIFIED | 0 | Default |
CO2_MEASURE_UNIT_TYPE_TONNES_CO2_EQUIVALENT | 1 | Tonnes (t) of carbon dioxide (CO2) equivalent (eq) (the default unit). |
Name | Number | Description |
CLASSIFICATION_NULL | 0 | buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `null` is our fallback, doubling `unspecified` |
CLASSIFICATION_APPLICATION | 1 | A software application. Refer to https://en.wikipedia.org/wiki/Application_software for information about applications. |
CLASSIFICATION_FRAMEWORK | 2 | A software framework. Refer to https://en.wikipedia.org/wiki/Software_framework for information on how frameworks vary slightly from libraries. |
CLASSIFICATION_LIBRARY | 3 | A software library. Refer to https://en.wikipedia.org/wiki/Library_(computing) for information about libraries. All third-party and open source reusable components will likely be a library. If the library also has key features of a framework, then it should be classified as a framework. If not, or is unknown, then specifying library is recommended. |
CLASSIFICATION_OPERATING_SYSTEM | 4 | A software operating system without regard to deployment model (i.e. installed on physical hardware, virtual machine, image, etc) Refer to https://en.wikipedia.org/wiki/Operating_system |
CLASSIFICATION_DEVICE | 5 | A hardware device such as a processor, or chip-set. A hardware device containing firmware should include a component for the physical hardware itself, and another component of type 'firmware' or 'operating-system' (whichever is relevant), describing information about the software running on the device. See also the list of known device properties: https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/device.md |
CLASSIFICATION_FILE | 6 | A computer file. Refer to https://en.wikipedia.org/wiki/Computer_file for information about files. |
CLASSIFICATION_CONTAINER | 7 | A packaging and/or runtime format, not specific to any particular technology, which isolates software inside the container from software outside of a container through virtualization technology. Refer to https://en.wikipedia.org/wiki/OS-level_virtualization |
CLASSIFICATION_FIRMWARE | 8 | A special type of software that provides low-level control over a devices hardware. Refer to https://en.wikipedia.org/wiki/Firmware |
CLASSIFICATION_DEVICE_DRIVER | 9 | A special type of software that operates or controls a particular type of device. Refer to https://en.wikipedia.org/wiki/Device_driver |
CLASSIFICATION_PLATFORM | 10 | A runtime environment which interprets or executes software. This may include runtimes such as those that execute bytecode or low-code/no-code application platforms. |
CLASSIFICATION_MACHINE_LEARNING_MODEL | 11 | A model based on training data that can make predictions or decisions without being explicitly programmed to do so. |
CLASSIFICATION_DATA | 12 | A collection of discrete values that convey information. |
CLASSIFICATION_CRYPTOGRAPHIC_ASSET | 13 | A cryptographic asset including algorithms, protocols, certificates, keys, tokens, and secrets. |
Name | Number | Description |
COMPONENT_DATA_TYPE_SOURCE_CODE | 0 | Any type of code, code snippet, or data-as-code buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- value `0` is a fallback(meaning "unspecified") in protobuf3. this usage here is an error, it shall be fixed with v2.0 of this very schema |
COMPONENT_DATA_TYPE_CONFIGURATION | 1 | Parameters or settings that may be used by other components. |
COMPONENT_DATA_TYPE_DATASET | 2 | A collection of data. |
COMPONENT_DATA_TYPE_DEFINITION | 3 | Data that can be used to create new instances of what the definition defines. |
COMPONENT_DATA_TYPE_OTHER | 4 | Any other type of data that does not fit into existing definitions. |
Cryptographic functions
Name | Number | Description |
CRYPTO_ALGORITHM_FUNCTION_UNSPECIFIED | 0 | ProtoBuff's default value -- it differs from "unknown" |
CRYPTO_ALGORITHM_FUNCTION_UNKNOWN | 1 | meaning "there is some, but it is unclear which one" |
CRYPTO_ALGORITHM_FUNCTION_OTHER | 2 | none of the following |
CRYPTO_ALGORITHM_FUNCTION_GENERATE | 3 | |
CRYPTO_ALGORITHM_FUNCTION_KEYGEN | 4 | |
CRYPTO_ALGORITHM_FUNCTION_ENCRYPT | 5 | |
CRYPTO_ALGORITHM_FUNCTION_DECRYPT | 6 | |
CRYPTO_ALGORITHM_FUNCTION_DIGEST | 7 | |
CRYPTO_ALGORITHM_FUNCTION_TAG | 8 | |
CRYPTO_ALGORITHM_FUNCTION_KEYDERIVE | 9 | |
CRYPTO_ALGORITHM_FUNCTION_SIGN | 10 | |
CRYPTO_ALGORITHM_FUNCTION_VERIFY | 11 | |
CRYPTO_ALGORITHM_FUNCTION_ENCAPSULATE | 12 | |
CRYPTO_ALGORITHM_FUNCTION_DECAPSULATE | 13 |
Mode
Name | Number | Description |
CRYPTO_ALGORITHM_MODE_UNSPECIFIED | 0 | ProtoBuff's default value -- it differs from "unknown" |
CRYPTO_ALGORITHM_MODE_UNKNOWN | 1 | The mode of operation is not known |
CRYPTO_ALGORITHM_MODE_OTHER | 2 | Another mode of operation - none of the following |
CRYPTO_ALGORITHM_MODE_CBC | 3 | Cipher block chaining |
CRYPTO_ALGORITHM_MODE_ECB | 4 | Electronic codebook |
CRYPTO_ALGORITHM_MODE_CCM | 5 | Counter with cipher block chaining message authentication code |
CRYPTO_ALGORITHM_MODE_GCM | 6 | Galois/counter |
CRYPTO_ALGORITHM_MODE_CFB | 7 | Cipher feedback |
CRYPTO_ALGORITHM_MODE_OFB | 8 | Output feedback |
CRYPTO_ALGORITHM_MODE_CTR | 9 | Counter |
Padding
Name | Number | Description |
CRYPTO_ALGORITHM_PADDING_UNSPECIFIED | 0 | ProtoBuff's default value -- it differs from "unknown" |
CRYPTO_ALGORITHM_PADDING_UNKNOWN | 1 | The padding scheme is not known |
CRYPTO_ALGORITHM_PADDING_OTHER | 2 | Another padding scheme - none of the following |
CRYPTO_ALGORITHM_PADDING_PKCS5 | 3 | Public Key Cryptography Standard: Password-Based Cryptography |
CRYPTO_ALGORITHM_PADDING_PKCS7 | 4 | Public Key Cryptography Standard: Cryptographic Message Syntax |
CRYPTO_ALGORITHM_PADDING_PKCS1V15 | 5 | Public Key Cryptography Standard: RSA Cryptography v1.5 |
CRYPTO_ALGORITHM_PADDING_OAEP | 6 | Optimal asymmetric encryption padding |
CRYPTO_ALGORITHM_PADDING_RAW | 7 | Raw |
Execution Environment
Name | Number | Description |
CRYPTO_EXECUTION_ENVIRONMENT_UNSPECIFIED | 0 | ProtoBuff's default value -- it differs from "unknown" |
CRYPTO_EXECUTION_ENVIRONMENT_UNKNOWN | 1 | The execution environment is not known |
CRYPTO_EXECUTION_ENVIRONMENT_OTHER | 2 | Another implementation environment - none of the following |
CRYPTO_EXECUTION_ENVIRONMENT_SOFTWARE_PLAIN_RAM | 3 | A software implementation running in plain unencrypted RAM. |
CRYPTO_EXECUTION_ENVIRONMENT_SOFTWARE_ENCRYPTED_RAM | 4 | A software implementation running in encrypted RAM. |
CRYPTO_EXECUTION_ENVIRONMENT_SOFTWARE_TEE | 5 | A software implementation running in a trusted execution environment. |
CRYPTO_EXECUTION_ENVIRONMENT_HARDWARE | 6 | A hardware implementation. |
Implementation platform
Name | Number | Description |
CRYPTO_IMPLEMENTATION_PLATFORM_UNSPECIFIED | 0 | ProtoBuff's default value -- it differs from "unknown" |
CRYPTO_IMPLEMENTATION_PLATFORM_UNKNOWN | 1 | the platform is not known |
CRYPTO_IMPLEMENTATION_PLATFORM_OTHER | 2 | none of the following |
CRYPTO_IMPLEMENTATION_PLATFORM_GENERIC | 3 | |
CRYPTO_IMPLEMENTATION_PLATFORM_X86_32 | 4 | |
CRYPTO_IMPLEMENTATION_PLATFORM_X86_64 | 5 | |
CRYPTO_IMPLEMENTATION_PLATFORM_ARMV7A | 6 | |
CRYPTO_IMPLEMENTATION_PLATFORM_ARMV7M | 7 | |
CRYPTO_IMPLEMENTATION_PLATFORM_ARMV8A | 8 | |
CRYPTO_IMPLEMENTATION_PLATFORM_ARMV8M | 9 | |
CRYPTO_IMPLEMENTATION_PLATFORM_ARMV9A | 10 | |
CRYPTO_IMPLEMENTATION_PLATFORM_ARMV9M | 11 | |
CRYPTO_IMPLEMENTATION_PLATFORM_X390X | 12 | |
CRYPTO_IMPLEMENTATION_PLATFORM_PPC64 | 13 | |
CRYPTO_IMPLEMENTATION_PLATFORM_PPC64LE | 14 |
Primitive
Name | Number | Description |
CRYPTO_PRIMITIVE_UNSPECIFIED | 0 | ProtoBuff's default value -- it differs from "unknown" |
CRYPTO_PRIMITIVE_UNKNOWN | 1 | The primitive is not known |
CRYPTO_PRIMITIVE_OTHER | 2 | Another primitive type - none of the following |
CRYPTO_PRIMITIVE_DRBG | 3 | Deterministic Random Bit Generator (DRBG) is a type of pseudorandom number generator designed to produce a sequence of bits from an initial seed value. DRBGs are commonly used in cryptographic applications where reproducibility of random values is important. |
CRYPTO_PRIMITIVE_MAC | 4 | In cryptography, a Message Authentication Code (MAC) is information used for authenticating and integrity-checking a message. |
CRYPTO_PRIMITIVE_BLOCK_CIPHER | 5 | A block cipher is a symmetric key algorithm that operates on fixed-size blocks of data. It encrypts or decrypts the data in block units, providing confidentiality. Block ciphers are widely used in various cryptographic modes and protocols for secure data transmission. |
CRYPTO_PRIMITIVE_STREAM_CIPHER | 6 | A stream cipher is a symmetric key cipher where plaintext digits are combined with a pseudorandom cipher digit stream (keystream). |
CRYPTO_PRIMITIVE_SIGNATURE | 7 | In cryptography, a signature is a digital representation of a message or data that proves its origin, identity, and integrity. Digital signatures are generated using cryptographic algorithms and are widely used for authentication and verification in secure communication. |
CRYPTO_PRIMITIVE_HASH | 8 | A hash function is a mathematical algorithm that takes an input (or 'message') and produces a fixed-size string of characters, which is typically a hash value. Hash functions are commonly used in various cryptographic applications, including data integrity verification and password hashing. |
CRYPTO_PRIMITIVE_PKE | 9 | Public Key Encryption (PKE) is a type of encryption that uses a pair of public and private keys for secure communication. The public key is used for encryption, while the private key is used for decryption. PKE is a fundamental component of public-key cryptography. |
CRYPTO_PRIMITIVE_XOF | 10 | An XOF is an extendable output function that can take arbitrary input and creates a stream of output, up to a limit determined by the size of the internal state of the hash function that underlies the XOF. |
CRYPTO_PRIMITIVE_KDF | 11 | A Key Derivation Function (KDF) derives key material from another source of entropy while preserving the entropy of the input. |
CRYPTO_PRIMITIVE_KEY_AGREE | 12 | In cryptography, a key-agreement is a protocol whereby two or more parties agree on a cryptographic key in such a way that both influence the outcome. |
CRYPTO_PRIMITIVE_KEM | 13 | A Key Encapsulation Mechanism (KEM) algorithm is a mechanism for transporting random keying material to a recipient using the recipient's public key. |
CRYPTO_PRIMITIVE_AE | 14 | Authenticated Encryption (AE) is a cryptographic process that provides both confidentiality and data integrity. It ensures that the encrypted data has not been tampered with and comes from a legitimate source. AE is commonly used in secure communication protocols. |
CRYPTO_PRIMITIVE_COMBINER | 15 | A combiner aggregates many candidates for a cryptographic primitive and generates a new candidate for the same primitive. |
Asset Type
Name | Number | Description |
CRYPTO_ASSET_TYPE_UNSPECIFIED | 0 | ProtoBuff's default value |
CRYPTO_ASSET_TYPE_ALGORITHM | 1 | Mathematical function commonly used for data encryption, authentication, and digital signatures. |
CRYPTO_ASSET_TYPE_CERTIFICATE | 2 | An electronic document that is used to provide the identity or validate a public key. |
CRYPTO_ASSET_TYPE_PROTOCOL | 3 | A set of rules and guidelines that govern the behavior and communication with each other. |
CRYPTO_ASSET_TYPE_RELATED_CRYPTO_MATERIAL | 4 | Other cryptographic assets related to algorithms, certificates, and protocols such as keys and tokens. |
Name | Number | Description |
CRYPTO_PROTOCOL_TYPE_UNSPECIFIED | 0 | ProtoBuff's default value -- it differs from "unknown" |
CRYPTO_PROTOCOL_TYPE_UNKNOWN | 1 | The protocol type is not known |
CRYPTO_PROTOCOL_TYPE_OTHER | 2 | Another protocol type - none of the following |
CRYPTO_PROTOCOL_TYPE_TLS | 3 | Transport Layer Security |
CRYPTO_PROTOCOL_TYPE_SSH | 4 | Secure Shell |
CRYPTO_PROTOCOL_TYPE_IPSEC | 5 | Internet Protocol Security |
CRYPTO_PROTOCOL_TYPE_IKE | 6 | Internet Key Exchange |
CRYPTO_PROTOCOL_TYPE_SSTP | 7 | Secure Socket Tunneling Protocol |
CRYPTO_PROTOCOL_TYPE_WPA | 8 | Wi-Fi Protected Access |
State
Name | Number | Description |
CRYPTO_RELATED_STATE_UNSPECIFIED | 0 | Default |
CRYPTO_RELATED_STATE_PRE_ACTIVATION | 1 | |
CRYPTO_RELATED_STATE_ACTIVE | 2 | |
CRYPTO_RELATED_STATE_SUSPENDED | 3 | |
CRYPTO_RELATED_STATE_DEACTIVATED | 4 | |
CRYPTO_RELATED_STATE_COMPROMISED | 5 | |
CRYPTO_RELATED_STATE_DESTROYED | 6 |
relatedCryptoMaterialType
Name | Number | Description |
CRYPTO_RELATED_TYPE_UNSPECIFIED | 0 | ProtoBuff's default value -- it differs from "unknown" |
CRYPTO_RELATED_TYPE_UNKNOWN | 1 | The type of cryptographic asset is not known. |
CRYPTO_RELATED_TYPE_OTHER | 2 | Another type of cryptographic asset - none of the following |
CRYPTO_RELATED_TYPE_PRIVATE_KEY | 3 | |
CRYPTO_RELATED_TYPE_PUBLIC_KEY | 4 | |
CRYPTO_RELATED_TYPE_SECRET_KEY | 5 | |
CRYPTO_RELATED_TYPE_KEY | 6 | |
CRYPTO_RELATED_TYPE_CIPHERTEXT | 7 | |
CRYPTO_RELATED_TYPE_SIGNATURE | 8 | |
CRYPTO_RELATED_TYPE_DIGEST | 9 | |
CRYPTO_RELATED_TYPE_INITIALIZATION_VECTOR | 10 | |
CRYPTO_RELATED_TYPE_NONCE | 11 | |
CRYPTO_RELATED_TYPE_SEED | 12 | |
CRYPTO_RELATED_TYPE_SALT | 13 | |
CRYPTO_RELATED_TYPE_SHARED_SECRET | 14 | |
CRYPTO_RELATED_TYPE_TAG | 15 | |
CRYPTO_RELATED_TYPE_ADDITIONAL_DATA | 16 | |
CRYPTO_RELATED_TYPE_PASSWORD | 17 | |
CRYPTO_RELATED_TYPE_CREDENTIAL | 18 | |
CRYPTO_RELATED_TYPE_TOKEN | 19 |
Specifies the flow direction of the data. Valid values are: inbound, outbound, bi-directional, and unknown. Direction is relative to the service. Inbound flow states that data enters the service. Outbound flow states that data leaves the service. Bi-directional states that data flows both ways, and unknown states that the direction is not known.
buf:lint:ignore ENUM_VALUE_PREFIX -- Enum value names should be prefixed with "DATA_FLOW_DIRECTION_"
Name | Number | Description |
DATA_FLOW_NULL | 0 | Default buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `null` is our fallback, doubling `unspecified` |
DATA_FLOW_INBOUND | 1 | Data that enters a service. |
DATA_FLOW_OUTBOUND | 2 | Data that exits a service. |
DATA_FLOW_BI_DIRECTIONAL | 3 | Data flows in and out of the service. |
DATA_FLOW_UNKNOWN | 4 | The directional flow of data is not known. |
Name | Number | Description |
ENERGY_MEASURE_UNIT_TYPE_UNSPECIFIED | 0 | Default |
ENERGY_MEASURE_UNIT_TYPE_KILOWATT_HOURS | 1 | kilowatt-hour (kWh) is the energy delivered by one kilowatt (kW) of power for one hour (h) (the default unit). |
Name | Number | Description |
ENERGY_SOURCE_TYPE_UNSPECIFIED | 0 | Default |
ENERGY_SOURCE_TYPE_UNKNOWN | 1 | energy source: unknown. The energy source is unknown. |
ENERGY_SOURCE_TYPE_OTHER | 2 | energy source: other. An energy source that is not listed. |
ENERGY_SOURCE_TYPE_COAL | 3 | energy source: coal. Energy produced by types of coal. |
ENERGY_SOURCE_TYPE_OIL | 4 | energy source: oil. Petroleum products (primarily crude oil and its derivative fuel oils). |
ENERGY_SOURCE_TYPE_NATURAL_GAS | 5 | energy source: natural-gas. Hydrocarbon gas liquids (HGL) that occur as gases at atmospheric pressure and as liquids under higher pressures including Natural gas (C5H12 and heavier), Ethane (C2H6), Propane (C3H8), etc. |
ENERGY_SOURCE_TYPE_NUCLEAR | 6 | energy source: nuclear. Energy produced from the cores of atoms (i.e., through nuclear fission or fusion). |
ENERGY_SOURCE_TYPE_WIND | 7 | energy source: wind. Energy produced from moving air. |
ENERGY_SOURCE_TYPE_SOLAR | 8 | energy source: solar. Energy produced from the sun (i.e., solar radiation). |
ENERGY_SOURCE_TYPE_GEOTHERMAL | 9 | energy source: geothermal. Energy produced from heat within the earth. |
ENERGY_SOURCE_TYPE_HYDROPOWER | 10 | energy source: hydropower. Energy produced from flowing water. |
ENERGY_SOURCE_TYPE_BIOFUEL | 11 | energy source: biofuel. Liquid fuels produced from biomass feedstocks (i.e., organic materials such as plants or animals). |
buf:lint:ignore ENUM_VALUE_PREFIX -- Enum value names should be prefixed with "EVIDENCE_FIELD_TYPE_"
Name | Number | Description |
EVIDENCE_FIELD_NULL | 0 | buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `null` is our fallback, doubling `unspecified` |
EVIDENCE_FIELD_GROUP | 1 | |
EVIDENCE_FIELD_NAME | 2 | |
EVIDENCE_FIELD_VERSION | 3 | |
EVIDENCE_FIELD_PURL | 4 | |
EVIDENCE_FIELD_CPE | 5 | |
EVIDENCE_FIELD_SWID | 6 | |
EVIDENCE_FIELD_HASH | 7 | |
EVIDENCE_FIELD_OMNIBOR_ID | 8 | |
EVIDENCE_FIELD_SWHID | 9 |
Name | Number | Description |
EVIDENCE_TECHNIQUE_SOURCE_CODE_ANALYSIS | 0 | buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- value `0` is a fallback(meaning "unspecified") in protobuf3. this usage here is an error, it shall be fixed with v2.0 of this very schema |
EVIDENCE_TECHNIQUE_BINARY_ANALYSIS | 1 | |
EVIDENCE_TECHNIQUE_MANIFEST_ANALYSIS | 2 | |
EVIDENCE_TECHNIQUE_AST_FINGERPRINT | 3 | |
EVIDENCE_TECHNIQUE_HASH_COMPARISON | 4 | |
EVIDENCE_TECHNIQUE_INSTRUMENTATION | 5 | |
EVIDENCE_TECHNIQUE_DYNAMIC_ANALYSIS | 6 | |
EVIDENCE_TECHNIQUE_FILENAME | 7 | |
EVIDENCE_TECHNIQUE_ATTESTATION | 8 | |
EVIDENCE_TECHNIQUE_OTHER | 9 |
Name | Number | Description |
EXTERNAL_REFERENCE_TYPE_OTHER | 0 | Use this if no other types accurately describe the purpose of the external reference buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `other` is our fallback, doubling `unspecified` |
EXTERNAL_REFERENCE_TYPE_VCS | 1 | Version Control System |
EXTERNAL_REFERENCE_TYPE_ISSUE_TRACKER | 2 | Issue, defect tracking system, or an Application Lifecycle Management (ALM) system |
EXTERNAL_REFERENCE_TYPE_WEBSITE | 3 | Website |
EXTERNAL_REFERENCE_TYPE_ADVISORIES | 4 | Security advisories |
EXTERNAL_REFERENCE_TYPE_BOM | 5 | Bill-of-material document (CycloneDX, SPDX, SWID, etc) |
EXTERNAL_REFERENCE_TYPE_MAILING_LIST | 6 | Mailing list or discussion group |
EXTERNAL_REFERENCE_TYPE_SOCIAL | 7 | Social media account |
EXTERNAL_REFERENCE_TYPE_CHAT | 8 | Real-time chat platform |
EXTERNAL_REFERENCE_TYPE_DOCUMENTATION | 9 | Documentation, guides, or how-to instructions |
EXTERNAL_REFERENCE_TYPE_SUPPORT | 10 | Community or commercial support |
EXTERNAL_REFERENCE_TYPE_DISTRIBUTION | 11 | Direct or repository download location |
EXTERNAL_REFERENCE_TYPE_LICENSE | 12 | The URL to the license file. If a license URL has been defined in the license node, it should also be defined as an external reference for completeness |
EXTERNAL_REFERENCE_TYPE_BUILD_META | 13 | Build-system specific meta file (i.e. pom.xml, package.json, .nuspec, etc) |
EXTERNAL_REFERENCE_TYPE_BUILD_SYSTEM | 14 | URL to an automated build system |
EXTERNAL_REFERENCE_TYPE_SECURITY_CONTACT | 15 | Specifies a way to contact the maintainer, supplier, or provider in the event of a security incident. Common URIs include links to a disclosure procedure, a mailto (RFC-2368) that specifies an email address, a tel (RFC-3966) that specifies a phone number, or dns (RFC-4501) that specifies the records containing DNS Security TXT. |
EXTERNAL_REFERENCE_TYPE_ATTESTATION | 16 | Human or machine-readable statements containing facts, evidence, or testimony |
EXTERNAL_REFERENCE_TYPE_THREAT_MODEL | 17 | An enumeration of identified weaknesses, threats, and countermeasures, dataflow diagram (DFD), attack tree, and other supporting documentation in human-readable or machine-readable format |
EXTERNAL_REFERENCE_TYPE_ADVERSARY_MODEL | 18 | The defined assumptions, goals, and capabilities of an adversary. |
EXTERNAL_REFERENCE_TYPE_RISK_ASSESSMENT | 19 | Identifies and analyzes the potential of future events that may negatively impact individuals, assets, and/or the environment. Risk assessments may also include judgments on the tolerability of each risk. |
EXTERNAL_REFERENCE_TYPE_DISTRIBUTION_INTAKE | 20 | The location where a component was published. This is often the same as "distribution" but may also include specialized publishing processes that act as an intermediary |
EXTERNAL_REFERENCE_TYPE_VULNERABILITY_ASSERTION | 21 | A Vulnerability Disclosure Report (VDR) which asserts the known and previously unknown vulnerabilities that affect a component, service, or product including the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on a component, service, or product |
EXTERNAL_REFERENCE_TYPE_EXPLOITABILITY_STATEMENT | 22 | A Vulnerability Exploitability eXchange (VEX) asserts the known vulnerabilities that do not affect a product, product family, or organization, and optionally, the ones that do. The VEX should include the analysis and findings describing the impact (or lack of impact) that the reported vulnerability has on the product, product family, or organization |
EXTERNAL_REFERENCE_TYPE_PENTEST_REPORT | 23 | Results from an authorized simulated cyberattack on a component or service, otherwise known as a penetration test |
EXTERNAL_REFERENCE_TYPE_STATIC_ANALYSIS_REPORT | 24 | SARIF or proprietary machine or human-readable report for which static analysis has identified code quality, security, and other potential issues with the source code |
EXTERNAL_REFERENCE_TYPE_DYNAMIC_ANALYSIS_REPORT | 25 | Dynamic analysis report that has identified issues such as vulnerabilities and misconfigurations |
EXTERNAL_REFERENCE_TYPE_RUNTIME_ANALYSIS_REPORT | 26 | Report generated by analyzing the call stack of a running application |
EXTERNAL_REFERENCE_TYPE_COMPONENT_ANALYSIS_REPORT | 27 | Report generated by Software Composition Analysis (SCA), container analysis, or other forms of component analysis |
EXTERNAL_REFERENCE_TYPE_MATURITY_REPORT | 28 | Report containing a formal assessment of an organization, business unit, or team against a maturity model |
EXTERNAL_REFERENCE_TYPE_CERTIFICATION_REPORT | 29 | Industry, regulatory, or other certification from an accredited (if applicable) certification body |
EXTERNAL_REFERENCE_TYPE_QUALITY_METRICS | 30 | Report or system in which quality metrics can be obtained |
EXTERNAL_REFERENCE_TYPE_CODIFIED_INFRASTRUCTURE | 31 | Code or configuration that defines and provisions virtualized infrastructure, commonly referred to as Infrastructure as Code (IaC) |
EXTERNAL_REFERENCE_TYPE_MODEL_CARD | 32 | A model card describes the intended uses of a machine learning model, potential limitations, biases, ethical considerations, training parameters, datasets used to train the model, performance metrics, and other relevant data useful for ML transparency. |
EXTERNAL_REFERENCE_TYPE_POAM | 33 | Plans of Action and Milestones (POA&M) complement an "attestation" external reference. POA&M is defined by NIST as a "document that identifies tasks needing to be accomplished. It details resources required to accomplish the elements of the plan, any milestones in meeting the tasks and scheduled completion dates for the milestones". |
EXTERNAL_REFERENCE_TYPE_LOG | 34 | A record of events that occurred in a computer system or application, such as problems, errors, or information on current operations. |
EXTERNAL_REFERENCE_TYPE_CONFIGURATION | 35 | Parameters or settings that may be used by other components or services. |
EXTERNAL_REFERENCE_TYPE_EVIDENCE | 36 | Information used to substantiate a claim. |
EXTERNAL_REFERENCE_TYPE_FORMULATION | 37 | Describes how a component or service was manufactured or deployed. |
EXTERNAL_REFERENCE_TYPE_SOURCE_DISTRIBUTION | 38 | The location where the source code distributable can be obtained. This is often an archive format such as zip or tar.gz. The source-distribution type complements the use of the version control (vcs) type. |
EXTERNAL_REFERENCE_TYPE_ELECTRONIC_SIGNATURE | 39 | An e-signature is commonly a scanned representation of a written signature or a stylized script of the person's name. |
EXTERNAL_REFERENCE_TYPE_DIGITAL_SIGNATURE | 40 | A signature that leverages cryptography, typically public/private key pairs, which provides strong authenticity verification. |
EXTERNAL_REFERENCE_TYPE_RFC_9116 | 41 | Document that complies with RFC-9116 (A File Format to Aid in Security Vulnerability Disclosure) |
EXTERNAL_REFERENCE_TYPE_RELEASE_NOTES | 42 | Reference to release notes |
Name | Number | Description |
HASH_ALG_NULL | 0 | buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `null` is our fallback, doubling `unspecified` |
HASH_ALG_MD_5 | 1 | |
HASH_ALG_SHA_1 | 2 | |
HASH_ALG_SHA_256 | 3 | |
HASH_ALG_SHA_384 | 4 | |
HASH_ALG_SHA_512 | 5 | |
HASH_ALG_SHA_3_256 | 6 | |
HASH_ALG_SHA_3_384 | 7 | |
HASH_ALG_SHA_3_512 | 8 | |
HASH_ALG_BLAKE_2_B_256 | 9 | |
HASH_ALG_BLAKE_2_B_384 | 10 | |
HASH_ALG_BLAKE_2_B_512 | 11 | |
HASH_ALG_BLAKE_3 | 12 |
Name | Number | Description |
IMPACT_ANALYSIS_JUSTIFICATION_NULL | 0 | An undefined impact analysis justification buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `null` is our fallback, doubling `unspecified` |
IMPACT_ANALYSIS_JUSTIFICATION_CODE_NOT_PRESENT | 1 | The code has been removed or tree-shaked. |
IMPACT_ANALYSIS_JUSTIFICATION_CODE_NOT_REACHABLE | 2 | The vulnerable code is not invoked at runtime. |
IMPACT_ANALYSIS_JUSTIFICATION_REQUIRES_CONFIGURATION | 3 | Exploitability requires a configurable option to be set/unset. |
IMPACT_ANALYSIS_JUSTIFICATION_REQUIRES_DEPENDENCY | 4 | Exploitability requires a dependency that is not present. |
IMPACT_ANALYSIS_JUSTIFICATION_REQUIRES_ENVIRONMENT | 5 | Exploitability requires a certain environment which is not present. |
IMPACT_ANALYSIS_JUSTIFICATION_PROTECTED_BY_COMPILER | 6 | Exploitability requires a compiler flag to be set/unset. |
IMPACT_ANALYSIS_JUSTIFICATION_PROTECTED_AT_RUNTIME | 7 | Exploits are prevented at runtime. |
IMPACT_ANALYSIS_JUSTIFICATION_PROTECTED_AT_PERIMETER | 8 | Attacks are blocked at physical, logical, or network perimeter. |
IMPACT_ANALYSIS_JUSTIFICATION_PROTECTED_BY_MITIGATING_CONTROL | 9 | Preventative measures have been implemented that reduce the likelihood and/or impact of the vulnerability. |
Name | Number | Description |
IMPACT_ANALYSIS_STATE_NULL | 0 | An undefined impact analysis state buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `null` is our fallback, doubling `unspecified` |
IMPACT_ANALYSIS_STATE_RESOLVED | 1 | The vulnerability has been remediated. |
IMPACT_ANALYSIS_STATE_RESOLVED_WITH_PEDIGREE | 2 | The vulnerability has been remediated, and evidence of the changes is provided in the affected components pedigree containing verifiable commit history and/or diff(s). |
IMPACT_ANALYSIS_STATE_EXPLOITABLE | 3 | The vulnerability may be directly or indirectly exploitable. |
IMPACT_ANALYSIS_STATE_IN_TRIAGE | 4 | The vulnerability is being investigated. |
IMPACT_ANALYSIS_STATE_FALSE_POSITIVE | 5 | The vulnerability is not specific to the component or service and was falsely identified or associated. |
IMPACT_ANALYSIS_STATE_NOT_AFFECTED | 6 | The component or service is not affected by the vulnerability. Justification should be specified for all not_affected cases. |
Name | Number | Description |
ISSUE_CLASSIFICATION_NULL | 0 | Default buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `null` is our fallback, doubling `unspecified` |
ISSUE_CLASSIFICATION_DEFECT | 1 | A fault, flaw, or bug in software |
ISSUE_CLASSIFICATION_ENHANCEMENT | 2 | A new feature or behavior in software |
ISSUE_CLASSIFICATION_SECURITY | 3 | A special type of defect which impacts security |
Declared licenses and concluded licenses represent two different stages in the licensing process within software development. Declared licenses refer to the initial intention of the software authors regarding the licensing terms under which their code is released. On the other hand, concluded licenses are the result of a comprehensive analysis of the project's codebase to identify and confirm the actual licenses of the components used, which may differ from the initially declared licenses. While declared licenses provide an upfront indication of the licensing intentions, concluded licenses offer a more thorough understanding of the actual licensing within a project, facilitating proper compliance and risk management. Observed licenses are defined in `@.evidence.licenses`. Observed licenses form the evidence necessary to substantiate a concluded license.
Name | Number | Description |
LICENSE_ACKNOWLEDGEMENT_ENUMERATION_UNSPECIFIED | 0 | The license acknowledgement is not specified. |
LICENSE_ACKNOWLEDGEMENT_ENUMERATION_DECLARED | 1 | Declared licenses represent the initial intentions of authors regarding the licensing terms of their code. |
LICENSE_ACKNOWLEDGEMENT_ENUMERATION_CONCLUDED | 2 | Concluded licenses are verified and confirmed. |
buf:lint:ignore ENUM_VALUE_PREFIX -- Enum value names should be prefixed with "LICENSING_TYPE_ENUM_"
Name | Number | Description |
LICENSING_TYPE_NULL | 0 | buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `null` is our fallback, doubling `unspecified` |
LICENSING_TYPE_ACADEMIC | 1 | A license that grants use of software solely for the purpose of education or research. |
LICENSING_TYPE_APPLIANCE | 2 | A license covering use of software embedded in a specific piece of hardware. |
LICENSING_TYPE_CLIENT_ACCESS | 3 | A Client Access License (CAL) allows client computers to access services provided by server software. |
LICENSING_TYPE_CONCURRENT_USER | 4 | A Concurrent User license (aka floating license) limits the number of licenses for a software application and licenses are shared among a larger number of users. |
LICENSING_TYPE_CORE_POINTS | 5 | A license where the core of a computer's processor is assigned a specific number of points. |
LICENSING_TYPE_CUSTOM_METRIC | 6 | A license for which consumption is measured by non-standard metrics. |
LICENSING_TYPE_DEVICE | 7 | A license that covers a defined number of installations on computers and other types of devices. |
LICENSING_TYPE_EVALUATION | 8 | A license that grants permission to install and use software for trial purposes. |
LICENSING_TYPE_NAMED_USER | 9 | A license that grants access to the software to one or more pre-defined users. |
LICENSING_TYPE_NODE_LOCKED | 10 | A license that grants access to the software on one or more pre-defined computers or devices. |
LICENSING_TYPE_OEM | 11 | An Original Equipment Manufacturer license that is delivered with hardware, cannot be transferred to other hardware, and is valid for the life of the hardware. |
LICENSING_TYPE_PERPETUAL | 12 | A license where the software is sold on a one-time basis and the licensee can use a copy of the software indefinitely. |
LICENSING_TYPE_PROCESSOR_POINTS | 13 | A license where each installation consumes points per processor. |
LICENSING_TYPE_SUBSCRIPTION | 14 | A license where the licensee pays a fee to use the software or service. |
LICENSING_TYPE_USER | 15 | A license that grants access to the software or service by a specified number of users. |
LICENSING_TYPE_OTHER | 16 | Another license type. |
Name | Number | Description |
LIFECYCLE_PHASE_DESIGN | 0 | BOM produced early in the development lifecycle containing an inventory of components and services that are proposed or planned to be used. The inventory may need to be procured, retrieved, or resourced prior to use. buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- value `0` is a fallback(meaning "unspecified") in protobuf3. this usage here is an error; it shall be fixed with v2.0 of this very schema |
LIFECYCLE_PHASE_PRE_BUILD | 1 | BOM consists of information obtained prior to a build process and may contain source files, development artifacts, and manifests. The inventory may need to be resolved and retrieved prior to use. |
LIFECYCLE_PHASE_BUILD | 2 | BOM consisting of information obtained during a build process where component inventory is available for use. The precise versions of resolved components are usually available at this time as well as the provenance of where the components were retrieved from. |
LIFECYCLE_PHASE_POST_BUILD | 3 | BOM consisting of information obtained after a build process has completed and the resulting components(s) are available for further analysis. Built components may exist as the result of a CI/CD process, may have been installed or deployed to a system or device, and may need to be retrieved or extracted from the system or device. |
LIFECYCLE_PHASE_OPERATIONS | 4 | BOM produced that represents inventory that is running and operational. This may include staging or production environments and will generally encompass multiple SBOMs describing the applications and operating system, along with HBOMs describing the hardware that makes up the system. Operations Bill of Materials (OBOM) can provide full-stack inventory of runtime environments, configurations, and additional dependencies. |
LIFECYCLE_PHASE_DISCOVERY | 5 | BOM consisting of information observed through network discovery providing point-in-time enumeration of embedded, on-premise, and cloud-native services such as server applications, connected devices, microservices, and serverless functions. |
LIFECYCLE_PHASE_DECOMMISSION | 6 | BOM containing inventory that will be, or has been retired from operations. |
An activity that is part of a machine learning model development or operational lifecycle.
Name | Number | Description |
ACTIVITY_TYPE_UNSPECIFIED | 0 | Default |
ACTIVITY_TYPE_OTHER | 1 | a lifecycle activity type whose description does not match currently defined values (the default type). |
ACTIVITY_TYPE_DESIGN | 2 | model design including problem framing, goal definition and algorithm selection. |
ACTIVITY_TYPE_DATA_COLLECTION | 3 | model data acquisition including search, selection and transfer. |
ACTIVITY_TYPE_DATA_PREPARATION | 4 | model data preparation including data cleaning, labeling and conversion. |
ACTIVITY_TYPE_TRAINING | 5 | model building, training and generalized tuning. |
ACTIVITY_TYPE_FINE_TUNING | 6 | refining a trained model to produce desired outputs for a given problem space. |
ACTIVITY_TYPE_VALIDATION | 7 | model validation including model output evaluation and testing. |
ACTIVITY_TYPE_DEPLOYMENT | 8 | explicit model deployment to a target hosting infrastructure. |
ACTIVITY_TYPE_INFERENCE | 9 | generating an output response from a hosted model from a set of inputs. |
Name | Number | Description |
MODEL_PARAMETER_APPROACH_TYPE_SUPERVISED | 0 | buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- value `0` is a fallback(meaning "unspecified") in protobuf3. this usage here is an error, it shall be fixed with v2.0 of this very schema Supervised machine learning involves training an algorithm on labeled data to predict or classify new data based on the patterns learned from the labeled examples. |
MODEL_PARAMETER_APPROACH_TYPE_UNSUPERVISED | 1 | Unsupervised machine learning involves training algorithms on unlabeled data to discover patterns, structures, or relationships without explicit guidance, allowing the model to identify inherent structures or clusters within the data. |
MODEL_PARAMETER_APPROACH_TYPE_REINFORCED_LEARNING | 2 | Reinforcement learning is a type of machine learning where an agent learns to make decisions by interacting with an environment to maximize cumulative rewards, through trial and error. |
MODEL_PARAMETER_APPROACH_TYPE_SEMI_SUPERVISED | 3 | Semi-supervised machine learning utilizes a combination of labeled and unlabeled data during training to improve model performance, leveraging the benefits of both supervised and unsupervised learning techniques. |
MODEL_PARAMETER_APPROACH_TYPE_SELF_SUPERVISED | 4 | Self-supervised machine learning involves training models to predict parts of the input data from other parts of the same data, without requiring external labels, enabling learning from large amounts of unlabeled data. |
buf:lint:ignore ENUM_VALUE_PREFIX -- Enum value names should be prefixed with "OUTPUT_TYPE_TYPE_"
Name | Number | Description |
OUTPUT_TYPE_ARTIFACT | 0 | buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- value `0` is a fallback(meaning "unspecified") in protobuf3. this usage here is an error; it shall be fixed with v2.0 of this very schema |
OUTPUT_TYPE_ATTESTATION | 1 | |
OUTPUT_TYPE_LOG | 2 | |
OUTPUT_TYPE_EVIDENCE | 3 | |
OUTPUT_TYPE_METRICS | 4 | |
OUTPUT_TYPE_OTHER | 5 |
Name | Number | Description |
PATCH_CLASSIFICATION_NULL | 0 | Default buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `null` is our fallback, doubling `unspecified` |
PATCH_CLASSIFICATION_UNOFFICIAL | 1 | A patch which is not developed by the creators or maintainers of the software being patched. Refer to https://en.wikipedia.org/wiki/Unofficial_patch |
PATCH_CLASSIFICATION_MONKEY | 2 | A patch which dynamically modifies runtime behavior. Refer to https://en.wikipedia.org/wiki/Monkey_patch |
PATCH_CLASSIFICATION_BACKPORT | 3 | A patch which takes code from a newer version of software and applies it to older versions of the same software. Refer to https://en.wikipedia.org/wiki/Backporting |
PATCH_CLASSIFICATION_CHERRY_PICK | 4 | A patch created by selectively applying commits from other versions or branches of the same software. |
Name | Number | Description |
SCOPE_UNSPECIFIED | 0 | Default |
SCOPE_REQUIRED | 1 | The component is required for runtime |
SCOPE_OPTIONAL | 2 | The component is optional at runtime. Optional components are components that are not capable of being called due to them not being installed or otherwise accessible by any means. Components that are installed but, due to configuration or other restrictions, are prohibited from being called must be scoped as 'required'. |
SCOPE_EXCLUDED | 3 | Components that are excluded provide the ability to document component usage for test and other non-runtime purposes. Excluded components are not reachable within a call graph at runtime. |
Name | Number | Description |
SCORE_METHOD_NULL | 0 | An undefined score method buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `null` is our fallback, doubling `unspecified` |
SCORE_METHOD_CVSSV2 | 1 | Common Vulnerability Scoring System v2 - https://www.first.org/cvss/v2/ |
SCORE_METHOD_CVSSV3 | 2 | Common Vulnerability Scoring System v3 - https://www.first.org/cvss/v3-0/ |
SCORE_METHOD_CVSSV31 | 3 | Common Vulnerability Scoring System v3.1 - https://www.first.org/cvss/v3-1/ |
SCORE_METHOD_OWASP | 4 | OWASP Risk Rating Methodology - https://owasp.org/www-community/OWASP_Risk_Rating_Methodology |
SCORE_METHOD_OTHER | 5 | Other scoring method |
SCORE_METHOD_CVSSV4 | 6 | Common Vulnerability Scoring System v4.0 - https://www.first.org/cvss/v4-0/ |
SCORE_METHOD_SSVC | 7 | Stakeholder Specific Vulnerability Categorization (all versions) - https://github.com/CERTCC/SSVC |
Textual representation of the severity of the vulnerability adopted by the analysis method. If the analysis method uses values other than what is provided, the user is expected to translate appropriately.
Name | Number | Description |
SEVERITY_UNKNOWN | 0 | The severity is not known buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `unknown` is our fallback, doubling `unspecified` |
SEVERITY_CRITICAL | 1 | Critical severity |
SEVERITY_HIGH | 2 | High severity |
SEVERITY_MEDIUM | 3 | Medium severity |
SEVERITY_LOW | 4 | Low severity |
SEVERITY_INFO | 5 | Informational warning. |
SEVERITY_NONE | 6 | None |
Name | Number | Description |
TASK_TYPE_COPY | 0 | A task that copies software or data used to accomplish other tasks in the workflow. buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- value `0` is a fallback(meaning "unspecified") in protobuf3. this usage here is an error; it shall be fixed with v2.0 of this very schema |
TASK_TYPE_CLONE | 1 | A task that clones a software repository into the workflow in order to retrieve its source code or data for use in a build step. |
TASK_TYPE_LINT | 2 | A task that checks source code for programmatic and stylistic errors. |
TASK_TYPE_SCAN | 3 | A task that performs a scan against source code, or built or deployed components and services. Scans are typically run to gather or test for security vulnerabilities or policy compliance. |
TASK_TYPE_MERGE | 4 | A task that merges changes or fixes into source code prior to a build step in the workflow. |
TASK_TYPE_BUILD | 5 | A task that builds the source code, dependencies and/or data into an artifact that can be deployed to and executed on target systems. |
TASK_TYPE_TEST | 6 | A task that verifies the functionality of a component or service. |
TASK_TYPE_DELIVER | 7 | A task that delivers a built artifact to one or more target repositories or storage systems. |
TASK_TYPE_DEPLOY | 8 | A task that deploys a built artifact for execution on one or more target systems. |
TASK_TYPE_RELEASE | 9 | A task that releases a built, versioned artifact to a target repository or distribution system. |
TASK_TYPE_CLEAN | 10 | A task that cleans unnecessary tools, build artifacts and/or data from workflow storage. |
TASK_TYPE_OTHER | 11 | A workflow task that does not match current task type definitions. |
Name | Number | Description |
TRIGGER_TYPE_MANUAL | 0 | buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- value `0` is a fallback(meaning "unspecified") in protobuf3. this usage here is an error; it shall be fixed with v2.0 of this very schema |
TRIGGER_TYPE_API | 1 | |
TRIGGER_TYPE_WEBHOOK | 2 | |
TRIGGER_TYPE_SCHEDULED | 3 |
Name | Number | Description |
VOLUME_MODE_FILESYSTEM | 0 | buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- value `0` is a fallback(meaning "unspecified") in protobuf3. this usage here is an error; it shall be fixed with v2.0 of this very schema |
VOLUME_MODE_BLOCK | 1 |
The vulnerability status of a given version or range of versions of a product. The statuses 'affected' and 'unaffected' indicate that the version is affected or unaffected by the vulnerability. The status 'unknown' indicates that it is unknown or unspecified whether the given version is affected. There can be many reasons for an 'unknown' status, including that an investigation has not been undertaken or that a vendor has not disclosed the status.
Name | Number | Description |
VULNERABILITY_AFFECTED_STATUS_UNKNOWN | 0 | It is unknown (or unspecified) whether the given version is affected. buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `unknown` is our fallback, doubling `unspecified` |
VULNERABILITY_AFFECTED_STATUS_AFFECTED | 1 | The version is affected by the vulnerability. |
VULNERABILITY_AFFECTED_STATUS_NOT_AFFECTED | 2 | The version is not affected by the vulnerability. |
Name | Number | Description |
VULNERABILITY_RESPONSE_NULL | 0 | unspecified value buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- `null` is our fallback, doubling `unspecified` |
VULNERABILITY_RESPONSE_CAN_NOT_FIX | 1 | Can not fix |
VULNERABILITY_RESPONSE_WILL_NOT_FIX | 2 | Will not fix |
VULNERABILITY_RESPONSE_UPDATE | 3 | Update to a different revision or release |
VULNERABILITY_RESPONSE_ROLLBACK | 4 | Revert to a previous revision or release |
VULNERABILITY_RESPONSE_WORKAROUND_AVAILABLE | 5 | There is a workaround available |
Name | Number | Description |
ACCESS_MODE_READ_ONLY | 0 | buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- value `0` is a fallback(meaning "unspecified") in protobuf3. this usage here is an error; it shall be fixed with v2.0 of this very schema |
ACCESS_MODE_READ_WRITE | 1 | |
ACCESS_MODE_READ_WRITE_ONCE | 2 | |
ACCESS_MODE_WRITE_ONCE | 3 | |
ACCESS_MODE_WRITE_ONLY | 4 |
.proto Type | Notes | C++ | Java | Python | Go | C# | PHP | Ruby |
double | double | double | float | float64 | double | float | Float | |
float | float | float | float | float32 | float | float | Float | |
int32 | Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead. | int32 | int | int | int32 | int | integer | Bignum or Fixnum (as required) |
int64 | Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint64 instead. | int64 | long | int/long | int64 | long | integer/string | Bignum |
uint32 | Uses variable-length encoding. | uint32 | int | int/long | uint32 | uint | integer | Bignum or Fixnum (as required) |
uint64 | Uses variable-length encoding. | uint64 | long | int/long | uint64 | ulong | integer/string | Bignum or Fixnum (as required) |
sint32 | Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int32s. | int32 | int | int | int32 | int | integer | Bignum or Fixnum (as required) |
sint64 | Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int64s. | int64 | long | int/long | int64 | long | integer/string | Bignum |
fixed32 | Always four bytes. More efficient than uint32 if values are often greater than 2^28. | uint32 | int | int | uint32 | uint | integer | Bignum or Fixnum (as required) |
fixed64 | Always eight bytes. More efficient than uint64 if values are often greater than 2^56. | uint64 | long | int/long | uint64 | ulong | integer/string | Bignum |
sfixed32 | Always four bytes. | int32 | int | int | int32 | int | integer | Bignum or Fixnum (as required) |
sfixed64 | Always eight bytes. | int64 | long | int/long | int64 | long | integer/string | Bignum |
bool | bool | boolean | boolean | bool | bool | boolean | TrueClass/FalseClass | |
string | A string must always contain UTF-8 encoded or 7-bit ASCII text. | string | String | str/unicode | string | string | string | String (UTF-8) |
bytes | May contain any arbitrary sequence of bytes. | string | ByteString | str | []byte | ByteString | string | String (ASCII-8BIT) |