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
During the testing of #217, I've found out that our mapping has to the Detection Finding class of OCSF has some small problems that we need to fix, as it does not comply with the OCSF class schema.
Description
Related issue: #128
During the testing of #217, I've found out that our mapping has to the Detection Finding class of OCSF has some small problems that we need to fix, as it does not comply with the OCSF class schema.
Here's an example:
Check the output file for details. For example,
['finding_info']['attacks']
is an object, while it should be an array of objects.output.txt
Tasks
time
from string to integer (epoch)['finding_info']['attacks']
to a list ofAttackInfo
objectsThe text was updated successfully, but these errors were encountered: