SoftwareDesignLab / vulnerability-intelligence-platform

Vulnerability Intelligence Platform
https://www.cve.live
MIT License
1 stars 0 forks source link

Exploit Still showing as N/A #139

Open aep7128 opened 1 year ago

aep7128 commented 1 year ago

Looks like exploit is still showing as N/A for cves in cve.live. Is this expected?

Image

20ioppolan commented 1 year ago

image I am still newer to the front end side, but it doesn't look like there is exploit info field coded in, at least in comparison to the other fields

In \angular-ui\src\app\pages\vulnerability\vulnerability.component.html starting at line 33

cju8676 commented 1 year ago

we need to verify if exploit scraping is enabled in cve.live environment. nvip.properties line 10: exploitScrapingEnabled.

aep7128 commented 1 year ago

Exploit scraping is not enabled iirc, that could be why it's N/A lol. We enabled exploit scraper but it was incredibly slow, same with patchfinder. We may need to break exploit finder into a separate component thats not attached to the crawler.

aep7128 commented 1 year ago

Last time I checked there was still an issue with exploitDB not being pulled, not sure if that was resolved yet

aep7128 commented 1 year ago

this issue is most likely related to issue #99