We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
models.service.Service.data
1 parent 223ebf7 commit f8802e1Copy full SHA for f8802e1
cyclonedx/model/__init__.py
@@ -73,6 +73,9 @@ class DataClassification:
73
"""
74
This is our internal representation of the `dataClassificationType` complex type within the CycloneDX standard.
75
76
+ DataClassification might be deprecated since CycloneDX 1.5, but it is not deprecated in this library.
77
+ In fact, this library will try to provide a compatibility layer if needed.
78
+
79
.. note::
80
See the CycloneDX Schema for dataClassificationType:
81
https://cyclonedx.org/docs/1.6/xml/#type_dataClassificationType
0 commit comments