Add enrichment and SID coverage gates
This commit is contained in:
parent
93ac47dd82
commit
66472134d8
32 changed files with 1623 additions and 31 deletions
|
|
@ -111,6 +111,7 @@ class TestSchemaContracts(unittest.TestCase):
|
|||
"incident_id": str,
|
||||
"alerts": list,
|
||||
"processes": list,
|
||||
"enrichment": dict,
|
||||
})
|
||||
self.assertEqual(data["alerts"][0]["signature"], "reverse_shell")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue