changeset 14:640b88744523

Fix issue in validation of CVSS Score Sets
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 09 Oct 2014 10:09:12 +0200
parents db2a02fff101
children dcc946b30343
files farolluz/cvrf.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/farolluz/cvrf.py	Wed Oct 08 14:49:49 2014 +0200
+++ b/farolluz/cvrf.py	Thu Oct 09 10:09:12 2014 +0200
@@ -695,6 +695,7 @@
             threat.validate(productids, groupids)
         for cvss in self._cvsss:
             cvss.validate(productids)
+        pids = set()
         for cvss in self._cvsss:
             for pid in (cvss._productids or productids):
                 if pid in pids:
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)