From 2d41b8c3374f84b6abb31897b9d72145ea3bd6ca Mon Sep 17 00:00:00 2001 From: Jeremy Cloarec Date: Thu, 23 Jan 2025 09:43:50 +0100 Subject: [PATCH] [client] remove default confidence value of 15 for sightings --- pycti/utils/opencti_stix2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycti/utils/opencti_stix2.py b/pycti/utils/opencti_stix2.py index 668cf0c4f..ef8cca884 100644 --- a/pycti/utils/opencti_stix2.py +++ b/pycti/utils/opencti_stix2.py @@ -1378,7 +1378,7 @@ def import_sighting( created=stix_sighting["created"] if "created" in stix_sighting else None, modified=stix_sighting["modified"] if "modified" in stix_sighting else None, confidence=( - stix_sighting["confidence"] if "confidence" in stix_sighting else 15 + stix_sighting["confidence"] if "confidence" in stix_sighting else None ), createdBy=extras["created_by_id"] if "created_by_id" in extras else None, objectMarking=(