We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In #545 I disabled a zlib test that was breaking CI:
https://github.com/intel/cve-bin-tool/pull/545/files
This issue is so we don't forget to figure out why it was broken and actually fix it or replace it rather than leaving it commented out.
The text was updated successfully, but these errors were encountered:
@terriko I tried running that file locally and here is the result
command:
python -m cve_bin_tool.cli -x ../../Downloads/zlib-bin_1.2.8.dfsg-1ubuntu1.1_amd64.deb
Output:
cve_bin_tool.CVEDB - INFO - Using cached CVE data (<24h old). Use -u now to update immediately. cve_bin_tool.Scanner - INFO - Checkers: binutils, bluez, bzip2, cups, curl, expat, ffmpeg, gnutls, gstreamer, hostapd, icu, kerberos, libcurl, libdb, libgcrypt, libjpeg, libnss, libtiff, lighttpd, ncurses, nessus, nginx, node, openssh, openssl, png, postgresql, python, rsyslog, sqlite, strongswan, syslogng, systemd, varnish, wireshark, xerces, xml2, zlib cve_bin_tool - INFO - None /home/singh_hrmn/Downloads/zlib-bin_1.2.8.dfsg-1ubuntu1.1_amd64.deb /tmp/cve-bin-tool-tu5038qd/zlib-bin_1.2.8.dfsg-1ubuntu1.1_amd64.deb.extracted /tmp/cve-bin-tool-tu5038qd/zlib-bin_1.2.8.dfsg-1ubuntu1.1_amd64.deb.extracted/control.tar.gz /tmp/cve-bin-tool-tu5038qd/control.tar.gz.extracted /tmp/cve-bin-tool-tu5038qd/zlib-bin_1.2.8.dfsg-1ubuntu1.1_amd64.deb.extracted/data.tar.xz /tmp/cve-bin-tool-tu5038qd/data.tar.xz.extracted cve_bin_tool.Scanner - WARNING - binutils was detected with version UNKNOWN in file /tmp/cve-bin-tool-tu5038qd/data.tar.xz.extracted/usr/bin/minizip cve_bin_tool.Scanner - WARNING - binutils was detected with version UNKNOWN in file /tmp/cve-bin-tool-tu5038qd/data.tar.xz.extracted/usr/bin/miniunzip cve_bin_tool - INFO - cve_bin_tool - INFO - Overall CVE summary: cve_bin_tool - INFO - There are 0 files with known CVEs detected
cve-bin-tool couldn't find any product and that was the main reason for failing.
Sorry, something went wrong.
17a7f72
No branches or pull requests
In #545 I disabled a zlib test that was breaking CI:
https://github.com/intel/cve-bin-tool/pull/545/files
This issue is so we don't forget to figure out why it was broken and actually fix it or replace it rather than leaving it commented out.
The text was updated successfully, but these errors were encountered: