Skip to content

Commit 090c8a3

Browse files
rainer-exxcellentdomachine
authored andcommitted
feat(CSAF2.1): #199 adapt test 6.3.4 for CSAF 2.1 - changed cwe's to cwe
1 parent 9648fbb commit 090c8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csaf_2_1/informativeTests/informativeTest_6_3_4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function informativeTest_6_3_4(doc) {
4141
if (!vulnerability?.cwes?.length) {
4242
ctx.infos.push({
4343
instancePath: `/vulnerabilities/${vulnerabilityIndex}`,
44-
message: "missing cwe's",
44+
message: 'missing cwe',
4545
})
4646
}
4747
})

0 commit comments

Comments
 (0)