Remove unused `OTHER` in `common/utils/exploit_enum.py`

This commit is contained in:
Shreya 2021-05-06 16:58:03 +05:30
parent aed9c4ae56
commit 81f785ea74
1 changed files with 0 additions and 1 deletions

View File

@ -3,5 +3,4 @@ from enum import Enum
class ExploitType(Enum): class ExploitType(Enum):
VULNERABILITY = 1 VULNERABILITY = 1
OTHER = 8
BRUTE_FORCE = 9 BRUTE_FORCE = 9