mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Moved direct loading of pmd from downloader to library. (#233)
* Moved direct loading of pmd from downloader to library, so aggregator and checker gain the ability. * Disabled some checks if we were given a direct PMD URL.
This commit is contained in:
parent
9cba4eec30
commit
8b57851486
4 changed files with 61 additions and 70 deletions
|
|
@ -28,7 +28,7 @@ insecure = true
|
|||
|
||||
[[providers]]
|
||||
name = "local-dev-provider2"
|
||||
domain = "localhost"
|
||||
domain = "https://localhost:8443/.well-known/csaf/provider-metadata.json"
|
||||
# rate = 1.2
|
||||
# insecure = true
|
||||
write_indices = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue