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

Commit a2d728d

Browse files
committed
Merge branch 'master' into release/current
2 parents f95005a + f49241e commit a2d728d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pycti/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "6.8.9"
2+
__version__ = "6.8.10"
33

44
from .api.opencti_api_client import OpenCTIApiClient
55
from .api.opencti_api_connector import OpenCTIApiConnector

pycti/entities/opencti_report.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def __init__(self, opencti):
108108
modified
109109
name
110110
description
111+
content
111112
report_types
112113
published
113114
objects(all: true) {

0 commit comments

Comments
 (0)