diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats index 920a2be158..c113cf9606 100755 --- a/support/scripts/pkg-stats +++ b/support/scripts/pkg-stats @@ -259,6 +259,9 @@ class CVE: True if the Buildroot Package object passed as argument is affected by this CVE. """ + if br_pkg.is_cve_ignored(self.identifier): + return False + for product in self.each_product(): if product['product_name'] != br_pkg.name: continue