Hi,
I'm currently facing an issue where I get the error
the national vulnerability database feed couldn't be parsed from ''tmp/vuln-temp-fitted' file
I was running from 4.4.3 wazuh, where i then ran the command
yum update && yum install postfix mailx cyrus-sasl cyrus-sasl-plain
this updated my wazuh to 4.7.4.
everything is well except my vulnerability detector where my previous configs
<provider name="nvd">
<enabled>yes</enabled>
<url>
https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-modified.json.gz</url>
<url>
https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-recent.json.gz</url>
<update_from_year>2010 </update_from_year>
<update_interval>1h</update_interval>
</provider>
is no longer working as i keep facing the error
"
the national vulnerability database feed couldn't be parsed from ''tmp/vuln-temp-fitted' file"
May I ask for advice on how to resolve this? Thanks!
Best regards,
Clement