Bernhard E. Reiter
|
cf49c7e414
|
Fix go.mod and internal dependencies (#371)
* Use a "/v2" in the module path to match the git version tag which
lead with a 2. Change all mention of the module as dependency
internally as well.
|
2023-06-05 10:24:35 +02:00 |
|
Sascha L. Teichmann
|
c4b70d20cd
|
Demand Go 1.19 in go.mod. Replaced interface{} with any
|
2023-01-19 16:45:26 +01:00 |
|
tschmidtb51
|
6b9ecead89
|
refactor: remove temporary solution joinUrlPath and use joinPath from Go 1.19.1 net/url
|
2022-09-24 18:53:03 +02:00 |
|
Sascha L. Teichmann
|
050e225d07
|
Fix type assertions from directory_url expression result
|
2022-08-01 13:00:10 +02:00 |
|
Sascha L. Teichmann
|
dce3d1f4a7
|
load advisories via directory_urls
|
2022-08-01 06:46:05 +02:00 |
|
Sascha L. Teichmann
|
d1855a9c30
|
Improve checks and messages for bad entries in files
* Ignore bad URLs in index.txt, improve messages.
resolve #158
|
2022-07-21 17:11:46 +02:00 |
|
Sascha L. Teichmann
|
b359fd0a62
|
Add CSAF downloader
* Dense and refactor ROLIE code in aggregator a bit.
* Move advisory file processor to csaf package.
* Fix minor typo on main readme
|
2022-06-23 14:14:44 +02:00 |
|