NAME

SBOM::CycloneDX::Annotation - Annotations

SYNOPSIS

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

DESCRIPTION

A comment, note, explanation, or similar textual content which provides additional context to the object(s) being annotated.

METHODS

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

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

Properties:

annotator, The organization, person, component, or service which created the textual content of the annotation.
signature, Enveloped signature in JSON Signature Format (JSF) (https://cyberphone.github.io/doc/security/jsf.html).
subjects, 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.
text, The textual content of the annotation.
timestamp, The date and time (timestamp) when the annotation was created.
$annotation->annotator
$annotation->bom_ref
$annotation->signature
$annotation->subjects
$annotation->text
$annotation->timestamp

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.