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 067a65c commit 9b78ab2Copy full SHA for 9b78ab2
csaf_2_1/recommendedTests/recommendedTest_6_2_38.js
@@ -33,7 +33,8 @@ export function recommendedTest_6_2_38(doc) {
33
34
if (doc.document.category.match(/^csaf_deprecated_.*$/)) {
35
context.warnings.push({
36
- message: 'The document category starts with "csaf_deprecated_"',
+ message:
37
+ 'The document category indicates the usage of a deprecated profile as it starts with "csaf_deprecated_"',
38
instancePath: '/document/category',
39
})
40
}
0 commit comments