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

Commit 38be957

Browse files
committed
[client] Connector scope not applicable by default
1 parent 652d2eb commit 38be957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ def __init__(self, config: Dict, playbook_compatible=False) -> None:
10021002
)
10031003
self.connect_confidence_level = None # Deprecated since OpenCTI version >= 6.0
10041004
self.connect_scope = get_config_variable(
1005-
"CONNECTOR_SCOPE", ["connector", "scope"], config
1005+
"CONNECTOR_SCOPE", ["connector", "scope"], config, default="not-applicable"
10061006
)
10071007
self.connect_auto = get_config_variable(
10081008
"CONNECTOR_AUTO", ["connector", "auto"], config, default=False

0 commit comments

Comments
 (0)