v0.1.66
What's Changed
- fix(customer-portal): white-label SOCFortress branding by @taylorcopilot in #878
- feat: Implement Case Template Library functionality by @aminemoussaa in #880
- General refactor by @taylorwalton in #884
- Feat/detection catalog by @aminemoussaa in #881
- fix(security): require auth on six unauthenticated API routes (GHSA-xh98-w6qh-cr44) by @taylorwalton in #886
New Contributors
- @aminemoussaa made their first contribution in #880
Full Changelog: v0.1.65...v0.1.66
IMPORTANT: Add to .env
Shared secret required on the Grafana-invoked /api/agents/dashboard/agents route
(GHSA-xh98-w6qh-cr44). Unlike the two values above, this one FAILS CLOSED: if it is
left blank the route is denied for everyone. Generate a unique random value per
deployment (e.g. openssl rand -hex 32) and set the same value as a request header
named grafana in your Grafana dashboard's datasource. Do NOT reuse the default above.
GRAFANA_API_HEADER_VALUE=