Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
avikowy authored Nov 4, 2022
1 parent 06f0b46 commit ec03fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ingram/VDB/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_vul(dev: str) -> list:
if dev == config.HIKVISION:
return [hikvision_weak, cve_2021_36260, cve_2017_7921]
elif dev == config.DAHUA:
return [dahua_weak, cve_2021_33044, cve_2021_33045]
return [dahua_disabled, dahua_weak, cve_2021_33044, cve_2021_33045]
elif dev == config.UNIVIEW_NVR:
return [disclosure, ]
elif dev == config.DLINK_DCS:
Expand All @@ -28,4 +28,4 @@ def get_vul(dev: str) -> list:
elif dev == config.DVR:
return [cve_2018_9995, ]
else:
return None
return None

0 comments on commit ec03fab

Please sign in to comment.