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

[Week 08] Indexer weekly security scan #706

Open
f-galland opened this issue Feb 21, 2025 · 0 comments
Open

[Week 08] Indexer weekly security scan #706

f-galland opened this issue Feb 21, 2025 · 0 comments
Assignees
Labels
level/task Task issue request/operational Operational requests type/maintenance Maintenance issue

Comments

@f-galland
Copy link
Member

Weekly security scan for Wazuh 4.10.1

Wazuh 4.11.0 is based on OpenSearch 2.16.0 and OpenSearch-Dashboards 2.16.0

Scope

Pre-fork applications and packages:

  • wazuh-indexer dependencies and sources (opensearch)

After the fork we will scan our new packages from our repositories.

Procedure:

Vulnerability checks

  • Scan vulnerabilities in dependencies with:
    • java projects: DependencyCheck dependency-check.sh --project "My App Name" --scan "/java/application/lib"

These vulnerabilities must be updated into

Each vulnerability associated with our code should have an issue created to be fixed.

Code analysis:

We use code analysis tools weekly to evaluate the state of our source code. This analysis is performed against Wazuh repositories:

  • wazuh-indexer

We use CodeQL as our reference tool, as it is provided and well integrated with GitHub.

This process consists on:

  • running the CodeQL action on each of our repositories against the desired branch (usually the latest development branch)

Note: CodeQL runs on schedule against the default branch of the repo, which might not be the same as the latest development branch.

Notes

  • We need to add checks for all included plugins
  • Docker commands are no longer part of this issue.

DRI: @AlexRuiz7

@f-galland f-galland added level/task Task issue request/operational Operational requests type/maintenance Maintenance issue labels Feb 21, 2025
@f-galland f-galland self-assigned this Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue request/operational Operational requests type/maintenance Maintenance issue
Projects
None yet
Development

No branches or pull requests

1 participant