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

[BUG] Not every publisher is processed during the ‘cron_cve.php’ run #1603

Open
LMS235 opened this issue Apr 29, 2024 · 0 comments
Open

Comments

@LMS235
Copy link
Contributor

LMS235 commented Apr 29, 2024

OCS Inventory version
Version : 2.12.1

Describe the bug
all Publisher in Database (via SQL from .../require/cve/Cve.php) => 148 Rows:

SELECT DISTINCT p.ID, p.PUBLISHER FROM software_publisher p LEFT JOIN software_link sl ON p.ID = sl.PUBLISHER_ID LEFT JOIN software_name n ON n.ID = sl.NAME_ID LEFT JOIN cve_search_history h ON h.PUBLISHER_ID = p.ID LEFT JOIN software_categories_link scl ON scl.PUBLISHER_ID = p.ID WHERE p.ID != 1 AND TRIM(p.PUBLISHER) != "" ORDER BY `p`.`ID` ASC

image

However, only 96 are processed in the ‘cron_cve.php’ job

Example "Mozilla":
image

Not in List:
image

No ‘CVE_BAN’ or similar has been set (at least I haven't found anything about it)
I cannot identify why more than 50 publishers were not processed here.

In general, the CVE Search works, but not completely. But I need to know why some publishers are not checked here.
image

To Reproduce
run cron_cve.php

Expected behavior
Every publisher in the list should be checked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants