cve-check-tool icon indicating copy to clipboard operation
cve-check-tool copied to clipboard

Original Automated CVE Checking Tool

Results 30 cve-check-tool issues
Sort by recently updated
recently updated
newest added

This option is implemented, but has not been documented.

When I execute cve-check-update, it failed with the following error infomation: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0...

If I compile with: ``` ./autogen.sh --enable-run-in-tree make ``` and run `./cve-check-tool`, it looks for shared library files in `./src/plugins/.libs/` but they resides in `./.libs/`

Hello! When working with a list of faux packages and using a mapping file, I found that unless every package has a corresponding mapping entry, I get a segfault. **packages.csv:**...

We all know how important are kernel CVEs and how many of them usually produced every year. This was post showing just 2015 kernel CVEs: http://www.openwall.com/lists/kernel-hardening/2016/01/19/1 However, currently cve-check-tool isn't...

I am confused and unable to determine how cve-check-tool resolve the custom package name while finding CVE e.g. I have assigned my own name to the kernel i.e. "Linux-naeem" but...

It would be helpful to have a more verbose output in the csv file format, the information would be the same as the html output has. The idea behind this...

approved

I'd appreciate the addition of parallelized downloads of NVDS CVE XML files to saturate more of my connection and speed up the entire download process. Particularly being able to specify...

Proxy function can easily fetch the data.

From what I get from the docs and some source browsing, I could provide a list of packages manually via the faux plugin and then scan that list like this:...