Commit graph

13 commits

Author SHA1 Message Date
6a9a31b973 feat: pydantic response schemas for misp endpoints 2026-05-13 12:42:08 +01:00
d81f865ec2 feat: lifetime check for mis_handler existence 2026-05-13 12:41:26 +01:00
e475a4a2c1 feat: db dependency modification
No longer using begin() and context manager. This means commits must be explicit (already were) but also, it allows for sanity checks within routes after commits.
2026-05-13 11:49:51 +01:00
f6a292f173 fix: typing cast instead of pycharm ignore comment 2026-05-11 16:27:26 +01:00
4a7b66b481 feat: frontend 2026-05-08 16:45:33 +01:00
875c0cc258 feat: static file mounting for frontend 2026-05-08 16:44:40 +01:00
2fe455ee81 feat: domain details endpoint
Needs a response model to filter response data
2026-05-08 16:44:12 +01:00
a86047ec79 feat: metrics endpoint for frontend 2026-05-08 16:43:37 +01:00
3a1e822b63 feat: authed users in env 2026-05-07 12:56:30 +01:00
5f069285c2 fix: auth port to joserfc
authlib.jose is deprecated and no longer works with other updated dependencies.
2026-05-07 12:54:55 +01:00
02cfc5f7e7 env: default tlp values 2026-05-06 14:19:37 +01:00
3c9ec0dae4 gitignore: generated outputs 2026-05-06 14:18:57 +01:00
ac39206625 init 2026-05-06 14:15:50 +01:00