cyclonedx-python-lib
cyclonedx-python-lib copied to clipboard
feat: support services data object
- Added (an initial definition of) the "Data" class and other related classes that seemed missing, in the service.py model.
- Substituted use of DataClassification class to Data class in Service
- Modified the tests where previously "DataClassification" was used, to instead use Data.
fixes #672