Skip to content

Commit af74557

Browse files
fix: fix doc in inputSchema test
1 parent 689ecfd commit af74557

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ The following tests are not yet implemented and therefore missing:
316316
- Mandatory Test 6.1.27.18
317317
- Mandatory Test 6.1.42
318318
- Mandatory Test 6.1.44
319-
- Mandatory Test 6.1.45
320319
- Mandatory Test 6.1.47
321320
- Mandatory Test 6.1.48
322321
- Mandatory Test 6.1.49

tests/csaf_2_1/mandatoryTest_6_1_46.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { expect } from 'chai'
44

55
const failingInputSchemaTestWithEmptyVulnerability6_1_46 = {
66
vulnerabilities: [
7-
{}, // even this vulnerability is empty, the test should not fail due to the inputSchema
7+
{}, // even this vulnerability is empty, the test should run
88
{
99
cve: 'CVE-1900-0001',
1010
metrics: [

tests/csaf_2_1/oasis.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const excluded = [
2222
'6.1.37',
2323
'6.1.42',
2424
'6.1.44',
25-
'6.1.45',
2625
'6.1.47',
2726
'6.1.48',
2827
'6.1.49',

0 commit comments

Comments
 (0)