-
Notifications
You must be signed in to change notification settings - Fork 32
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
CVEs alerts inventory for Vulnerability Detector - Vulnerability Detector Integration Tests implementation #1496
CVEs alerts inventory for Vulnerability Detector - Vulnerability Detector Integration Tests implementation #1496
Conversation
3d784c4
to
6223667
Compare
7e2a1f6
to
abc93d7
Compare
from wazuh_testing.tools import file | ||
from wazuh_testing.tools import agent_simulator as ag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to new repository standards, the simulators tools (Authd, Remoted and Agent Simulators) will be deprecated. For this reason, every PRs that changed any test that uses then should be reconsidered as follows:
Perform this check without using any simulator.
If it is impossible for an integration test to check this case, a system test should be created. This will be noted as future work in a common issue for each module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
a3dad16
to
b625606
Compare
ded1663
to
347b485
Compare
Add interval_to_time_modifier function in vulnerability_detector.py module Add offline feeds for Debian, RHEL and Canonical Wazuh managers Add custom settings for each manager GNU/Linux distro family #1359
Fix broken links in tests #1359
Disable syscollector on the manager #1359
Disable syscollector on the manager #1359
1c09205
to
88587c9
Compare
Co-authored-by: Julia Magán <80041853+juliamagan@users.noreply.github.com>
Co-authored-by: Julia Magán <80041853+juliamagan@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Description
This pull request implements the following set of test cases for Vulnerability Detector:
These tests cover the new vulnerability detector functionalities as part of the epic #7749.
For more details, check the description of the epic #1261
Dod
test_scan_types
test_general_settings
test_scan_results
test_windows
Tests
pycodestyle --max-line-length=120 --show-source --show-pep8 file.py
.