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
CAPA fails to process CAPE reports. Issue seems to be the structure of procmemory in the report does not conform to what CAPA expects.
Expected behavior:
CAPA able to process CAPE reports.
Actual behavior:
[Task 36] [lib.cuckoo.common.integrations.capa] ERROR: CAPA ValidationError 6 validation errors for CapeReport
procmemory.0
Input should be None [type=none_required, input_value={'path': '/opt/CAPEv2/sto...9a3a271d6c3492402ee9'}]}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.10/v/none_required
Versions
8.0.1
Additional Information
Example of the structure that procmemory currently takes:
Possibly related issue: #2466
Description
CAPA fails to process CAPE reports. Issue seems to be the structure of
procmemory
in the report does not conform to what CAPA expects.Expected behavior:
CAPA able to process CAPE reports.
Actual behavior:
Versions
8.0.1
Additional Information
Example of the structure that procmemory currently takes:
The text was updated successfully, but these errors were encountered: