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

[WIP] feat!: useful validation errors

Open jkowalleck opened this issue 6 months ago • 2 comments

goal: have useful messages on validation errors.

  • fixes #827

TODO

  • [ ] implement solution
  • [ ] add tests

jkowalleck avatar Jul 01 '25 11:07 jkowalleck

currently work in progress. if you want to collaborate, feel free to discuss implementations in this ticket. or pullrequest change requests pointing to the feat/validator_error_useful branch

jkowalleck avatar Jul 01 '25 16:07 jkowalleck

@jkowalleck we already try to do this within our tool. Maybe there are some synergies possible, as we are also still facing sometimes nonsensical error message for nested dicts.

italvi avatar Jul 19 '25 04:07 italvi