Common: Remove CREDENTIALS from TelemCategoryEnum

This commit is contained in:
Shreya Malviya 2022-09-15 12:30:06 +05:30
parent eba94293d4
commit 08fc1c6d39
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
class TelemCategoryEnum:
ATTACK = "attack"
AWS_INFO = "aws_info"
CREDENTIALS = "credentials"
EXPLOIT = "exploit"
FILE_ENCRYPTION = "file_encryption"
POST_BREACH = "post_breach"