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
@@ -299,13 +300,15 @@ This module exports all tests included in `extended.js` and all informative test
299
300
300
301
### CSAF 2.1 (experimental)
301
302
302
-
**HEADS UP**: The feature set in this section is not stable nor complete yet and changes without introducing a major version update. Please use it with caution! As soon as it becomes stable this README will be updated.
303
+
**HEADS UP**: The feature set in this section is not stable nor complete yet and changes without introducing a major
304
+
version update. Please use it with caution! As soon as it becomes stable this README will be updated.
303
305
304
306
In CSAF 2.1 the "optional tests" have been renamed to "recommended tests".
305
307
306
308
#### Known Issues
307
309
308
-
The CVSS 4.0 computation is still under debate as it it unclear from the specification how to compute threatScore and environmentalScore.
310
+
The CVSS 4.0 computation is still under debate as it it unclear from the specification how to compute threatScore and
311
+
environmentalScore.
309
312
310
313
The following tests are not yet implemented and therefore missing:
311
314
@@ -331,7 +334,6 @@ The following tests are not yet implemented and therefore missing:
This function strips empty nodes and nodes with errors. The `strict` option (default `true`) throws an error if an unknown test function was passed. See [Strict Mode](#strict-mode) for more details.
523
+
This function strips empty nodes and nodes with errors. The `strict` option (default `true`) throws an error if an
524
+
unknown test function was passed. See [Strict Mode](#strict-mode) for more details.
Tests are implemented using [mocha](https://mochajs.org/). The minimal supported Node.js version is **14**. They can be run using the following command:
555
+
Tests are implemented using [mocha](https://mochajs.org/). The minimal supported Node.js version is **14**. They can be
556
+
run using the following command:
552
557
553
558
```sh
554
559
npmtest
@@ -564,7 +569,8 @@ You can find our guidelines here [CONTRIBUTING.md](https://github.com/secvisogra
564
569
565
570
## Dependencies
566
571
567
-
For the complete list of dependencies please take a look at [package.json](https://github.com/secvisogram/csaf-validator-lib/blob/main/package.json)
572
+
For the complete list of dependencies please take a look
573
+
at [package.json](https://github.com/secvisogram/csaf-validator-lib/blob/main/package.json)
0 commit comments