mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Merge pull request #465 from csaf-poc/downloader-document-forward
Downloader: Document the implementes forward API
This commit is contained in:
commit
2e5038f06d
1 changed files with 8 additions and 0 deletions
|
|
@ -123,6 +123,14 @@ In the config file this has to be noted as:
|
||||||
ignorepattern = [".*white.*", ".*red.*"]
|
ignorepattern = [".*white.*", ".*red.*"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Forwarding
|
||||||
|
The downloader is able to forward downloaded advisories and their checksums,
|
||||||
|
OpenPGP signatures and validation results to an HTTP endpoint.
|
||||||
|
The details of the implemented API are described [here](https://github.com/mfd2007/csaf_upload_interface).
|
||||||
|
**Attention** This is a work in progress. There is
|
||||||
|
no production ready server which implements this protocol.
|
||||||
|
The server in the linked repository is currently for development and testing only.
|
||||||
|
|
||||||
#### beware of client cert passphrase
|
#### beware of client cert passphrase
|
||||||
|
|
||||||
The `client-passphrase` option implements a legacy private
|
The `client-passphrase` option implements a legacy private
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue