SoftwareDesignLab / nvip-crawler

Crawler project for National Vulnerability Integlligence Platform
MIT License
0 stars 0 forks source link

PNE Bug Fixes/Documentation & Enhancements #90

Closed Haxorrr closed 1 year ago

Haxorrr commented 1 year ago

The name extractor doesn't have ample documentation and also could use some bugfixes for certain errors being thrown. Also, there is a decent amount of dead code and classes that are no longer in use which should be looked into and removed.

dylan-mulligan commented 1 year ago

NER Model unhappy, not sure why, but here is the stack trace.

Image

Everything should have initialized correctly (I cleaned up the model initialization to correctly throw and stop execution if the NER Model cannot find what it needs), but the NER model throws this error for every entry, so clearly something isnt matching up.

For replication purposes, this occurred on the dev-patchfinder branch

dylan-mulligan commented 1 year ago

Also, some tests are failing and need to be fixed before this is closed.