Skip to content

Commit 1ad3349

Browse files
authored
Merge pull request #423 from secvisogram/197-csaf-2.1-mandatory-test-6.1.14
feat(CSAF2.1): add mandatory test 6.1.14
2 parents 8677727 + 35e5bb3 commit 1ad3349

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ The following tests are not yet implemented and therefore missing:
311311
312312
**Mandatory Tests**
313313
314-
- Mandatory Test 6.1.14
315314
- Mandatory Test 6.1.26
316315
- Mandatory Test 6.1.27.13
317316
- Mandatory Test 6.1.27.18
@@ -392,6 +391,7 @@ export const mandatoryTest_6_1_10: DocumentTest
392391
export const mandatoryTest_6_1_11: DocumentTest
393392
export const mandatoryTest_6_1_12: DocumentTest
394393
export const mandatoryTest_6_1_13: DocumentTest
394+
export const mandatoryTest_6_1_14: DocumentTest
395395
export const mandatoryTest_6_1_15: DocumentTest
396396
export const mandatoryTest_6_1_16: DocumentTest
397397
export const mandatoryTest_6_1_17: DocumentTest

csaf_2_1/mandatoryTests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export {
44
mandatoryTest_6_1_4,
55
mandatoryTest_6_1_5,
66
mandatoryTest_6_1_12,
7+
mandatoryTest_6_1_14,
78
mandatoryTest_6_1_15,
89
mandatoryTest_6_1_16,
910
mandatoryTest_6_1_17,

tests/csaf_2_1/oasis.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import * as mandatory from '../../csaf_2_1/mandatoryTests.js'
1010
Once all tests are implemented for CSAF 2.1 this should be deleted.
1111
*/
1212
const excluded = [
13-
'6.1.14',
1413
'6.1.26',
1514
'6.1.27.3',
1615
'6.1.27.4',

0 commit comments

Comments
 (0)