Skip to content

Commit 9b78ab2

Browse files
refactor: refine warning message
1 parent 067a65c commit 9b78ab2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

csaf_2_1/recommendedTests/recommendedTest_6_2_38.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ export function recommendedTest_6_2_38(doc) {
3333

3434
if (doc.document.category.match(/^csaf_deprecated_.*$/)) {
3535
context.warnings.push({
36-
message: 'The document category starts with "csaf_deprecated_"',
36+
message:
37+
'The document category indicates the usage of a deprecated profile as it starts with "csaf_deprecated_"',
3738
instancePath: '/document/category',
3839
})
3940
}

0 commit comments

Comments
 (0)