Commit 33139705 authored by PidgeyL's avatar PidgeyL
Browse files

bugfix

parent 0dfc8237
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ def cvesForCPE(cpe):
    cvesp = cves.last(rankinglookup=False, namelookup=False, via4lookup=True, capeclookup=False)
    for x in db.cvesForCPE(cpe):
        data.append(cvesp.getcve(x['id']))
  return cves
  return data

def getBrowseList(vendor):
  result = {}