Skip to content

Commit

Permalink
Merge pull request #465 from csaf-poc/downloader-document-forward
Browse files Browse the repository at this point in the history
Downloader: Document the implementes forward API
  • Loading branch information
JanHoefelmeyer authored Sep 27, 2023
2 parents 37f770e + 0ec5f22 commit 2e5038f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/csaf_downloader.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ In the config file this has to be noted as:
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

The `client-passphrase` option implements a legacy private
Expand Down

0 comments on commit 2e5038f

Please sign in to comment.