mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Add checker hint about not yet using role
This commit is contained in:
parent
d5b9aa9ce0
commit
6a605fdbcc
2 changed files with 8 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ is a command line tool that uploads CSAF documents to the `csaf_provider`.
|
|||
is an implementation of the role CSAF Aggregator.
|
||||
|
||||
## [csaf_checker](docs/csaf_checker.md)
|
||||
is a tool for testing a CSAF Trusted Provider according to [Section 7 of the CSAF standard](https://docs.oasis-open.org/csaf/csaf/v2.0/csaf-v2.0.html#7-distributing-csaf-documents).
|
||||
is a tool for testing a CSAF Trusted Provider according to [Section 7 of the CSAF standard](https://docs.oasis-open.org/csaf/csaf/v2.0/csaf-v2.0.html#7-distributing-csaf-documents). Does check requirements without considering the indicated `role` yet.
|
||||
|
||||
## [csaf_downloader](docs/csaf_downloader.md)
|
||||
is a tool for downloading advisories from a provider.
|
||||
|
|
|
|||
|
|
@ -31,3 +31,10 @@ type 2: error
|
|||
```
|
||||
|
||||
The checker result is a success if no checks resulted in type 2, and a failure otherwise.
|
||||
|
||||
|
||||
### Remarks
|
||||
|
||||
The `role` given in the `provider-metadata.json` is not
|
||||
yet considered to change the overall result,
|
||||
see https://github.com/csaf-poc/csaf_distribution/issues/221 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue