Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

CVE Reporting - No data available in table

I setup CVE Reporting:

 VULN_CVESEARCH_ENABLE = on

 VULN_CVESEARCH_VERBOSE = on

 VULN_CVESEARCH_HOST = HTTP host serving CVE-Search on port 80

I ran the script on the OCS server to pull in initially by running:

 # cd /usr/share/ocsinventory-reports/ocsreports/crontab/ && php cron_cve.php

 CVE's Data processing ...

 0 CVE has been added to database

Printout

Did I miss a step? 

in OCS Inventory NG server for Unix by (1.9k points)

21 Answers

0 votes

I tried again after a while and it just works but is extremely slow. Takes aprox. a week to sync the CVE-search results to OCS 2.7.

Apr 16, 2020 by daniedj

cron_cve.php looks at VULN_CVE_DELAY_TIME to limit the number of requests it does to the cve-search server. By default this is set to 10min which makes cron_cve.php go pathetically slow.

by (260 points)
 
Powered by Question2Answer
...