Skip to content

Commit f8802e1

Browse files
committed
revert warning on models.service.Service.data
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 223ebf7 commit f8802e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cyclonedx/model/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ class DataClassification:
7373
"""
7474
This is our internal representation of the `dataClassificationType` complex type within the CycloneDX standard.
7575
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+
7679
.. note::
7780
See the CycloneDX Schema for dataClassificationType:
7881
https://cyclonedx.org/docs/1.6/xml/#type_dataClassificationType

0 commit comments

Comments
 (0)