RedHatProductSecurity / cvelib

A Python library and command line interface for CVE Services.
MIT License
52 stars 24 forks source link

Improve error reporting in validation exception #61

Closed mprpic closed 1 year ago

mprpic commented 1 year ago

Store entire validation objects in the exception but also display their messages in the initial exception message. This is much more user-focused since digging out the actual error messages is repetitive unless done for a very specific reason.