gocsaf / csaf

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

Checker: Ensure that the processor is reset before checking each domain. #523

Closed s-l-teichmann closed 10 months ago

s-l-teichmann commented 10 months ago

In issue #522 there are signs that the checker get mixed up when checking multiple domains.

One possible reason could be the not proper reset of the processor before checking a particular. This PR guarantees that the reset is done before the check.

Maybe fixes #522