Skip to content

DataClassificationの非推奨について #2

@KAWAHARA-souta

Description

@KAWAHARA-souta

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions