Commit 2f27ec23 authored by PidgeyL's avatar PidgeyL
Browse files

bugfix

parent f7cebac1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ def filter_logic(blacklist, whitelist, unlisted, timeSelect, startDate, endDate,

    if current_user.is_authenticated():
      if hideSeen == "hide":
        query.append({'id': {"$nin":dbLayer.seenCVEs(current_user.get_id)}})
        query.append({'id': {"$nin":dbLayer.seenCVEs(current_user.get_id())}})

    # cvss logic
    if cvssSelect != "all":