Open chistyakov opened 1 month ago
Not a bug, but a lack of a feature.
CycloneDX python library is a community effort, everybody is free to add the bits and pieces they need. see https://github.com/CycloneDX/cyclonedx-python-lib/issues/633
In this case, it is the property cyclonedx.model.crypto.ProtocolProperties.crypto_ref_array
that needs to be added.
near https://github.com/CycloneDX/cyclonedx-python-lib/blob/2aea159d9a137bd268b5b21e69f927dbc8f0c086/cyclonedx/model/crypto.py#L1292
If you are interested in providing the missing feature, please let me know.
Then, you should follow our contributing guidelines, and you may open a pullrequest to add the missing feature.
see also: #537
Library Version:
7.6.1
Description:
Steps to Reproduce:
Observed Behavior: The code fails with the following exception:
Environment:
3.10
macOS
7.6.1
Let me know if this works!