Add implementation of standard-agnostic model for SBOM, and simple SPDX v2.3 model. Also add convenience functions for converting DNF4 package set to the standard-agnostic model and for converting it to SPDX model. Cover the functionality with unit tests. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
1 line
71 B
Python
1 line
71 B
Python
"""Module for working with Software Bill of Materials (SBOM) files."""
|