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

Commit 70ced15

Browse files
committed
Merge branch 'custom_properties_and_observable_types' of https://github.com/jekyc/client-python into custom_properties_and_observable_types
2 parents 03e715d + 0c2d8de commit 70ced15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycti/opencti_stix2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
import dateutil.parser
88
import pytz
99

10-
from pycti.constants import ObservableTypes, CustomProperties
1110
import stix2
1211
from stix2 import ObjectPath, ObservationExpression, EqualityComparisonExpression, HashConstant
12+
from pycti.constants import ObservableTypes, CustomProperties
1313

1414
datefinder.ValueError = ValueError, OverflowError
1515
utc = pytz.UTC
@@ -22,7 +22,7 @@
2222
'file:hashes.sha256': ObservableTypes.FILE_HASH_SHA256,
2323
'ipv4-addr:value': ObservableTypes.IPV4_ADDR,
2424
'domain:value': ObservableTypes.DOMAIN,
25-
'url:value': ObservableTypes.URL,
25+
'url:value': ObservableTypes.URL
2626
}
2727

2828

0 commit comments

Comments
 (0)