Commit 5a677841 authored by PidgeyL's avatar PidgeyL
Browse files

remove print(ex)

parent 14222b37
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@ def impactScore(cve):
      res = 10.41*(1-(1-score[C])*(1-score[I])*(1-score[A]))
      return 10.0 if res > 10.0 else res 
    except Exception as ex:
      print(ex)
      return '-'

def exploitabilityScore(cve):