diff --git a/README.md b/README.md index 0dbf9c1c..2457b891 100644 --- a/README.md +++ b/README.md @@ -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** @@ -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** @@ -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` diff --git a/csaf b/csaf index 5a56719c..1ac6c07c 160000 --- a/csaf +++ b/csaf @@ -1 +1 @@ -Subproject commit 5a56719cbfc141511acb651982ed1dbe336536e4 +Subproject commit 1ac6c07cbd2fbe8b52a3eb978c2e60b76559fec2 diff --git a/tests/csaf_2_1/oasis.js b/tests/csaf_2_1/oasis.js index b0a39ebf..8f223924 100644 --- a/tests/csaf_2_1/oasis.js +++ b/tests/csaf_2_1/oasis.js @@ -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', @@ -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 */