Skip to content

Add Vendor function to Identifier type

Oscar Tovar requested to merge otovar/add-identifier-vendor-strings into main

What does this MR do?

  • Adds a new function Identifier.Vendor that returns the vendor that created the identifier. For example, CVE types will return NVD.
  • Fix incorrect default report version. The report version emitted by default is 15.0.7 after the changes done in v4.2.0. This was unfortunately not done in the same MR.

What are the relevant issue numbers?

Update Gemnasium dependency scanner to emit a r... (gitlab-org/gitlab#422033 - closed)

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports