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 42964f9 commit d96d4e4Copy full SHA for d96d4e4
csaf_2_1/mandatoryTests/mandatoryTest_6_1_26.js
@@ -73,8 +73,8 @@ export function mandatoryTest_6_1_26(doc) {
73
if (category.toLowerCase().startsWith('csaf_')) {
74
ctx.isValid = false
75
ctx.errors.push({
76
- instancePath: `/document/category`,
77
- message: `reserved prefix used`,
+ instancePath: '/document/category',
+ message: 'reserved prefix used',
78
})
79
80
return ctx
@@ -88,8 +88,8 @@ export function mandatoryTest_6_1_26(doc) {
88
) {
89
90
91
92
- message: `value prohibited`,
+ message: 'value prohibited',
93
94
}
95
0 commit comments