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

Commit 6795cc6

Browse files
committed
[client] Default confidence level
1 parent 06af25b commit 6795cc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ def __init__(self, config: Dict) -> None:
511511
["connector", "confidence_level"],
512512
config,
513513
True,
514+
50,
514515
)
515516
self.connect_scope = get_config_variable(
516517
"CONNECTOR_SCOPE", ["connector", "scope"], config

0 commit comments

Comments
 (0)