kitos
93b4a700e6
Aegis CI / lint-and-test (push) Has been cancelled
fix(evaluations): results API returns list of vendors, not dict
...
The /api/results/ endpoint returns a LIST: [{name: crowdstrike, adversaries: [...]}]
Previous code called data.get() on the list → AttributeError crash on every import.
Fix: detect list vs dict response, extract the crowdstrike vendor entry first,
then get its adversaries list. Keeps legacy dict fallback just in case.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-05 16:42:27 +02:00
..
2026-02-06 12:26:26 +01:00
2026-05-18 14:00:48 +02:00
2026-02-20 14:28:52 +01:00
2026-05-22 09:46:29 +02:00
2026-05-29 11:26:09 +02:00
2026-05-20 13:11:01 +02:00
2026-06-05 16:42:27 +02:00
2026-02-20 13:28:14 +01:00
2026-05-19 12:05:35 +02:00
2026-05-28 16:56:47 +02:00
2026-05-29 11:26:09 +02:00
2026-06-03 16:57:06 +02:00
2026-02-20 15:33:23 +01:00
2026-06-04 13:37:40 +02:00
2026-06-03 16:28:16 +02:00
2026-06-03 16:28:16 +02:00
2026-02-19 15:56:42 +01:00
2026-02-10 15:53:24 +01:00
2026-02-20 14:34:24 +01:00
2026-02-20 13:31:18 +01:00
2026-05-19 16:35:02 +02:00
2026-05-19 16:29:04 +02:00
2026-02-19 17:39:31 +01:00
2026-05-29 11:18:55 +02:00
2026-05-19 15:10:31 +02:00
2026-02-19 19:02:36 +01:00
2026-05-20 16:20:21 +02:00
2026-06-04 17:23:28 +02:00
2026-05-29 16:58:07 +02:00
2026-06-03 16:57:06 +02:00
2026-05-20 15:21:36 +02:00
2026-05-29 11:26:09 +02:00
2026-06-02 08:58:04 +02:00
2026-02-20 15:33:23 +01:00
2026-05-19 13:40:45 +02:00
2026-05-21 17:11:35 +02:00
2026-06-03 10:59:58 +02:00
2026-02-20 14:42:20 +01:00
2026-05-19 16:48:47 +02:00
2026-05-20 15:21:36 +02:00
2026-05-18 14:00:37 +02:00
2026-05-18 14:00:42 +02:00
2026-05-19 16:48:47 +02:00
2026-05-20 16:11:48 +02:00
2026-02-10 09:21:35 +01:00
2026-05-18 15:07:12 +02:00
2026-05-18 15:07:12 +02:00
2026-05-29 11:18:55 +02:00
2026-05-18 15:07:12 +02:00
2026-05-20 16:43:57 +02:00
2026-05-18 14:50:31 +02:00
2026-02-19 15:23:01 +01:00
2026-05-29 16:04:30 +02:00
2026-06-03 09:08:40 +02:00
2026-06-04 14:05:58 +02:00
2026-02-20 14:28:52 +01:00
2026-06-03 12:21:47 +02:00
2026-05-29 15:13:05 +02:00
2026-05-29 14:09:04 +02:00
2026-02-20 13:28:14 +01:00
2026-06-02 14:35:35 +02:00
2026-02-20 14:42:20 +01:00