Hotfix of issues enum

This commit is contained in:
Daniel Goldberg 2018-11-18 15:20:01 +02:00
parent ee868ef4f9
commit 8b81d32bab
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ class ReportService:
AZURE = 6
STOLEN_SSH_KEYS = 7
STRUTS2 = 8
WEBLOGIC = 9,
HADOOP = 10,
WEBLOGIC = 9
HADOOP = 10
PTH_CRIT_SERVICES_ACCESS = 11
class WARNINGS_DICT(Enum):