-
-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
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:
@.authoris deprecated from CycloneDX v1.6 onwards. Please use@.authorsor@.manufacturerinstead.
This does not look correct as CycloneDX 1.6 is irrelevant for CycloneDX 1.5 files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels