-
It is unclear what `--verbose` does, now that we have loglevels.
In the following example first without `-v` then with `-v` it is seen that INFO entries are added:
```bash
./bin-linux-amd64/csa…
-
As followup to #443, here are some minor issues and questions to be addressed:
* Add documentation of the new logging options to csaf_downloader.md, including the defaults.
* Add docs about valida…
-
There are some inconsistencies in handling of configuration files.
* The uploader currently uses an INI file for configuration. All other use TOML file.
* The aggregator use `aggregator.toml` as…
-
The `csaf_downloader` should be able to forward CSAF documents per POST (multi-part format). The following config options need to be implemented:
- target url
- download/forward or both
- static fi…
-
The `csaf_downloader` provides now (`2.2.1-92-g0e18e0e5`) timestamps with different length:
```
"2023-08-30T23:31:01.063382039+02:00"
"2023-08-30T23:31:02.039935684+02:00"
"2023-08-30T23:31:02.270…
-
Allow the configuration of the CSAF-checker and CSAF-downloader to be read via a seperate config file, while maintaining the option for command line parameters.
-
CSAF-Downloader and Aggregator need to be able to download documents via a potentially password protected client certificate. For the aggregator, different domains may require different certificates. …
-
A user wants to configure advisory paths that are ignored to for downloading, checking and aggregating.
Two motivations:
1. Avoid error messages for paths that are advertised, but not accessible,…
-
Implement an option to store all downloaded files (that are to be saved) within a single folder instead of being stored in folders based on the year.
These options need to be configurable via a co…
-
If I use `--version` on the `csaf_downloader` or `csaf_checker` (most likely also valid for other tools) it returns `0.0.0` but the `make` uses the correct one `go build -o bin-linux-amd64/ -ldflags …