From af0d88e516863398762dbb25ba015472e71bf553 Mon Sep 17 00:00:00 2001 From: bendo-eXX Date: Thu, 26 Feb 2026 12:35:55 +0100 Subject: [PATCH] fix(csaf2.1): change instancePath from '/document/publisher/category' to '/document/source_lang' --- lib/mandatoryTests/mandatoryTest_6_1_15.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mandatoryTests/mandatoryTest_6_1_15.js b/lib/mandatoryTests/mandatoryTest_6_1_15.js index 3e65419b..8bbb5e5c 100644 --- a/lib/mandatoryTests/mandatoryTest_6_1_15.js +++ b/lib/mandatoryTests/mandatoryTest_6_1_15.js @@ -12,7 +12,7 @@ export default function mandatoryTest_6_1_15(doc) { ) { isValid = false errors.push({ - instancePath: '/document/publisher/category', + instancePath: '/document/source_lang', message: 'source language attribute is missing', }) }