As suggested by @jviotti in #672, here is a request from my experience with the tool:
Currently, it looks like there is 1:1 match regarding $ref to $id. However, e.g. the CVSS schemas (v2, v3.0, v3.1, v4.0) use the part after the ? to identify a version / last updated date. For CSAF, we want the latest version (assuming and trusting that FIRST CVSS SIG is just patching non-breaking stuff).
I did not see an option (especially on the command line) to ignore the query string / do a subpart matching or register a schema for a specific $id but maybe, I missed something. If you have that, please point me to the documentation, if not it would be my feature request...
As suggested by @jviotti in #672, here is a request from my experience with the tool:
Currently, it looks like there is 1:1 match regarding
$refto$id. However, e.g. the CVSS schemas (v2, v3.0, v3.1, v4.0) use the part after the?to identify a version / last updated date. For CSAF, we want the latest version (assuming and trusting that FIRST CVSS SIG is just patching non-breaking stuff).I did not see an option (especially on the command line) to ignore the query string / do a subpart matching or register a schema for a specific
$idbut maybe, I missed something. If you have that, please point me to the documentation, if not it would be my feature request...