cyclonedx-python-lib icon indicating copy to clipboard operation
cyclonedx-python-lib copied to clipboard

feat: support services data object

Open lucamrgs opened this issue 5 months ago • 3 comments

  • 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

lucamrgs avatar Sep 23 '24 09:09 lucamrgs