Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Wazuh Analysis plugin files and structure #7242

Open
wants to merge 75 commits into
base: master
Choose a base branch
from

Conversation

guidomodarelli
Copy link
Contributor

@guidomodarelli guidomodarelli commented Jan 15, 2025

Description

We need to create the "Analysis" plugin that will contain all data analysis dashboard applications. Our primary objective is to register this plugin and its applications to establish the scaffolding for future dashboard development.

Menu structure

  • Analysis
    • Endpoint security
      • Configuration assessment
      • Malware detection
      • FIM
    • Threat intelligence
      • Threat hunting
      • Vulnerability detection
      • Mitre ATT&CK
    • Security operations
      • Regulatory compliance (unify)
      • IT Hygiene
      • Incident response
    • Cloud Security
      • Docker
      • AWS
      • Google Cloud
      • Github
      • Office365

Functional requirements

  • The applications must be registered in both the legacy and new navigation menus.

Issues Resolved

wazuh/wazuh-dashboard#484

Evidence

[Provide screenshots or videos to prove this PR solves the issues]

Test

[Provide instructions to test this PR]

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

@guidomodarelli guidomodarelli self-assigned this Jan 15, 2025
…, IT hygiene, incident response, and cloud security services
Copy link
Contributor

Wazuh Check Updates plugin code coverage (Jest) test % values
Statements 76.44% ( 172 / 225 )
Branches 58.65% ( 61 / 104 )
Functions 61.7% ( 29 / 47 )
Lines 76.44% ( 172 / 225 )

Copy link
Contributor

Wazuh Core plugin code coverage (Jest) test % values
Statements 28.93% ( 640 / 2212 )
Branches 29.8% ( 335 / 1124 )
Functions 27.3% ( 163 / 597 )
Lines 29.06% ( 635 / 2185 )

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.

Create the Analysis plugin and implement the new menu app registration method
1 participant