OCSInventory-NG / OCSInventory-ocsreports

Webconsole for OCS Inventory NG
https://www.ocsinventory-ng.org
GNU General Public License v2.0
232 stars 151 forks source link

[BUG] CVE Search - wrong URL CALL #1598

Open LMS235 opened 8 months ago

LMS235 commented 8 months ago

OCS Inventory version Version : 2.12.1

Describe the bug The crontab (cron_cve.php) CVE search call for example ..../api/search/adobe/adobe_acrobat --> result 0

image

The correct CVE search call is .../api/search/adobe/acrobat --> result xxx

image

So the CVE Search naturally always finds 0 entries and is therefore useless.

Expected behavior correct the search string

LMS235 commented 8 months ago

I know about the RegEx, but it can't be the point of having to define it for absolute standard software. The whole topic of CVE scanning is not really useful at the moment.

LMS235 commented 4 months ago

Link https://github.com/OCSInventory-NG/OCSInventory-ocsreports/issues/1618