Skip to content

Commit 5df7b48

Browse files
committed
Update stix file
1 parent fca92c7 commit 5df7b48

File tree

2 files changed

+8249
-2
lines changed

2 files changed

+8249
-2
lines changed

2021-12-16_cytrox/cytrox.stix2

Lines changed: 8248 additions & 1 deletion
Large diffs are not rendered by default.

2021-12-16_cytrox/generate_stix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737

3838
bundle = Bundle(objects=res)
3939
with open("cytrox.stix2", "w+") as f:
40-
f.write(str(bundle))
40+
f.write(bundle.serialize(indent=4))
4141
print("cytrox.stix2 file created")

0 commit comments

Comments
 (0)