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 the capability to know which CVE’s affect an agent #7479

Closed
DProvinciani opened this issue Feb 12, 2021 · 0 comments · Fixed by #7731
Closed

Add the capability to know which CVE’s affect an agent #7479

DProvinciani opened this issue Feb 12, 2021 · 0 comments · Fixed by #7731
Assignees

Comments

@DProvinciani
Copy link
Contributor

DProvinciani commented Feb 12, 2021

Description

As a user, I want to know which CVE’s affect an agent. So as part of this epic, the next set of changes should be implemented:

  • The agents' databases that are managed by Wazuh DB should contain information related to the CVEs that affect each of the packages installed.
  • On each Vulnerability Detector scan, the information in the agents' databases should be modified in this way:
    • For full scans, the information should be completely removed and new data should be inserted according to the results of the current scan.
    • For partial scans, the information in the database should not be removed and the vulnerabilities related to the new packages should be inserted.
  • This information should be capable to be queried through the RESTful API.
  • This information should be capable to be viewed in the Wazuh User Interface.
@DProvinciani DProvinciani added the type/enhancement New feature or request label Feb 12, 2021
@DProvinciani DProvinciani added this to the Sprint 125 - Core/Bugman milestone Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants