cyclonedx-python-lib icon indicating copy to clipboard operation
cyclonedx-python-lib copied to clipboard

fix: support deserialization of all known examples

Open jkowalleck opened this issue 1 year ago • 5 comments

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 avatar Jan 25 '24 17:01 jkowalleck

@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?

madpah avatar Apr 10 '24 07:04 madpah

[...] this is already covered by the work you did to add schemaTestData used in test_validation_json.py and test_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?

jkowalleck avatar Apr 10 '24 07:04 jkowalleck

Gotcha! Will work on #581 and #422 first.

madpah avatar Apr 10 '24 09:04 madpah

related: #600

jkowalleck avatar May 05 '24 19:05 jkowalleck

:mega: this issue is blocked by

  • #561
  • #578
  • #581

jkowalleck avatar Jun 14 '24 10:06 jkowalleck