Skip to content

Fix incorrect CVSSRating JSON field name

Oscar Tovar requested to merge otovar/fix-cvss-rating-field-name into main

What does this MR do?

The JSON output for CVSSRating.Vector uses vector_string whereas the schema expects vector as a mandatory field. With this change, the JSON output now passes validation for v15.0.7 and newer schemas.

What are the relevant issue numbers?

n/a

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports