cvechecker icon indicating copy to clipboard operation
cvechecker copied to clipboard

Command-line utility to scan the system and report on potential vulnerabilities, based on public CVE data

Results 14 cvechecker issues
Sort by recently updated
recently updated
newest added

I managed to configurue cvechecker using sqlite, but when i tried to configure it using mysql as a backend the CVE pulling crashes. `Converting nvdcve-1.1-2002.json to CSV... ok Loading in...

[root@localhost cvechecker-master]# cvechecker -i [root@localhost cvechecker-master]# pullcves pull Converting nvdcve-2.0-2002.xml to CSV... gzip: /usr/local/var/cvechecker/cache/nvdcve-2.0-2002.xml.gz: unexpected end of file -:1: parser error : Document is empty unable to parse - ok...

拉取cve漏洞数据失败,是为什么? ![image](https://user-images.githubusercontent.com/76679925/203591873-032c3b08-1e7d-4fae-b62e-2d9f3ba1e38b.png)

Share sth. **Problem**, when use in ubuntu: @ubuntu:/usr/local/var/cvechecker$ pullcves pull This script requires jq (version 1.6 or higher) to be available on the system and reachable in a directory mentioned...

I followed this tutorial: https://github.com/sjvermeu/cvechecker/wiki/Installation#manual-any-linux-distribution ``` $ sudo apt-get install -y sqlite3 libconfig-dev libsqlite3-dev autoconf xsltproc # ... $ git clone https://github.com/sjvermeu/cvechecker.git # ... $ cd cvechecker $ autoreconf --force...

Thanks for at least the idea of building this, it's a wonderful concept, even though I haven't been able to get it to work at all. I have done this:...

For example, 4.0 release: https://github.com/sjvermeu/cvechecker/archive/cvechecker-4.0.tar.gz contains top-directory `cvechecker-cvechecker-4.0` 3.9 release https://github.com/sjvermeu/cvechecker/archive/v3.9.tar.gz contains top-directory `cvechecker-3.9`

So i'm using sqlite and wondering if it'd make our jobs easier by storing the affected binaries/packages in a db to keep track of what is acknowledged/unacknowledged on the system...

Hi I'm trying to use this project to check my docker image when I try to check elasticsearch-1.4.2 which known has "CVE-2015-1427" It doesnt put any of result on it....

Well ... this question is related to this question (https://github.com/sjvermeu/cvechecker/issues/20) How can I put new expression for CVE ?