We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56426c1 commit 8d30ec9Copy full SHA for 8d30ec9
csaf_2_1/mandatoryTests/mandatoryTest_6_1_7.js
@@ -191,7 +191,7 @@ export function mandatoryTest_6_1_7(doc) {
191
isValid = false
192
const sourceOfMetric = metric.source ? metric.source : ''
193
errors.push({
194
- message: `Product is member of more than one CVSS-Vectors with the same version '${sameVersion}' and same source ${sourceOfMetric}.`,
+ message: `Product is member of more than one CVSS-Vectors with the same version '${sameVersion}' and same source '${sourceOfMetric}'.`,
195
instancePath: `/vulnerabilities/${vulnerabilityIndex}/metrics/${metricIndex}/products/${productIndex}`,
196
})
197
}
0 commit comments