csaf_distribution icon indicating copy to clipboard operation
csaf_distribution copied to clipboard

Tools to download or provide CSAF (Common Security Advisory Framework) documents.

Results 105 csaf_distribution issues
Sort by recently updated
recently updated
newest added

I think this is unrelated to #595... When I try to check www.se.com with the `csaf_checker` (version 3.3.0) - it lists all files as missing in the directory listing. But...

csaf_checker
csaf_downloader
service+dev

This is still related to [vulnerability-lookup](https://github.com/vulnerability-lookup/vulnerability-lookup), and the problem is as follows: * CSAF repos are moderately reliable: some files are missing, the server fails to serve some files for...

csaf_downloader

If the `csaf_provider` configuration file has a bad parameter ``` # Specify the root folder. folder = bogousdirectoryname ``` (for example, a relative directory), the create action fails with a...

csaf_provider

As seen in #408 we de-serialize JSON files into go structures before we check the JSON against a schema. This is the case because v5 of our library for JSON...

enhancement
csaf_checker

An uri with a non ASCII character like `®` is not detected by the json schema libary we use. The case is reported upstream with a suggested fix from us:...

service+dev