forked from p15670423/monkey
Hotfix of issues enum
This commit is contained in:
parent
ee868ef4f9
commit
8b81d32bab
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue