From 0ec5f22a7459f96fa677a307faabaac37828ce4b Mon Sep 17 00:00:00 2001 From: JanHoefelmeyer Date: Wed, 27 Sep 2023 11:30:35 +0200 Subject: [PATCH] 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.