From a7fb31a7f4a5fb2c34ccecec6c9e0866e3864140 Mon Sep 17 00:00:00 2001 From: rschneider <97682836+rainer-exxcellent@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:11:59 +0100 Subject: [PATCH] fix(CSAF2.2):#534 fix wrong instance path in 6.1.30 --- lib/mandatoryTests/mandatoryTest_6_1_30.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mandatoryTests/mandatoryTest_6_1_30.js b/lib/mandatoryTests/mandatoryTest_6_1_30.js index b5ce9580..6e148938 100644 --- a/lib/mandatoryTests/mandatoryTest_6_1_30.js +++ b/lib/mandatoryTests/mandatoryTest_6_1_30.js @@ -56,7 +56,7 @@ export default function mandatoryTest_6_1_30(doc) { if (versioningSchema !== revisionNumberVersioningSchema) { ctx.isValid = false ctx.errors.push({ - instancePath: `/document/tracking/revisions/${revisionIndex}/number`, + instancePath: `/document/tracking/revision_history/${revisionIndex}/number`, message: 'mixed integer and semantic versioning', }) }