cyclonedx-python-lib
cyclonedx-python-lib copied to clipboard
fix: support deserialization of all known examples
in https://github.com/CycloneDX/specification/tree/master/tools/src/test/resources there are some example data, that do not work wit hthe deserialization of this library.
lets fix this
@jkowalleck - if I'm reading the current code in main correctly, this is already covered by the work you did to add schemaTestData used in test_validation_json.py and test_validation_xml.py?
[...] this is already covered by the work you did to add
schemaTestDataused intest_validation_json.pyandtest_validation_xml.py?
Nope. this issue is not about validating test data, but about deserializing the test data. see how https://github.com/CycloneDX/cyclonedx-python-lib/pull/538 failed?
Gotcha! Will work on #581 and #422 first.
related: #600
:mega: this issue is blocked by
- #561
- #578
- #581