Skip to content

Commit d13240d

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

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

DEVELOPMENT.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
- [Code Style](#code-style)
66
- [Formatting with prettier](#formatting-with-prettier)
77
- [Quoting Strings](#quoting-strings)
8-
8+
- [Generated Files](#generated-files)
9+
- [License Information](#license-information)
10+
- [CWE](#cwe-)
911
## Code Style
1012

1113
### Formatting with prettier
@@ -49,3 +51,16 @@ message:
4951
'the ssvc id does neither match the "cve" nor it '+
5052
'matches the "text" of any item in the "ids" array',
5153
```
54+
55+
## Generated Files
56+
57+
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.
58+
59+
### License Information
60+
61+
The script 'scripts/read-spdx-and-aboutcode-licenses.js' reads the SPDX and ScanCode License DB and write them into
62+
the file 'lib/license/license_information.js'.
63+
64+
### CWE
65+
66+
The script 'scripts/cwe-importCatalogue.js' reads the CWE and writes them to the file 'lib/cwec.js'

0 commit comments

Comments
 (0)