Skip to content

Commit 3b1db5d

Browse files
feat(CSAF2.1): #356 add mandatory test 6.1.55 - add information about generated files to DEVELOPMENT.md
1 parent 3501890 commit 3b1db5d

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

DEVELOPMENT.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22

33
## Table of Contents
44

5-
- [Code Style](#code-style)
6-
- [Formatting with prettier](#formatting-with-prettier)
7-
- [Quoting Strings](#quoting-strings)
5+
<!-- TOC -->
6+
7+
- [Developing CSAF Validator Lib](#developing-csaf-validator-lib)
8+
- [Table of Contents](#table-of-contents)
9+
- [Code Style](#code-style)
10+
- [Formatting with prettier](#formatting-with-prettier)
11+
- [Quoting Strings](#quoting-strings)
12+
- [Generated Files](#generated-files)
13+
- [License Information](#license-information)
14+
- [CWE](#cwe)
15+
16+
<!-- /TOC -->
817

918
## Code Style
1019

@@ -49,3 +58,16 @@ message:
4958
'the ssvc id does neither match the "cve" nor it '+
5059
'matches the "text" of any item in the "ids" array',
5160
```
61+
62+
## Generated Files
63+
64+
Certain tests need to process data from different sources. This data is usually downloaded from a URL. To avoid accessing external sources during testing and to improve performance, this data is pre-processed and the result is saved.
65+
66+
### License Information
67+
68+
The script 'scripts/read-spdx-and-aboutcode-licenses.js' reads the SPDX and ScanCode License DB and write them into
69+
the file 'lib/license/license_information.js'.
70+
71+
### CWE
72+
73+
The script 'scripts/cwe-importCatalogue.js' reads the CWE and writes them to the file 'lib/cwec.js'

0 commit comments

Comments
 (0)