5
5
> advisories.
6
6
7
7
This section of the Git repository is where all LBSAs are stored. They are
8
- written as
9
- [ CSAF 2.0 ] ( https://docs.oasis-open.org/csaf/csaf/v2.0/csaf-v2.0.html ) documents.
8
+ written as [ CSAF 2.0 ] ( https://docs.oasis-open.org/csaf/csaf/v2.0/csaf-v2.0.html )
9
+ documents.
10
10
11
11
The naming convention is as follows:
12
12
@@ -23,25 +23,26 @@ Where:
23
23
## Scripts
24
24
25
25
Validation of the CSAF 2.0 documents are done by
26
- <../scripts/advisories/validate-csaf20.ts>. This is triggered automatically during
27
- a Git commit, and as part of the [ CI pipeline] ( ../.github/workflows/ci.yaml ) . It
28
- can also be triggered by running ` npm run validate-csaf20 ` .
26
+ <../scripts/advisories/validate-csaf20.ts>. This is triggered automatically
27
+ during a Git commit, and as part of the
28
+ [ CI pipeline] ( ../.github/workflows/ci.yaml ) . It can also be triggered by running
29
+ ` npm run validate-csaf20 ` .
29
30
30
31
## Vendors
31
32
32
- This section depends on [ Secvisogram] ( ../vendors/README.md#submodules ) for its
33
- ports of JSON Schemas from Draft-04 (No first-class AJV support) to Draft-2019,
34
- and for a strict variant of CSAF 2.0 JSON Schema. There are plans to utilise the
35
- other parts of the codebase for more thorough validation.
33
+ This section depends on [ Secvisogram] ( ../vendors/README.md#submodules ) for
34
+ validation, its ports of JSON Schemas from Draft-04 (No first-class AJV support)
35
+ to Draft-2019, and for a strict variant of CSAF 2.0 JSON Schema. There are plans
36
+ to utilise the other parts of the codebase for more thorough validation.
36
37
37
38
## Dependents
38
39
39
40
There's current no known dependents on these CSAF 2.0 documents. However, there
40
41
are future plans to add integration:
41
42
42
- | Integration | Status
43
- |-|-
44
- | Generation of security advisories on [ loopback.io website] ( https://loopback.io/doc/en/sec/index.html ) | Planned
45
- | Publishing as a CSAF Provider through csaf.data.loopback.io | Planned
46
- | Down-conversion and publication of CVRF 1.2 | Planned
47
- | Sync with Gitlab Advisory Database | Planned
43
+ | Integration | Status |
44
+ | ----------------------------------------------------------------------------------------------------- | ------- |
45
+ | Generation of security advisories on [ loopback.io website] ( https://loopback.io/doc/en/sec/index.html ) | Planned |
46
+ | Publishing as a CSAF Provider through csaf.data.loopback.io | Planned |
47
+ | Down-conversion and publication of CVRF 1.2 | Planned |
48
+ | Sync with Gitlab Advisory Database | Planned |
0 commit comments