NAME

SBOM::CycloneDX::Service - Service

SYNOPSIS

SBOM::CycloneDX::Service->new();

DESCRIPTION

SBOM::CycloneDX::Service provides a list of services included or deployed behind the parent service. This is not a dependency tree. It provides a way to specify a hierarchical representation of service assemblies.

METHODS

SBOM::CycloneDX::Service inherits all methods from SBOM::CycloneDX::Base and implements the following new ones.

SBOM::CycloneDX::Service->new( %PARAMS )

Properties:

authenticated, 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.
data, Specifies information about the data including the directional flow of data and the data classification.
description, Specifies a description for the service
endpoints, The endpoint URIs of the service. Multiple endpoints are allowed.
external_references, 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.
group, 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.
licenses, Service License(s).
name, The name of the service. This will often be a shortened, single name of the service.
properties, Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values. Property names of interest to the general public are encouraged to be registered in the CycloneDX Property Taxonomy (https://github.com/CycloneDX/cyclonedx-property-taxonomy). Formal registration is optional.
provider, The organization that provides the service.
release_notes, Specifies optional release notes.
services, A list of services included or deployed behind the parent service. This is not a dependency tree. It provides a way to specify a hierarchical representation of service assemblies.
signature, Enveloped signature in JSON Signature Format (JSF) (https://cyberphone.github.io/doc/security/jsf.html).
tags,
trust_zone, The name of the trust zone the service resides in.
version, The service version.
x_trust_boundary, A boolean value indicating if 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.
$service->authenticated
$service->bom_ref
$service->data
$service->description
$service->endpoints
$service->external_references
$service->group
$service->licenses
$service->name
$service->properties
$service->provider
$service->release_notes
$service->services
$service->signature
$service->tags
$service->trust_zone
$service->version
$service->x_trust_boundary

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/giterlizzi/perl-SBOM-CycloneDX/issues. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license.

https://github.com/giterlizzi/perl-SBOM-CycloneDX

git clone https://github.com/giterlizzi/perl-SBOM-CycloneDX.git

AUTHOR

  • Giuseppe Di Terlizzi <gdt@cpan.org>

LICENSE AND COPYRIGHT

This software is copyright (c) 2025 by Giuseppe Di Terlizzi.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.