stackabletech / issues

This repository is only for issues that concern multiple repositories or don't fit into any specific repository
2 stars 0 forks source link

Better Multiarch support for SecObserve and CSAF #650

Closed dervoeti closed 4 weeks ago

dervoeti commented 1 month ago

Currently, we first report x86 and then ARM vulnerabilities. The vulnerabilities are deduplicated, which means vulnerabiltities in ARM images that are also present in x86 won't get reported twice. Both vulnerabilities get reported to the same branch in SecObserve, e.g. airflow-operator 24.7.0. That way, we don't miss any vulnerabilities. Vulnerabilities present only in ARM images will just be appended to the list of x86 vulnerabilities.

But:

To do:

dervoeti commented 4 weeks ago

PURLs and versions fixed, stack_scanner and SecObserve are adapted to multiarch, csaf_publisher as well. The CSAF product tree now looks like this: Image