You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The license_url optional field is not serialized to the XML output.
The spec recommends to also add the ExternalReference with type LICENSE, but i would expect the URL in the output, if it is given as part of the License type.
The
license_url
optional field is not serialized to the XML output.The spec recommends to also add the ExternalReference with type LICENSE, but i would expect the URL in the output, if it is given as part of the License type.
Probably just missing in the code here:
cyclonedx-python-lib/cyclonedx/output/xml.py
Line 159 in 9e80258
Seen using cyclonedx-python-lib 1.3.0, but the code seems identical in the main branch.
The text was updated successfully, but these errors were encountered: