I am loading the CycloneDX JSON files from projects like nh3 (distributed in the wheel): https://pypi.org/project/nh3/0.3.3/ These claim to be compliant with version 1.5 of the CycloneDX specification.
Nevertheless, loading the JSON files with this Python library throws a deprecation warning:
lib/python3.11/site-packages/cyclonedx/model/component.py:1188: DeprecationWarning: @.author is deprecated from CycloneDX v1.6 onwards. Please use @.authors or @.manufacturer instead.
This does not look correct as CycloneDX 1.6 is irrelevant for CycloneDX 1.5 files.
I am loading the CycloneDX JSON files from projects like nh3 (distributed in the wheel): https://pypi.org/project/nh3/0.3.3/ These claim to be compliant with version 1.5 of the CycloneDX specification.
Nevertheless, loading the JSON files with this Python library throws a deprecation warning:
This does not look correct as CycloneDX 1.6 is irrelevant for CycloneDX 1.5 files.