csaf_distribution
csaf_distribution copied to clipboard
Tools to download or provide CSAF (Common Security Advisory Framework) documents.
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...
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...
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...
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...
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:...