You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
Add the missing fields on x509certificate creation
Source: V6.8.8
Problem to Solve
When creating the observable entity X509Certificate, the fields coming from X509V3ExtensionsType are not mapped.
https://github.com/OpenCTI-Platform/opencti/blob/6.8.8/opencti-platform/opencti-graphql/config/schema/opencti.graphql#L9445-L9476
https://github.com/OpenCTI-Platform/client-python/blob/6.8.8/pycti/entities/opencti_stix_cyber_observable.py#L657-L715
Current Workaround
Create the entity without this fields
Proposed Solution
Add the fields' mapping