NAME

SBOM::CycloneDX::DataGovernance - Data Governance

SYNOPSIS

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

DESCRIPTION

SBOM::CycloneDX::DataGovernance provides the 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.

METHODS

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

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

Properties:

custodians, Data custodians are responsible for the safe custody, transport, and storage of data.
owners, Data owners are concerned with risk and appropriate access to data.
stewards, Data stewards are responsible for data content, context, and associated business rules.
$data_governance->custodians
$data_governance->owners
$data_governance->stewards

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.