Преглед изворни кода

support/scripts/cve.py: remove unused each_product()

The last usage of each_product() was removed in commit
52ae092046696f099397d3b0a8206262e8203f40 ("support/scripts/cve.py: use
the JSON data in 1.1 schema").

Since it's now unused, remove it.

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit d0a7a468130bcae54d40a6e9f3c7c72664803324)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Raphaël Mélotte пре 3 месеци
родитељ
комит
ff7ae59113
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 6
      support/scripts/cve.py

+ 0 - 6
support/scripts/cve.py

@@ -111,12 +111,6 @@ class CVE:
                     with open(os.path.join(dirpath, filename), "rb") as f:
                     with open(os.path.join(dirpath, filename), "rb") as f:
                         yield cls(json.load(f))
                         yield cls(json.load(f))
 
 
-    def each_product(self):
-        """Iterate over each product section of this cve"""
-        for vendor in self.nvd_cve['cve']['affects']['vendor']['vendor_data']:
-            for product in vendor['product']['product_data']:
-                yield product
-
     def parse_node(self, node):
     def parse_node(self, node):
         """
         """
         Parse the node inside the configurations section to extract the
         Parse the node inside the configurations section to extract the