We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b346c commit 268134dCopy full SHA for 268134d
pycti/utils/opencti_stix2.py
@@ -1378,7 +1378,7 @@ def import_sighting(
1378
created=stix_sighting["created"] if "created" in stix_sighting else None,
1379
modified=stix_sighting["modified"] if "modified" in stix_sighting else None,
1380
confidence=(
1381
- stix_sighting["confidence"] if "confidence" in stix_sighting else 15
+ stix_sighting["confidence"] if "confidence" in stix_sighting else None
1382
),
1383
createdBy=extras["created_by_id"] if "created_by_id" in extras else None,
1384
objectMarking=(
0 commit comments