Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ The following tests are not yet implemented and therefore missing:
- Mandatory Test 6.1.53
- Mandatory Test 6.1.54
- Mandatory Test 6.1.55
- Mandatory Test 6.1.56
- Mandatory Test 6.1.57
- Mandatory Test 6.1.58
- Mandatory Test 6.1.59

**Recommended Tests**

Expand All @@ -342,6 +346,13 @@ The following tests are not yet implemented and therefore missing:
- Recommended Test 6.2.44
- Recommended Test 6.2.45
- Recommended Test 6.2.46
- Recommended Test 6.2.49
- Recommended Test 6.2.50.1
- Recommended Test 6.2.50.2
- Recommended Test 6.2.50.3
- Recommended Test 6.2.51
- Recommended Test 6.2.52
- Recommended Test 6.2.53

**Informative Tests**

Expand All @@ -350,6 +361,12 @@ The following tests are not yet implemented and therefore missing:
- Informative Test 6.2.15
- Informative Test 6.2.16
- Informative Test 6.2.17
- Informative Test 6.2.19.1
- Informative Test 6.2.19.2
- Informative Test 6.2.19.3
- Informative Test 6.2.19.4
- Informative Test 6.2.19.5
- Informative Test 6.2.20

#### Module `csaf_2_1/schemaTests.js`

Expand Down
2 changes: 1 addition & 1 deletion csaf
Submodule csaf updated 134 files
16 changes: 16 additions & 0 deletions tests/csaf_2_1/oasis.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ const excluded = [
'6.1.54',
'6.1.55',
'6.1.56',
'6.1.57',
'6.1.58',
'6.1.59',
'6.2.11',
'6.2.19',
'6.2.20',
Expand All @@ -48,12 +51,25 @@ const excluded = [
'6.2.45',
'6.2.46',
'6.2.48',
'6.2.49',
'6.2.50.1',
'6.2.50.2',
'6.2.50.3',
'6.2.51',
'6.2.52',
'6.2.53',
'6.3.12',
'6.3.13',
'6.3.14',
'6.3.15',
'6.3.16',
'6.3.17',
'6.3.19.1',
'6.3.19.2',
'6.3.19.3',
'6.3.19.4',
'6.3.19.5',
'6.3.20',
]

/** @typedef {import('../../lib/shared/types.js').DocumentTest} DocumentTest */
Expand Down
Loading