gocsaf / csaf

Tools to download or provide CSAF (Common Security Advisory Framework) documents.
https://csaf.io
40 stars 23 forks source link

fix error message in csaf downloader #548

Closed mgoetzegb closed 4 months ago

mgoetzegb commented 4 months ago

What

Minor fix of the error message returned on an invalid provider metadata json in the csaf downloader.

Why

The error message had a trailing : which suggest that there are some details which were truncated. However the details are already printed before in the log.

The extra : was accidentally added in #531