gocsaf / csaf

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

Avoid duplicate errors checking and logging when loading pmds. #254

Closed s-l-teichmann closed 2 years ago

s-l-teichmann commented 2 years ago

Solves #252

Loading the PMD may lead to the same content through different URLs. Try to minimize validating and error logging based on the checksum of the PMDs we are already calculating.