Skip to content

Commit c66091b

Browse files
fix: fix doc in inputSchema test
1 parent 5b6d300 commit c66091b

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
@@ -315,7 +315,6 @@ The following tests are not yet implemented and therefore missing:
315315
- Mandatory Test 6.1.27.13
316316
- Mandatory Test 6.1.42
317317
- Mandatory Test 6.1.44
318-
- Mandatory Test 6.1.45
319318
- Mandatory Test 6.1.47
320319
- Mandatory Test 6.1.48
321320
- 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
@@ -21,7 +21,6 @@ const excluded = [
2121
'6.1.37',
2222
'6.1.42',
2323
'6.1.44',
24-
'6.1.45',
2524
'6.1.47',
2625
'6.1.48',
2726
'6.1.49',

0 commit comments

Comments
 (0)