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
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@
5
5
-[Code Style](#code-style)
6
6
-[Formatting with prettier](#formatting-with-prettier)
7
7
-[Quoting Strings](#quoting-strings)
8
-
8
+
-[Generated Files](#generated-files)
9
+
-[License Information](#license-information)
10
+
-[CWE](#cwe-)
9
11
## Code Style
10
12
11
13
### Formatting with prettier
@@ -49,3 +51,16 @@ message:
49
51
'the ssvc id does neither match the "cve" nor it '+
50
52
'matches the "text" of any item in the "ids" array',
51
53
```
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