Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit b9800a5

Browse files
author
Samuel Hassine
committed
[client] Users are also identities in STIX2
1 parent 144080f commit b9800a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pycti/utils/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class IdentityTypes(Enum):
4747
COUNTRY = "Country"
4848
CITY = "City"
4949
ORGANIZATION = "Organization"
50+
USER = "User"
5051

5152
@classmethod
5253
def has_value(cls, value):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
print("warning: pypandoc module not found, could not convert Markdown to RST")
1414
read_md = lambda f: open(f, "r").read()
1515

16-
VERSION = "3.0.4"
16+
VERSION = "3.1.0"
1717

1818

1919
class VerifyVersionCommand(install):

0 commit comments

Comments
 (0)