You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[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 -->
8
17
9
18
## Code Style
10
19
@@ -49,3 +58,16 @@ message:
49
58
'the ssvc id does neither match the "cve" nor it '+
50
59
'matches the "text" of any item in the "ids" array',
51
60
```
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