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

Vulnerability detector NVE test feed download fix #3769

Merged
merged 2 commits into from
Jan 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Release report: TBD

### Changed

- Increase NVE download feed test timeout([#3769](https:/wazuh/wazuh-qa/pull/3769)) \- (Tests)
- Adapt wazuhdb integration tests for auto-vacuum ([#3613](https:/wazuh/wazuh-qa/issues/3613)) \- (Tests)
- Update logcollector format test due to audit changes ([#3641](https:/wazuh/wazuh-qa/pull/3641)) \- (Framework)
- Refactor `test_basic_usage_realtime_unsupported` FIM test to avoid using time travel ([#3623](https:/wazuh/wazuh-qa/pull/3623)) \- (Tests)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
metadata:
provider_name: National Vulnerability Database
provider_os: NVD
download_timeout: 800
download_timeout: 1000
update_treshold_weeks: 2

- name: MSU
Expand Down