From e470529dfb64fb6bfac7fca35d1d030bd19bf211 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Wed, 27 Sep 2023 10:13:15 +0200 Subject: [PATCH 1/2] Add a paragraph about the remote forward API. --- docs/csaf_downloader.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/csaf_downloader.md b/docs/csaf_downloader.md index 122f5b15..1063ff05 100644 --- a/docs/csaf_downloader.md +++ b/docs/csaf_downloader.md @@ -126,6 +126,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 little bit work in progress because 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 From 0ec5f22a7459f96fa677a307faabaac37828ce4b Mon Sep 17 00:00:00 2001 From: JanHoefelmeyer Date: Wed, 27 Sep 2023 11:30:35 +0200 Subject: [PATCH 2/2] Removed subjective informal 'little bit' phrasing --- docs/csaf_downloader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csaf_downloader.md b/docs/csaf_downloader.md index 1063ff05..43a1286e 100644 --- a/docs/csaf_downloader.md +++ b/docs/csaf_downloader.md @@ -130,7 +130,7 @@ ignorepattern = [".*white.*", ".*red.*"] 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 little bit work in progress because there is +**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.