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

Commit 063afda

Browse files
author
Samuel Hassine
committed
[client] Fix replace
1 parent d11d352 commit 063afda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ def prepare_export(
12291229
entity_marking_definition["definition_type"]
12301230
.lower(): entity_marking_definition["definition"]
12311231
.lower()
1232-
.replace("tlp:")
1232+
.replace("tlp:", "")
12331233
},
12341234
"created": entity_marking_definition["created"],
12351235
CustomProperties.MODIFIED: entity_marking_definition["modified"],

0 commit comments

Comments
 (0)