wesng
wesng copied to clipboard
Need to be able to filter CVE Title as well...
most CVEs have null component fields and the product is usually just the OS version. In most cases the filter needs to be applied to the Title since it contains the most information.
adding "or hidden in cve['Title'].lower()" to line 281 solved the issue for me.
would be nice to have some color output as well. i may work on this soon if its not on the to-do list already.