forked from CycloneDX/cyclonedx-python-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
related to #1
cyclonedx/model/_init.py_内において,DataClassificationクラスは以下のように宣言され,またコメントがかかれている.
70 @serializable.serializable_class
71 class DataClassification:
72 """
73 This is our internal representation of the `dataClassificationType` complex type within the CycloneDX standard.
74
75 DataClassification might be deprecated since CycloneDX 1.5, but it is not deprecated in this library.
76 In fact, this library will try to provide a compatibility layer if needed.
77
78 .. note::
79 See the CycloneDX Schema for dataClassificationType:
80 https://cyclonedx.org/docs/1.6/xml/#type_dataClassificationType
81 """
コメントには,DataClassificationクラスはcyclonedx1.5でdeprecatedされているようであるとかかれている.
これが本当であるかの事実確認.およびなんらかのコードの修正が必要な場合には具体的にどうすべきかを調査する.
Metadata
Metadata
Assignees
Labels
No labels