Merge pull request #982 from wazuh/merge-4.5-into-4.5.1

Merge `4.5` into `4.5.1`
This commit is contained in:
David Correa Rodríguez 2023-08-11 11:58:30 +02:00 committed by GitHub
commit 6792a302c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -192,11 +192,9 @@ wazuh_manager_vulnerability_detector:
update_interval: '1h'
name: '"debian"'
- enabled: 'no'
update_from_year: '2010'
update_interval: '1h'
name: '"redhat"'
- enabled: 'no'
update_from_year: '2010'
update_interval: '1h'
name: '"nvd"'

View File

@ -279,9 +279,6 @@
<os>{{ os_ }}</os>
{% endfor %}
{% endif %}
{% if provider_.update_from_year is defined %}
<update_from_year>{{ provider_.update_from_year }}</update_from_year>
{% endif %}
{% if provider_.update_interval is defined %}
<update_interval>{{ provider_.update_interval }}</update_interval>
{% endif %}