kitos
226869d308
feat(tests): richer server-side filters + true total count for GET /tests
...
GET /tests caps limit at 200, so any page relying on len(results) for a
"total" count (e.g. Validated Tests) silently under-reports once there
are more matches than the page size — the 200 shown was a page cap, not
the real total.
- Adds GET /tests/count, sharing its query-building with list_tests()
via a new _build_test_query() so the two can't drift apart.
- Adds technique_search (free-text on MITRE ID or name), attack_success,
detection_result, and validated_from/validated_to filters, so callers
aren't limited to state/technique_id/platform/creator.
2026-07-09 12:45:05 +02:00
..
2026-06-11 11:06:55 +02:00
2026-06-11 11:06:55 +02:00
2026-07-06 16:19:39 +02:00
2026-05-22 09:46:29 +02:00
2026-06-12 14:42:29 +02:00
2026-05-20 13:11:01 +02:00
2026-07-07 11:16:35 +02:00
2026-06-11 11:06:55 +02:00
2026-06-12 11:36:10 +02:00
2026-06-11 11:09:41 +02:00
2026-06-12 14:42:29 +02:00
2026-07-04 12:02:09 +02:00
2026-06-11 11:06:55 +02:00
2026-07-07 13:42:26 +02:00
2026-06-12 10:47:48 +02:00
2026-06-11 11:09:41 +02:00
2026-07-06 16:19:39 +02:00
2026-07-07 16:20:01 +02:00
2026-06-11 11:06:55 +02:00
2026-06-11 11:06:55 +02:00
2026-05-19 16:35:02 +02:00
2026-06-12 10:47:48 +02:00
2026-06-11 11:06:55 +02:00
2026-06-12 14:42:29 +02:00
2026-06-12 10:47:48 +02:00
2026-06-11 11:06:55 +02:00
2026-06-12 10:47:48 +02:00
2026-06-12 10:47:48 +02:00
2026-06-11 11:09:41 +02:00
2026-07-08 13:39:15 +02:00
2026-05-20 15:21:36 +02:00
2026-06-12 14:42:29 +02:00
2026-07-08 08:46:09 +02:00
2026-06-18 16:26:11 +02:00
2026-06-12 12:59:11 +02:00
2026-05-21 17:11:35 +02:00
2026-06-19 10:41:22 +02:00
2026-06-11 11:06:55 +02:00
2026-05-19 16:48:47 +02:00
2026-06-12 10:47:48 +02:00
2026-06-12 14:13:41 +02:00
2026-06-11 11:06:55 +02:00
2026-06-12 10:47:48 +02:00
2026-06-12 10:47:48 +02:00
2026-06-11 11:06:55 +02:00
2026-06-11 11:06:55 +02:00
2026-06-11 11:06:55 +02:00
2026-06-12 14:42:29 +02:00
2026-06-11 11:06:55 +02:00
2026-06-12 10:47:48 +02:00
2026-06-11 11:06:55 +02:00
2026-06-11 11:06:55 +02:00
2026-06-18 16:26:11 +02:00
2026-06-25 16:28:16 +02:00
2026-07-09 12:45:05 +02:00
2026-07-08 08:46:09 +02:00
2026-07-08 13:39:15 +02:00
2026-06-12 14:42:29 +02:00
2026-06-11 11:09:41 +02:00
2026-06-11 11:06:55 +02:00
2026-06-02 14:35:35 +02:00
2026-06-11 11:06:55 +02:00