Skip to content

feat(threat-hunting): implement proactive threat hunting workspace - #168

Merged
mijinummi merged 3 commits into
MD-Creative-Production:mainfrom
aliyuHabibu:feat/threat-hunting
Jun 20, 2026
Merged

feat(threat-hunting): implement proactive threat hunting workspace#168
mijinummi merged 3 commits into
MD-Creative-Production:mainfrom
aliyuHabibu:feat/threat-hunting

Conversation

@aliyuHabibu

Copy link
Copy Markdown
Contributor
  • Add ThreatHuntingSearch with text search and filters
  • Add EventExplorer with severity stats and detail panel
  • Add InvestigationWorkspace with notes and close flow
  • Add types, mock data, tests, and styling
  • Update jest config to include apps/web tests

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Related Issues

Fixes #
Related to #

Changes Made

Testing

  • I have tested these changes locally
  • Tests pass locally (npm run test)
  • Linting passes (npm run lint)
  • Code is formatted (npm run format)
  • TypeScript builds successfully (npm run build)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests passed with my changes

Screenshots (if applicable)

Additional Context

#Closses #155

- Add ThreatHuntingSearch with text search and filters
- Add EventExplorer with severity stats and detail panel
- Add InvestigationWorkspace with notes and close flow
- Add types, mock data, tests, and styling
- Update jest config to include apps/web tests
@mijinummi

Copy link
Copy Markdown
Collaborator

Hello @aliyuHabibu , thanks for your contribution, well done for the effort you've put on so far. Please kindly fix the remaining ci failures .

- Scoped getByRole tab queries with within(nav) and fixed
  getByRole options syntax in page.spec.tsx
- Added --ignore-scripts to production npm ci in Dockerfile
  to prevent husky prepare script failure
- Added apps/web/** to ESLint override to avoid tsconfig
  mismatch errors on threat-hunting workspace files
@aliyuHabibu

Copy link
Copy Markdown
Contributor Author

@mijinummi ci failures fixed. Please verify

@mijinummi

Copy link
Copy Markdown
Collaborator

update the latest changes please. Thank you. @aliyuHabibu
npm run lint, run test and make a push please

@aliyuHabibu

Copy link
Copy Markdown
Contributor Author

@mijinummi Updated! Please review

@mijinummi

Copy link
Copy Markdown
Collaborator

LGTM...

@mijinummi
mijinummi merged commit 80c4055 into MD-Creative-Production:main Jun 20, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants