Major changes
- Introduction of TTPs from MITRE ATT&CK framework. Each attack is bound to one TTP.
- Fix issue with missing namespace for Service Account in specific condition.
- Fix issue in KHaaS to avoid concurrency processing on the same RunID.
What's Changed
- graph/edge: Typo in
daemonsets
by @Minosity-VR in #308 - chore(doc): add graph model page. by @Zenithar in #307
- chore(ci): update step actions. by @Zenithar in #309
- chore(ci): update dependencies. by @Zenithar in #310
- feat(graph): document mitre attck in schema. by @Zenithar in #311
- feat(graph): embed MITRE Attck technique and tactic into edges by @Zenithar in #312
- [Fix] Add resilience and logs when failing during edges insertion step by @jt-dd in #313
- [Fix] Add rolebinding namespace on namespace less ServiceAccount by @jt-dd in #314
- Kubehound with no Docker lib dependency by @jt-dd in #315
- chore(doc): document backend overrides capabilities. by @Zenithar in #317
- [Fix] Concurrency processing of runID by @jt-dd in #318
- Using sync.Map instead of mutex + Map for concurrency lock by @jt-dd in #319
- [Fix] breaking changes in upload-artifacts v4 by @jt-dd in #320
- [Fix] Invalid character in build-binary CI job by @jt-dd in #321
- [Fix] missing artifacts in build-binaries CI job by @jt-dd in #322
- [Fix] checkout v4 release missing artifact by @jt-dd in #323
Full Changelog: v1.6.3...v1.6.4