-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
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
GSoC 2024: Start Here #3550
Comments
Hi, @terriko, I would like to work on this project, I have locally setup the tool and ran it against my This is a little strange to me, could you please shed some light on this? here are my logs: really long log```bash ============================= test session starts ============================== platform linux -- Python 3.11.6, pytest-7.4.0, pluggy-1.2.0 rootdir: /home/ycombinator/opensource/gsoc24/orgs/intel/cve-bin-tool configfile: setup.cfg collected 88 items / 27 errors==================================== ERRORS ====================================
test/test_async_utils.py:34 test/test_async_utils.py:40 test/test_file.py:20 test/test_file.py:36 test/test_file.py:41 test/test_file.py:46 test/test_file.py:51 test/test_strings.py:25 test/test_strings.py:37 test/test_strings.py:42 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
|
Can you try running pytest as Usually those messages mean "you forgot to install these dependencies" but I've seen this occasionally on systems such as ubuntu where pytest may have been installed as part of a system package (e.g. If that solves the problem, you might want to |
@terriko That resolved the problem. Thanks! now, I have a newfound problem. It is trivial that many of the tests are not passing. Here's the last output line which I got when I ran the tests: =========== 1170 failed, 803 passed, 64 skipped in 554.15s (0:09:14) =========== I can't paste the logs because they're huge, btw, the results are failing after having run 3% of the total tests. The following is just a glimpse of the logs which I got: Edit: Terri has edited this comment so that the log collapses. test log============================= test session starts ==============================
platform linux -- Python 3.11.6, pytest-7.4.4, pluggy-1.4.0
rootdir: /home/ycombinator/opensource/gsoc24/orgs/intel/cve-bin-tool
configfile: setup.cfg
plugins: cov-4.1.0, mock-3.12.0, xdist-3.5.0, playwright-0.4.4, base-url-2.1.0, asyncio-0.23.4
asyncio: mode=Mode.STRICT
----------------------------- live log collection ------------------------------
INFO gnupg:_logger.py:98 Log opened: Tue Feb 13 11:41:33 2024 UTC
INFO cve_bin_tool:test_json.py:34 Schema loaded successfully
collected 2037 items
test/test_async_utils.py::test_aio_run_command_success PASSED [ 0%]
test/test_async_utils.py::test_aio_run_command_returncode_non_zero PASSED [ 0%]
test/test_available_fix.py::TestAvailableFixReport::test_long_debian_backport_fix_output SKIPPED [ 0%]
test/test_available_fix.py::TestAvailableFixReport::test_debian_backport_fix_output
-------------------------------- live log setup --------------------------------
INFO cve_bin_tool:debian_cve_tracker.py:100 Updating Debian CVE JSON file for checking available fixes.
INFO cve_bin_tool:debian_cve_tracker.py:105 Debian CVE JSON file for checking available fixes is updated.
-------------------------------- live log call ---------------------------------
INFO cve_bin_tool:debian_cve_tracker.py:58 pspp: CVE-2018-20230 has backported fix in v1.2.0-3 release.
INFO cve_bin_tool:debian_cve_tracker.py:58 pspp: CVE-2019-9211 has backported fix in v1.2.0-4 release.
PASSED [ 0%]
test/test_available_fix.py::TestAvailableFixReport::test_long_debian_available_fix_output SKIPPED [ 0%]
test/test_available_fix.py::TestAvailableFixReport::test_debian_available_fix_output
-------------------------------- live log call ---------------------------------
INFO cve_bin_tool:debian_cve_tracker.py:66 avahi: CVE-2010-2244 has available fix in v0.6.26-1 release.
INFO cve_bin_tool:debian_cve_tracker.py:66 avahi: CVE-2011-1002 has available fix in v0.6.28-4 release.
INFO cve_bin_tool:debian_cve_tracker.py:66 avahi: CVE-2017-6519 has available fix in v0.7-5 release.
INFO cve_bin_tool:debian_cve_tracker.py:66 avahi: CVE-2021-26720 has available fix in v0.8-4 release.
PASSED [ 0%]
test/test_available_fix.py::TestAvailableFixReport::test_long_redhat_available_fix_output SKIPPED [ 0%]
test/test_available_fix.py::TestAvailableFixReport::test_redhat_available_fix_output
-------------------------------- live log call ---------------------------------
INFO cve_bin_tool:redhat_cve_tracker.py:47 node.js: CVE-2021-22918 - Status: Fixed - Fixed package: nodejs v12
INFO cve_bin_tool:redhat_cve_tracker.py:47 node.js: CVE-2021-22918 - Status: Fixed - Fixed package: nodejs v14
INFO cve_bin_tool:redhat_cve_tracker.py:47 node.js: CVE-2021-22918 - Status: Fixed - Fixed package: libuv v1.41
INFO cve_bin_tool:redhat_cve_tracker.py:60 node.js: CVE-2021-22918 - Status: Not affected - Related package: nodejs v16
INFO cve_bin_tool:redhat_cve_tracker.py:47 node.js: CVE-2021-22931 - Status: Fixed - Fixed package: nodejs v12
INFO cve_bin_tool:redhat_cve_tracker.py:47 node.js: CVE-2021-22931 - Status: Fixed - Fixed package: nodejs v14
INFO cve_bin_tool:redhat_cve_tracker.py:47 node.js: CVE-2021-22931 - Status: Fixed - Fixed package: libuv v1.41
INFO cve_bin_tool:redhat_cve_tracker.py:60 node.js: CVE-2021-22931 - Status: Not affected - Related package: nodejs v16
INFO cve_bin_tool:redhat_cve_tracker.py:47 node.js: CVE-2021-22939 - Status: Fixed - Fixed package: nodejs v12
INFO cve_bin_tool:redhat_cve_tracker.py:47 node.js: CVE-2021-22939 - Status: Fixed - Fixed package: nodejs v14
INFO cve_bin_tool:redhat_cve_tracker.py:47 node.js: CVE-2021-22939 - Status: Fixed - Fixed package: libuv v1.41
INFO cve_bin_tool:redhat_cve_tracker.py:60 node.js: CVE-2021-22939 - Status: Not affected - Related package: nodejs v16
INFO cve_bin_tool:redhat_cve_tracker.py:47 node.js: CVE-2021-22940 - Status: Fixed - Fixed package: nodejs v12
INFO cve_bin_tool:redhat_cve_tracker.py:47 node.js: CVE-2021-22940 - Status: Fixed - Fixed package: nodejs v14
INFO cve_bin_tool:redhat_cve_tracker.py:47 node.js: CVE-2021-22940 - Status: Fixed - Fixed package: libuv v1.41
INFO cve_bin_tool:redhat_cve_tracker.py:60 node.js: CVE-2021-22940 - Status: Not affected - Related package: nodejs v16
PASSED [ 0%]
test/test_checkers.py::TestCheckerClass::test_valid_checker PASSED [ 0%]
test/test_checkers.py::TestCheckerClass::test_no_vpkg PASSED [ 0%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[apache-httpd-expected_results0] PASSED [ 0%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[binutils-dlltool-expected_results1] PASSED [ 0%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[bzip2-bzip2.so-expected_results2] PASSED [ 0%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[cups-cupsd.so-expected_results3] PASSED [ 0%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[curl-libcurl.so.4-expected_results4] PASSED [ 0%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[emacs-emacs-expected_results5] PASSED [ 0%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[emacs-emacs-nox-expected_results6] PASSED [ 0%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[emacs-emacs-gtk-expected_results7] PASSED [ 0%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[ffmpeg-libffmpeg.so-expected_results8] PASSED [ 0%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[gnutls_cli-libgnutls.so-expected_results9] PASSED [ 0%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[gnutls_serv-gnutls-serv-expected_results10] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[gstreamer-libgstreamer.so-expected_results11] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[hostapd-hostapd.so-expected_results12] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[icu-international_components_for_unicode.o-expected_results13] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[kerberos-kerberos-expected_results14] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[libcurl-libcurl.so.2.0-expected_results15] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[libdb-libdb-2.0.so-expected_results16] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[libexpat-libexpat.so-expected_results17] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[libgcrypt-libgcrypt.so.1.0-expected_results18] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[libjpeg-libjpg.so.2.0-expected_results19] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[libnss-libnss.so.1.0-expected_results20] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[libtiff-libtiff.so.1.0-expected_results21] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[lighttpd-lighttpd-expected_results22] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[ncurses-libform-expected_results23] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[nessus-libnessus-expected_results24] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[nginx-nginx-expected_results25] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[node-bin/node-expected_results26] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[openssh_client-scp-expected_results27] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[openssh_client-sftp-expected_results28] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[openssh_client-ssh-expected_results29] PASSED [ 1%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[openssh_client-ssh-add-expected_results30] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[openssh_client-ssh-agent-expected_results31] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[openssh_client-ssh-argv0-expected_results32] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[openssh_client-ssh-copy-id-expected_results33] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[openssh_client-ssh-keygen-expected_results34] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[openssh_client-ssh-keyscan-expected_results35] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[openssh_client-slogin-expected_results36] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[openssh_server-sshd-expected_results37] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[openssl-libcrypto.so-expected_results38] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[openswan-ranbits.so-expected_results39] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[png-libpng.so.1.0-expected_results40] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[postgresql-psql-expected_results41] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[python-python-expected_results42] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[python-python2.7-expected_results43] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[python-python3.8-expected_results44] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[python-python3.9-expected_results45] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[rsyslog-rsyslogd.so-expected_results46] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[sqlite-sqlite3-expected_results47] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[strongswan-libcharon.so-expected_results48] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[syslogng-syslog-ng.so-expected_results49] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[systemd-libsystemd.so.0-expected_results50] PASSED [ 2%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[varnish-varnish-expected_results51] PASSED [ 3%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[vim-vim-expected_results52] PASSED [ 3%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[vim-vim-enhanced-expected_results53] PASSED [ 3%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[wireshark-rawshark-expected_results54] PASSED [ 3%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[xerces-libxerces-c.so-expected_results55] PASSED [ 3%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[xml2-libxml2.so.0-expected_results56] PASSED [ 3%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[zlib-libz.so.0-expected_results57] PASSED [ 3%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[bind-libbind9-9.16.37-Debian.so-expected_results58] PASSED [ 3%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[bind-libdns-9.16.37-Debian.so-expected_results59] PASSED [ 3%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[bind-libirs-9.16.37-Debian.so-expected_results60] PASSED [ 3%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[bind-libisc-9.16.37-Debian.so-expected_results61] PASSED [ 3%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[bind-libisccc-9.16.37-Debian.so-expected_results62] PASSED [ 3%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[bind-libisccfg-9.16.37-Debian.so-expected_results63] PASSED [ 3%]
test/test_checkers.py::TestCheckerVersionParser::test_filename_is[bind-libns-9.16.37-Debian.so-expected_results64] PASSED [ 3%]
test/test_cli.py::TestCLI::test_extract_curl_7_20_0 SKIPPED (No file...) [ 3%]
test/test_cli.py::TestCLI::test_binary_curl_7_20_0 SKIPPED (No file ...) [ 3%]
test/test_cli.py::TestCLI::test_no_extraction SKIPPED (No file downl...) [ 3%]
test/test_cli.py::TestCLI::test_extract_bad_zip_messages
-------------------------------- live log call ---------------------------------
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool:version.py:27 [bold red]You are running version 3.3rc2 of cve-bin-tool but the latest PyPI Version is 3.2.1.[/]
INFO cve_bin_tool:nvd_source.py:323 Getting NVD CVE data...
INFO cve_bin_tool:gad_source.py:86 Getting GitLab Advisory Database CVEs...
INFO cve_bin_tool:redhat_source.py:69 Getting RedHat CVEs...
INFO cve_bin_tool:redhat_source.py:136 Adding 25 RedHat CVE entries
INFO cve_bin_tool:osv_source.py:156 Getting Open Source Vulnerability Database CVEs...
ERROR cve_bin_tool:osv_source.py:367 Unable to fetch OSV CVEs, skipping OSV.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
INFO cve_bin_tool:cli.py:980 Number of checkers: 354
INFO cve_bin_tool.VersionScanner:version_scanner.py:113 Checkers: accountsservice, acpid, apache_http_server, apcupsd, apparmor, asn1c, assimp, asterisk, atftp, avahi, axel, bash, bind, binutils, bird, bison, bluez, boinc, botan, bro, bubblewrap, busybox, bwm_ng, bzip2, c_ares, capnproto, ceph, chess, chrony, civetweb, clamav, collectd, commons_compress, connman, coreutils, cpio, cronie, cryptsetup, cups, curl, cvs, darkhttpd, dav1d, davfs2, dbus, debianutils, dhclient, dhcpcd, dhcpd, dmidecode, dnsmasq, domoticz, dosfstools, dovecot, doxygen, dpkg, dropbear, e2fsprogs, ed, elfutils, emacs, enscript, exfatprogs, exim, exiv2, f2fs_tools, faad2, fastd, ffmpeg, file, firefox, flac, fluidsynth, freeradius, freerdp, fribidi, frr, gawk, gcc, gdal, gdb, gdk_pixbuf, gimp, git, glib, glibc, gmp, gnomeshell, gnupg, gnutls, go, gpgme, gpsd, graphicsmagick, grep, grub2, gstreamer, gupnp, gvfs, gzip, haproxy, harfbuzz, haserl, hdf5, heimdal, hostapd, hunspell, hwloc, i2pd, icecast, icu, iperf3, ipmitool, ipsec_tools, iptables, irssi, iucode_tool, iwd, jack2, jacksondatabind, janus, jhead, jq, json_c, kbd, keepalived, kerberos, kexectools, kodi, kubernetes, ldns, lftp, libarchive, libass, libbpg, libcoap, libconfuse, libcurl, libdb, libde265, libebml, libevent, libexpat, libgcrypt, libgd, libgit2, libheif, libical, libidn2, libinput, libjpeg, libjpeg_turbo, libksba, liblas, libmatroska, libmemcached, libmicrohttpd, libmodbus, libnss, libpcap, libraw, librsvg, librsync, libsamplerate, libseccomp, libsndfile, libsolv, libsoup, libsrtp, libssh, libssh2, libtasn1, libtiff, libtomcrypt, libupnp, libvips, libvirt, libvncserver, libvorbis, libvpx, libxslt, lighttpd, linux_kernel, lldpd, logrotate, lrzip, lua, luajit, lxc, lynx, lz4, mailx, mariadb, mbedtls, mdadm, memcached, micropython, minetest, mini_httpd, minicom, minidlna, miniupnpc, miniupnpd, modsecurity, monit, mosquitto, motion, mpg123, mpv, msmtp, mtr, mupdf, mutt, mysql, nano, nasm, nbd, ncurses, neon, nessus, netatalk, netdata, netkit_ftp, netpbm, nettle, nghttp2, nginx, ngircd, nmap, node, ntfs_3g, ntp, ntpsec, open_iscsi, open_vm_tools, openafs, opencv, openjpeg, openldap, opensc, openssh, openssl, openswan, openvpn, p7zip, pango, patch, pcre, pcre2, pcsc_lite, perl, php, picocom, pigz, pixman, png, polarssl_fedora, poppler, postgresql, ppp, privoxy, procps_ng, proftpd, protobuf_c, pspp, pure_ftpd, putty, python, qemu, qpdf, qt, quagga, radare2, radvd, raptor, rauc, rdesktop, readline, rpm, rsync, rsyslog, rtl_433, rtmpdump, runc, rust, samba, sane_backends, sdl, seahorse, shadowsocks_libev, sngrep, snort, socat, sofia_sip, speex, spice, sqlite, squashfs, squid, sslh, stellarium, strongswan, stunnel, subversion, sudo, suricata, sylpheed, syslogng, sysstat, systemd, tar, tcpdump, tcpreplay, terminology, tesseract, thrift, thttpd, thunderbird, timescaledb, tinyproxy, tor, tpm2_tss, traceroute, transmission, trousers, twonky_server, u_boot, udisks, unbound, unixodbc, upx, util_linux, varnish, vim, vlc, vorbis_tools, vsftpd, webkitgtk, wget, wireshark, wolfssl, wpa_supplicant, xerces, xml2, xscreensaver, xwayland, yasm, zabbix, zchunk, zeek, zlib, znc, zsh, zstandard
INFO cve_bin_tool:cli.py:985 Number of language checkers: 10
INFO cve_bin_tool.VersionScanner:version_scanner.py:138 Language Checkers: Go, Java, Javascript, Perl, Php, Python, R, Ruby, Rust, Swift
INFO cve_bin_tool:cli.py:1020 Overall CVE summary:
INFO cve_bin_tool:cli.py:1021 There are 0 products with known CVEs detected
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
INFO cve_bin_tool:cli.py:980 Number of checkers: 354
INFO cve_bin_tool.VersionScanner:version_scanner.py:113 Checkers: accountsservice, acpid, apache_http_server, apcupsd, apparmor, asn1c, assimp, asterisk, atftp, avahi, axel, bash, bind, binutils, bird, bison, bluez, boinc, botan, bro, bubblewrap, busybox, bwm_ng, bzip2, c_ares, capnproto, ceph, chess, chrony, civetweb, clamav, collectd, commons_compress, connman, coreutils, cpio, cronie, cryptsetup, cups, curl, cvs, darkhttpd, dav1d, davfs2, dbus, debianutils, dhclient, dhcpcd, dhcpd, dmidecode, dnsmasq, domoticz, dosfstools, dovecot, doxygen, dpkg, dropbear, e2fsprogs, ed, elfutils, emacs, enscript, exfatprogs, exim, exiv2, f2fs_tools, faad2, fastd, ffmpeg, file, firefox, flac, fluidsynth, freeradius, freerdp, fribidi, frr, gawk, gcc, gdal, gdb, gdk_pixbuf, gimp, git, glib, glibc, gmp, gnomeshell, gnupg, gnutls, go, gpgme, gpsd, graphicsmagick, grep, grub2, gstreamer, gupnp, gvfs, gzip, haproxy, harfbuzz, haserl, hdf5, heimdal, hostapd, hunspell, hwloc, i2pd, icecast, icu, iperf3, ipmitool, ipsec_tools, iptables, irssi, iucode_tool, iwd, jack2, jacksondatabind, janus, jhead, jq, json_c, kbd, keepalived, kerberos, kexectools, kodi, kubernetes, ldns, lftp, libarchive, libass, libbpg, libcoap, libconfuse, libcurl, libdb, libde265, libebml, libevent, libexpat, libgcrypt, libgd, libgit2, libheif, libical, libidn2, libinput, libjpeg, libjpeg_turbo, libksba, liblas, libmatroska, libmemcached, libmicrohttpd, libmodbus, libnss, libpcap, libraw, librsvg, librsync, libsamplerate, libseccomp, libsndfile, libsolv, libsoup, libsrtp, libssh, libssh2, libtasn1, libtiff, libtomcrypt, libupnp, libvips, libvirt, libvncserver, libvorbis, libvpx, libxslt, lighttpd, linux_kernel, lldpd, logrotate, lrzip, lua, luajit, lxc, lynx, lz4, mailx, mariadb, mbedtls, mdadm, memcached, micropython, minetest, mini_httpd, minicom, minidlna, miniupnpc, miniupnpd, modsecurity, monit, mosquitto, motion, mpg123, mpv, msmtp, mtr, mupdf, mutt, mysql, nano, nasm, nbd, ncurses, neon, nessus, netatalk, netdata, netkit_ftp, netpbm, nettle, nghttp2, nginx, ngircd, nmap, node, ntfs_3g, ntp, ntpsec, open_iscsi, open_vm_tools, openafs, opencv, openjpeg, openldap, opensc, openssh, openssl, openswan, openvpn, p7zip, pango, patch, pcre, pcre2, pcsc_lite, perl, php, picocom, pigz, pixman, png, polarssl_fedora, poppler, postgresql, ppp, privoxy, procps_ng, proftpd, protobuf_c, pspp, pure_ftpd, putty, python, qemu, qpdf, qt, quagga, radare2, radvd, raptor, rauc, rdesktop, readline, rpm, rsync, rsyslog, rtl_433, rtmpdump, runc, rust, samba, sane_backends, sdl, seahorse, shadowsocks_libev, sngrep, snort, socat, sofia_sip, speex, spice, sqlite, squashfs, squid, sslh, stellarium, strongswan, stunnel, subversion, sudo, suricata, sylpheed, syslogng, sysstat, systemd, tar, tcpdump, tcpreplay, terminology, tesseract, thrift, thttpd, thunderbird, timescaledb, tinyproxy, tor, tpm2_tss, traceroute, transmission, trousers, twonky_server, u_boot, udisks, unbound, unixodbc, upx, util_linux, varnish, vim, vlc, vorbis_tools, vsftpd, webkitgtk, wget, wireshark, wolfssl, wpa_supplicant, xerces, xml2, xscreensaver, xwayland, yasm, zabbix, zchunk, zeek, zlib, znc, zsh, zstandard
INFO cve_bin_tool:cli.py:985 Number of language checkers: 10
INFO cve_bin_tool.VersionScanner:version_scanner.py:138 Language Checkers: Go, Java, Javascript, Perl, Php, Python, R, Ruby, Rust, Swift
WARNING cve_bin_tool.VersionScanner:extractor.py:351 Failure extracting /tmp/tmpoebxt6kx/empty-file.zip
INFO cve_bin_tool:cli.py:1020 Overall CVE summary:
INFO cve_bin_tool:cli.py:1021 There are 0 products with known CVEs detected
PASSED [ 3%]
test/test_cli.py::TestCLI::test_exclude SKIPPED (No file downloads i...) [ 3%]
test/test_cli.py::TestCLI::test_usage
-------------------------------- live log call ---------------------------------
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
ERROR cve_bin_tool:error_handler.py:202 InsufficientArgs: Please specify a directory to scan or an input file required
PASSED [ 3%]
test/test_cli.py::TestCLI::test_version PASSED [ 4%]
test/test_cli.py::TestCLI::test_invalid_file_or_directory
-------------------------------- live log call ---------------------------------
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
ERROR cve_bin_tool:error_handler.py:202 FileNotFoundError: Directory/File doesn't exist
PASSED [ 4%]
test/test_cli.py::TestCLI::test_null_byte_in_filename
-------------------------------- live log call ---------------------------------
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
ERROR cve_bin_tool:error_handler.py:202 FileNotFoundError: Directory/File doesn't exist
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
ERROR cve_bin_tool:error_handler.py:202 FileNotFoundError: Directory/File doesn't exist
PASSED [ 4%]
test/test_cli.py::TestCLI::test_invalid_parameter PASSED [ 4%]
test/test_cli.py::TestCLI::test_update_flags SKIPPED (Update flag te...) [ 4%]
test/test_cli.py::TestCLI::test_skips
-------------------------------- live log call ---------------------------------
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
INFO cve_bin_tool:cli.py:980 Number of checkers: 350
INFO cve_bin_tool.VersionScanner:version_scanner.py:113 Checkers: accountsservice, acpid, apache_http_server, apcupsd, apparmor, asn1c, assimp, asterisk, atftp, avahi, axel, bash, bind, binutils, bird, bison, bluez, boinc, botan, bro, bubblewrap, busybox, bwm_ng, bzip2, c_ares, capnproto, ceph, chess, chrony, civetweb, clamav, collectd, commons_compress, connman, coreutils, cpio, cronie, cryptsetup, cups, curl, cvs, darkhttpd, dav1d, davfs2, dbus, debianutils, dhclient, dhcpcd, dhcpd, dmidecode, dnsmasq, domoticz, dosfstools, dovecot, doxygen, dpkg, dropbear, e2fsprogs, ed, elfutils, emacs, enscript, exfatprogs, exim, exiv2, f2fs_tools, faad2, fastd, ffmpeg, file, firefox, flac, fluidsynth, freeradius, freerdp, fribidi, frr, gawk, gcc, gdal, gdb, gdk_pixbuf, gimp, git, glib, glibc, gmp, gnomeshell, gnupg, gnutls, go, gpgme, gpsd, graphicsmagick, grep, grub2, gstreamer, gupnp, gvfs, gzip, haproxy, harfbuzz, haserl, hdf5, heimdal, hostapd, hunspell, hwloc, i2pd, icecast, icu, iperf3, ipmitool, ipsec_tools, iptables, irssi, iucode_tool, iwd, jack2, jacksondatabind, janus, jhead, jq, json_c, kbd, keepalived, kexectools, kodi, kubernetes, ldns, lftp, libarchive, libass, libbpg, libcoap, libconfuse, libcurl, libdb, libde265, libebml, libevent, libexpat, libgcrypt, libgd, libgit2, libheif, libical, libidn2, libinput, libjpeg, libjpeg_turbo, libksba, liblas, libmatroska, libmemcached, libmicrohttpd, libmodbus, libnss, libpcap, libraw, librsvg, librsync, libsamplerate, libseccomp, libsndfile, libsolv, libsoup, libsrtp, libssh, libssh2, libtasn1, libtiff, libtomcrypt, libupnp, libvips, libvirt, libvncserver, libvorbis, libvpx, libxslt, lighttpd, linux_kernel, lldpd, logrotate, lrzip, lua, luajit, lxc, lynx, lz4, mailx, mariadb, mbedtls, mdadm, memcached, micropython, minetest, mini_httpd, minicom, minidlna, miniupnpc, miniupnpd, modsecurity, monit, mosquitto, motion, mpg123, mpv, msmtp, mtr, mupdf, mutt, mysql, nano, nasm, nbd, ncurses, neon, nessus, netatalk, netdata, netkit_ftp, netpbm, nettle, nghttp2, nginx, ngircd, nmap, node, ntfs_3g, ntp, ntpsec, open_iscsi, open_vm_tools, openafs, opencv, openjpeg, openldap, opensc, openssh, openssl, openswan, openvpn, p7zip, pango, patch, pcre, pcre2, pcsc_lite, perl, php, picocom, pigz, pixman, png, polarssl_fedora, poppler, postgresql, ppp, privoxy, procps_ng, proftpd, protobuf_c, pspp, pure_ftpd, putty, python, qemu, qpdf, qt, quagga, radare2, radvd, raptor, rauc, rdesktop, readline, rpm, rsync, rsyslog, rtl_433, rtmpdump, runc, rust, samba, sane_backends, sdl, seahorse, shadowsocks_libev, sngrep, snort, socat, sofia_sip, speex, spice, sqlite, squashfs, squid, sslh, stellarium, strongswan, stunnel, subversion, sudo, suricata, sylpheed, syslogng, sysstat, tar, tcpdump, tcpreplay, terminology, tesseract, thrift, thttpd, thunderbird, timescaledb, tinyproxy, tor, tpm2_tss, traceroute, transmission, trousers, twonky_server, u_boot, udisks, unbound, unixodbc, upx, util_linux, varnish, vim, vlc, vorbis_tools, vsftpd, webkitgtk, wget, wireshark, wolfssl, wpa_supplicant, xscreensaver, xwayland, yasm, zabbix, zchunk, zeek, zlib, znc, zsh, zstandard
INFO cve_bin_tool:cli.py:985 Number of language checkers: 10
INFO cve_bin_tool.VersionScanner:version_scanner.py:138 Language Checkers: Go, Java, Javascript, Perl, Php, Python, R, Ruby, Rust, Swift
INFO cve_bin_tool:cli.py:1020 Overall CVE summary:
INFO cve_bin_tool:cli.py:1021 There are 0 products with known CVEs detected
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
INFO cve_bin_tool:cli.py:980 Number of checkers: 350
INFO cve_bin_tool.VersionScanner:version_scanner.py:113 Checkers: accountsservice, acpid, apache_http_server, apcupsd, apparmor, asn1c, assimp, asterisk, atftp, avahi, axel, bash, bind, binutils, bird, bison, bluez, boinc, botan, bro, bubblewrap, busybox, bwm_ng, bzip2, c_ares, capnproto, ceph, chess, chrony, civetweb, clamav, collectd, commons_compress, connman, coreutils, cpio, cronie, cryptsetup, cups, curl, cvs, darkhttpd, dav1d, davfs2, dbus, debianutils, dhclient, dhcpcd, dhcpd, dmidecode, dnsmasq, domoticz, dosfstools, dovecot, doxygen, dpkg, dropbear, e2fsprogs, ed, elfutils, emacs, enscript, exfatprogs, exim, exiv2, f2fs_tools, faad2, fastd, ffmpeg, file, firefox, flac, fluidsynth, freeradius, freerdp, fribidi, frr, gawk, gcc, gdal, gdb, gdk_pixbuf, gimp, git, glib, glibc, gmp, gnomeshell, gnupg, gnutls, go, gpgme, gpsd, graphicsmagick, grep, grub2, gstreamer, gupnp, gvfs, gzip, haproxy, harfbuzz, haserl, hdf5, heimdal, hostapd, hunspell, hwloc, i2pd, icecast, icu, iperf3, ipmitool, ipsec_tools, iptables, irssi, iucode_tool, iwd, jack2, jacksondatabind, janus, jhead, jq, json_c, kbd, keepalived, kerberos, kexectools, kodi, kubernetes, ldns, lftp, libarchive, libass, libbpg, libcoap, libconfuse, libcurl, libdb, libde265, libebml, libevent, libgd, libgit2, libheif, libical, libidn2, libinput, libjpeg, libjpeg_turbo, libksba, liblas, libmatroska, libmemcached, libmicrohttpd, libmodbus, libnss, libpcap, libraw, librsvg, librsync, libsamplerate, libseccomp, libsndfile, libsolv, libsoup, libsrtp, libssh, libssh2, libtasn1, libtiff, libtomcrypt, libupnp, libvips, libvirt, libvncserver, libvorbis, libvpx, libxslt, lighttpd, linux_kernel, lldpd, logrotate, lrzip, lua, luajit, lxc, lynx, lz4, mailx, mariadb, mbedtls, mdadm, memcached, micropython, minetest, mini_httpd, minicom, minidlna, miniupnpc, miniupnpd, modsecurity, monit, mosquitto, motion, mpg123, mpv, msmtp, mtr, mupdf, mutt, mysql, nano, nasm, nbd, ncurses, neon, nessus, netatalk, netdata, netkit_ftp, netpbm, nettle, nghttp2, nginx, ngircd, nmap, node, ntfs_3g, ntp, ntpsec, open_iscsi, open_vm_tools, openafs, opencv, openjpeg, openldap, opensc, openssh, openswan, openvpn, p7zip, pango, patch, pcre, pcre2, pcsc_lite, perl, php, picocom, pigz, pixman, png, polarssl_fedora, poppler, postgresql, ppp, privoxy, procps_ng, proftpd, protobuf_c, pspp, pure_ftpd, putty, python, qemu, qpdf, qt, quagga, radare2, radvd, raptor, rauc, rdesktop, readline, rpm, rsync, rsyslog, rtl_433, rtmpdump, runc, rust, samba, sane_backends, sdl, seahorse, shadowsocks_libev, sngrep, snort, socat, sofia_sip, speex, spice, squashfs, squid, sslh, stellarium, strongswan, stunnel, subversion, sudo, suricata, sylpheed, syslogng, sysstat, systemd, tar, tcpdump, tcpreplay, terminology, tesseract, thrift, thttpd, thunderbird, timescaledb, tinyproxy, tor, tpm2_tss, traceroute, transmission, trousers, twonky_server, u_boot, udisks, unbound, unixodbc, upx, util_linux, varnish, vim, vlc, vorbis_tools, vsftpd, webkitgtk, wget, wireshark, wolfssl, wpa_supplicant, xerces, xml2, xscreensaver, xwayland, yasm, zabbix, zchunk, zeek, zlib, znc, zsh, zstandard
INFO cve_bin_tool:cli.py:985 Number of language checkers: 10
INFO cve_bin_tool.VersionScanner:version_scanner.py:138 Language Checkers: Go, Java, Javascript, Perl, Php, Python, R, Ruby, Rust, Swift
INFO cve_bin_tool:cli.py:1020 Overall CVE summary:
INFO cve_bin_tool:cli.py:1021 There are 0 products with known CVEs detected
PASSED [ 4%]
test/test_cli.py::TestCLI::test_runs
-------------------------------- live log call ---------------------------------
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
INFO cve_bin_tool:cli.py:980 Number of checkers: 4
INFO cve_bin_tool.VersionScanner:version_scanner.py:113 Checkers: libexpat, libgcrypt, openssl, sqlite
INFO cve_bin_tool:cli.py:985 Number of language checkers: 10
INFO cve_bin_tool.VersionScanner:version_scanner.py:138 Language Checkers: Go, Java, Javascript, Perl, Php, Python, R, Ruby, Rust, Swift
INFO cve_bin_tool:cli.py:1020 Overall CVE summary:
INFO cve_bin_tool:cli.py:1021 There are 0 products with known CVEs detected
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
INFO cve_bin_tool:cli.py:980 Number of checkers: 4
INFO cve_bin_tool.VersionScanner:version_scanner.py:113 Checkers: kerberos, systemd, xerces, xml2
INFO cve_bin_tool:cli.py:985 Number of language checkers: 10
INFO cve_bin_tool.VersionScanner:version_scanner.py:138 Language Checkers: Go, Java, Javascript, Perl, Php, Python, R, Ruby, Rust, Swift
INFO cve_bin_tool:cli.py:1020 Overall CVE summary:
INFO cve_bin_tool:cli.py:1021 There are 0 products with known CVEs detected
PASSED [ 4%]
test/test_cli.py::TestCLI::test_update SKIPPED (Update flag tests ar...) [ 4%]
test/test_cli.py::TestCLI::test_unknown_warning
-------------------------------- live log call ---------------------------------
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
INFO cve_bin_tool:cli.py:980 Number of checkers: 354
INFO cve_bin_tool.VersionScanner:version_scanner.py:113 Checkers: accountsservice, acpid, apache_http_server, apcupsd, apparmor, asn1c, assimp, asterisk, atftp, avahi, axel, bash, bind, binutils, bird, bison, bluez, boinc, botan, bro, bubblewrap, busybox, bwm_ng, bzip2, c_ares, capnproto, ceph, chess, chrony, civetweb, clamav, collectd, commons_compress, connman, coreutils, cpio, cronie, cryptsetup, cups, curl, cvs, darkhttpd, dav1d, davfs2, dbus, debianutils, dhclient, dhcpcd, dhcpd, dmidecode, dnsmasq, domoticz, dosfstools, dovecot, doxygen, dpkg, dropbear, e2fsprogs, ed, elfutils, emacs, enscript, exfatprogs, exim, exiv2, f2fs_tools, faad2, fastd, ffmpeg, file, firefox, flac, fluidsynth, freeradius, freerdp, fribidi, frr, gawk, gcc, gdal, gdb, gdk_pixbuf, gimp, git, glib, glibc, gmp, gnomeshell, gnupg, gnutls, go, gpgme, gpsd, graphicsmagick, grep, grub2, gstreamer, gupnp, gvfs, gzip, haproxy, harfbuzz, haserl, hdf5, heimdal, hostapd, hunspell, hwloc, i2pd, icecast, icu, iperf3, ipmitool, ipsec_tools, iptables, irssi, iucode_tool, iwd, jack2, jacksondatabind, janus, jhead, jq, json_c, kbd, keepalived, kerberos, kexectools, kodi, kubernetes, ldns, lftp, libarchive, libass, libbpg, libcoap, libconfuse, libcurl, libdb, libde265, libebml, libevent, libexpat, libgcrypt, libgd, libgit2, libheif, libical, libidn2, libinput, libjpeg, libjpeg_turbo, libksba, liblas, libmatroska, libmemcached, libmicrohttpd, libmodbus, libnss, libpcap, libraw, librsvg, librsync, libsamplerate, libseccomp, libsndfile, libsolv, libsoup, libsrtp, libssh, libssh2, libtasn1, libtiff, libtomcrypt, libupnp, libvips, libvirt, libvncserver, libvorbis, libvpx, libxslt, lighttpd, linux_kernel, lldpd, logrotate, lrzip, lua, luajit, lxc, lynx, lz4, mailx, mariadb, mbedtls, mdadm, memcached, micropython, minetest, mini_httpd, minicom, minidlna, miniupnpc, miniupnpd, modsecurity, monit, mosquitto, motion, mpg123, mpv, msmtp, mtr, mupdf, mutt, mysql, nano, nasm, nbd, ncurses, neon, nessus, netatalk, netdata, netkit_ftp, netpbm, nettle, nghttp2, nginx, ngircd, nmap, node, ntfs_3g, ntp, ntpsec, open_iscsi, open_vm_tools, openafs, opencv, openjpeg, openldap, opensc, openssh, openssl, openswan, openvpn, p7zip, pango, patch, pcre, pcre2, pcsc_lite, perl, php, picocom, pigz, pixman, png, polarssl_fedora, poppler, postgresql, ppp, privoxy, procps_ng, proftpd, protobuf_c, pspp, pure_ftpd, putty, python, qemu, qpdf, qt, quagga, radare2, radvd, raptor, rauc, rdesktop, readline, rpm, rsync, rsyslog, rtl_433, rtmpdump, runc, rust, samba, sane_backends, sdl, seahorse, shadowsocks_libev, sngrep, snort, socat, sofia_sip, speex, spice, sqlite, squashfs, squid, sslh, stellarium, strongswan, stunnel, subversion, sudo, suricata, sylpheed, syslogng, sysstat, systemd, tar, tcpdump, tcpreplay, terminology, tesseract, thrift, thttpd, thunderbird, timescaledb, tinyproxy, tor, tpm2_tss, traceroute, transmission, trousers, twonky_server, u_boot, udisks, unbound, unixodbc, upx, util_linux, varnish, vim, vlc, vorbis_tools, vsftpd, webkitgtk, wget, wireshark, wolfssl, wpa_supplicant, xerces, xml2, xscreensaver, xwayland, yasm, zabbix, zchunk, zeek, zlib, znc, zsh, zstandard
INFO cve_bin_tool:cli.py:985 Number of language checkers: 10
INFO cve_bin_tool.VersionScanner:version_scanner.py:138 Language Checkers: Go, Java, Javascript, Perl, Php, Python, R, Ruby, Rust, Swift
INFO cve_bin_tool:cli.py:1020 Overall CVE summary:
INFO cve_bin_tool:cli.py:1021 There are 0 products with known CVEs detected
PASSED [ 4%]
test/test_cli.py::TestCLI::test_quiet_mode SKIPPED (Causing problems...) [ 4%]
test/test_cli.py::TestCLI::test_config_file[/home/ycombinator/opensource/gsoc24/orgs/intel/cve-bin-tool/test/config/cve_bin_tool_config.toml] SKIPPED [ 4%]
test/test_cli.py::TestCLI::test_config_file[/home/ycombinator/opensource/gsoc24/orgs/intel/cve-bin-tool/test/config/cve_bin_tool_config.yaml] SKIPPED [ 4%]
test/test_cli.py::TestCLI::test_severity
-------------------------------- live log call ---------------------------------
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
INFO cve_bin_tool:cli.py:980 Number of checkers: 354
INFO cve_bin_tool.VersionScanner:version_scanner.py:113 Checkers: accountsservice, acpid, apache_http_server, apcupsd, apparmor, asn1c, assimp, asterisk, atftp, avahi, axel, bash, bind, binutils, bird, bison, bluez, boinc, botan, bro, bubblewrap, busybox, bwm_ng, bzip2, c_ares, capnproto, ceph, chess, chrony, civetweb, clamav, collectd, commons_compress, connman, coreutils, cpio, cronie, cryptsetup, cups, curl, cvs, darkhttpd, dav1d, davfs2, dbus, debianutils, dhclient, dhcpcd, dhcpd, dmidecode, dnsmasq, domoticz, dosfstools, dovecot, doxygen, dpkg, dropbear, e2fsprogs, ed, elfutils, emacs, enscript, exfatprogs, exim, exiv2, f2fs_tools, faad2, fastd, ffmpeg, file, firefox, flac, fluidsynth, freeradius, freerdp, fribidi, frr, gawk, gcc, gdal, gdb, gdk_pixbuf, gimp, git, glib, glibc, gmp, gnomeshell, gnupg, gnutls, go, gpgme, gpsd, graphicsmagick, grep, grub2, gstreamer, gupnp, gvfs, gzip, haproxy, harfbuzz, haserl, hdf5, heimdal, hostapd, hunspell, hwloc, i2pd, icecast, icu, iperf3, ipmitool, ipsec_tools, iptables, irssi, iucode_tool, iwd, jack2, jacksondatabind, janus, jhead, jq, json_c, kbd, keepalived, kerberos, kexectools, kodi, kubernetes, ldns, lftp, libarchive, libass, libbpg, libcoap, libconfuse, libcurl, libdb, libde265, libebml, libevent, libexpat, libgcrypt, libgd, libgit2, libheif, libical, libidn2, libinput, libjpeg, libjpeg_turbo, libksba, liblas, libmatroska, libmemcached, libmicrohttpd, libmodbus, libnss, libpcap, libraw, librsvg, librsync, libsamplerate, libseccomp, libsndfile, libsolv, libsoup, libsrtp, libssh, libssh2, libtasn1, libtiff, libtomcrypt, libupnp, libvips, libvirt, libvncserver, libvorbis, libvpx, libxslt, lighttpd, linux_kernel, lldpd, logrotate, lrzip, lua, luajit, lxc, lynx, lz4, mailx, mariadb, mbedtls, mdadm, memcached, micropython, minetest, mini_httpd, minicom, minidlna, miniupnpc, miniupnpd, modsecurity, monit, mosquitto, motion, mpg123, mpv, msmtp, mtr, mupdf, mutt, mysql, nano, nasm, nbd, ncurses, neon, nessus, netatalk, netdata, netkit_ftp, netpbm, nettle, nghttp2, nginx, ngircd, nmap, node, ntfs_3g, ntp, ntpsec, open_iscsi, open_vm_tools, openafs, opencv, openjpeg, openldap, opensc, openssh, openssl, openswan, openvpn, p7zip, pango, patch, pcre, pcre2, pcsc_lite, perl, php, picocom, pigz, pixman, png, polarssl_fedora, poppler, postgresql, ppp, privoxy, procps_ng, proftpd, protobuf_c, pspp, pure_ftpd, putty, python, qemu, qpdf, qt, quagga, radare2, radvd, raptor, rauc, rdesktop, readline, rpm, rsync, rsyslog, rtl_433, rtmpdump, runc, rust, samba, sane_backends, sdl, seahorse, shadowsocks_libev, sngrep, snort, socat, sofia_sip, speex, spice, sqlite, squashfs, squid, sslh, stellarium, strongswan, stunnel, subversion, sudo, suricata, sylpheed, syslogng, sysstat, systemd, tar, tcpdump, tcpreplay, terminology, tesseract, thrift, thttpd, thunderbird, timescaledb, tinyproxy, tor, tpm2_tss, traceroute, transmission, trousers, twonky_server, u_boot, udisks, unbound, unixodbc, upx, util_linux, varnish, vim, vlc, vorbis_tools, vsftpd, webkitgtk, wget, wireshark, wolfssl, wpa_supplicant, xerces, xml2, xscreensaver, xwayland, yasm, zabbix, zchunk, zeek, zlib, znc, zsh, zstandard
INFO cve_bin_tool:cli.py:985 Number of language checkers: 10
INFO cve_bin_tool.VersionScanner:version_scanner.py:138 Language Checkers: Go, Java, Javascript, Perl, Php, Python, R, Ruby, Rust, Swift
INFO cve_bin_tool.CVEScanner:cve_scanner.py:285 39 CVE(s) in haxx.curl version 7.20.0
INFO cve_bin_tool:cli.py:1020 Overall CVE summary:
INFO cve_bin_tool:cli.py:1021 There are 1 products with known CVEs detected
INFO cve_bin_tool:cli.py:1032 Known CVEs in ('haxx.curl', '7.20.0'):
INFO cve_bin_tool.OutputEngine:__init__.py:1014 CSV report stored at /home/ycombinator/opensource/gsoc24/orgs/intel/cve-bin-tool/sevtest.csv
PASSED [ 4%]
test/test_cli.py::TestCLI::test_CVSS_score
-------------------------------- live log call ---------------------------------
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
INFO cve_bin_tool:cli.py:980 Number of checkers: 354
INFO cve_bin_tool.VersionScanner:version_scanner.py:113 Checkers: accountsservice, acpid, apache_http_server, apcupsd, apparmor, asn1c, assimp, asterisk, atftp, avahi, axel, bash, bind, binutils, bird, bison, bluez, boinc, botan, bro, bubblewrap, busybox, bwm_ng, bzip2, c_ares, capnproto, ceph, chess, chrony, civetweb, clamav, collectd, commons_compress, connman, coreutils, cpio, cronie, cryptsetup, cups, curl, cvs, darkhttpd, dav1d, davfs2, dbus, debianutils, dhclient, dhcpcd, dhcpd, dmidecode, dnsmasq, domoticz, dosfstools, dovecot, doxygen, dpkg, dropbear, e2fsprogs, ed, elfutils, emacs, enscript, exfatprogs, exim, exiv2, f2fs_tools, faad2, fastd, ffmpeg, file, firefox, flac, fluidsynth, freeradius, freerdp, fribidi, frr, gawk, gcc, gdal, gdb, gdk_pixbuf, gimp, git, glib, glibc, gmp, gnomeshell, gnupg, gnutls, go, gpgme, gpsd, graphicsmagick, grep, grub2, gstreamer, gupnp, gvfs, gzip, haproxy, harfbuzz, haserl, hdf5, heimdal, hostapd, hunspell, hwloc, i2pd, icecast, icu, iperf3, ipmitool, ipsec_tools, iptables, irssi, iucode_tool, iwd, jack2, jacksondatabind, janus, jhead, jq, json_c, kbd, keepalived, kerberos, kexectools, kodi, kubernetes, ldns, lftp, libarchive, libass, libbpg, libcoap, libconfuse, libcurl, libdb, libde265, libebml, libevent, libexpat, libgcrypt, libgd, libgit2, libheif, libical, libidn2, libinput, libjpeg, libjpeg_turbo, libksba, liblas, libmatroska, libmemcached, libmicrohttpd, libmodbus, libnss, libpcap, libraw, librsvg, librsync, libsamplerate, libseccomp, libsndfile, libsolv, libsoup, libsrtp, libssh, libssh2, libtasn1, libtiff, libtomcrypt, libupnp, libvips, libvirt, libvncserver, libvorbis, libvpx, libxslt, lighttpd, linux_kernel, lldpd, logrotate, lrzip, lua, luajit, lxc, lynx, lz4, mailx, mariadb, mbedtls, mdadm, memcached, micropython, minetest, mini_httpd, minicom, minidlna, miniupnpc, miniupnpd, modsecurity, monit, mosquitto, motion, mpg123, mpv, msmtp, mtr, mupdf, mutt, mysql, nano, nasm, nbd, ncurses, neon, nessus, netatalk, netdata, netkit_ftp, netpbm, nettle, nghttp2, nginx, ngircd, nmap, node, ntfs_3g, ntp, ntpsec, open_iscsi, open_vm_tools, openafs, opencv, openjpeg, openldap, opensc, openssh, openssl, openswan, openvpn, p7zip, pango, patch, pcre, pcre2, pcsc_lite, perl, php, picocom, pigz, pixman, png, polarssl_fedora, poppler, postgresql, ppp, privoxy, procps_ng, proftpd, protobuf_c, pspp, pure_ftpd, putty, python, qemu, qpdf, qt, quagga, radare2, radvd, raptor, rauc, rdesktop, readline, rpm, rsync, rsyslog, rtl_433, rtmpdump, runc, rust, samba, sane_backends, sdl, seahorse, shadowsocks_libev, sngrep, snort, socat, sofia_sip, speex, spice, sqlite, squashfs, squid, sslh, stellarium, strongswan, stunnel, subversion, sudo, suricata, sylpheed, syslogng, sysstat, systemd, tar, tcpdump, tcpreplay, terminology, tesseract, thrift, thttpd, thunderbird, timescaledb, tinyproxy, tor, tpm2_tss, traceroute, transmission, trousers, twonky_server, u_boot, udisks, unbound, unixodbc, upx, util_linux, varnish, vim, vlc, vorbis_tools, vsftpd, webkitgtk, wget, wireshark, wolfssl, wpa_supplicant, xerces, xml2, xscreensaver, xwayland, yasm, zabbix, zchunk, zeek, zlib, znc, zsh, zstandard
INFO cve_bin_tool:cli.py:985 Number of language checkers: 10
INFO cve_bin_tool.VersionScanner:version_scanner.py:138 Language Checkers: Go, Java, Javascript, Perl, Php, Python, R, Ruby, Rust, Swift
INFO cve_bin_tool.CVEScanner:cve_scanner.py:285 79 CVE(s) in haxx.curl version 7.20.0
INFO cve_bin_tool:cli.py:1020 Overall CVE summary:
INFO cve_bin_tool:cli.py:1021 There are 1 products with known CVEs detected
INFO cve_bin_tool:cli.py:1032 Known CVEs in ('haxx.curl', '7.20.0'):
INFO cve_bin_tool.OutputEngine:__init__.py:1014 CSV report stored at /home/ycombinator/opensource/gsoc24/orgs/intel/cve-bin-tool/sevtest.csv
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
INFO cve_bin_tool:cli.py:980 Number of checkers: 354
INFO cve_bin_tool.VersionScanner:version_scanner.py:113 Checkers: accountsservice, acpid, apache_http_server, apcupsd, apparmor, asn1c, assimp, asterisk, atftp, avahi, axel, bash, bind, binutils, bird, bison, bluez, boinc, botan, bro, bubblewrap, busybox, bwm_ng, bzip2, c_ares, capnproto, ceph, chess, chrony, civetweb, clamav, collectd, commons_compress, connman, coreutils, cpio, cronie, cryptsetup, cups, curl, cvs, darkhttpd, dav1d, davfs2, dbus, debianutils, dhclient, dhcpcd, dhcpd, dmidecode, dnsmasq, domoticz, dosfstools, dovecot, doxygen, dpkg, dropbear, e2fsprogs, ed, elfutils, emacs, enscript, exfatprogs, exim, exiv2, f2fs_tools, faad2, fastd, ffmpeg, file, firefox, flac, fluidsynth, freeradius, freerdp, fribidi, frr, gawk, gcc, gdal, gdb, gdk_pixbuf, gimp, git, glib, glibc, gmp, gnomeshell, gnupg, gnutls, go, gpgme, gpsd, graphicsmagick, grep, grub2, gstreamer, gupnp, gvfs, gzip, haproxy, harfbuzz, haserl, hdf5, heimdal, hostapd, hunspell, hwloc, i2pd, icecast, icu, iperf3, ipmitool, ipsec_tools, iptables, irssi, iucode_tool, iwd, jack2, jacksondatabind, janus, jhead, jq, json_c, kbd, keepalived, kerberos, kexectools, kodi, kubernetes, ldns, lftp, libarchive, libass, libbpg, libcoap, libconfuse, libcurl, libdb, libde265, libebml, libevent, libexpat, libgcrypt, libgd, libgit2, libheif, libical, libidn2, libinput, libjpeg, libjpeg_turbo, libksba, liblas, libmatroska, libmemcached, libmicrohttpd, libmodbus, libnss, libpcap, libraw, librsvg, librsync, libsamplerate, libseccomp, libsndfile, libsolv, libsoup, libsrtp, libssh, libssh2, libtasn1, libtiff, libtomcrypt, libupnp, libvips, libvirt, libvncserver, libvorbis, libvpx, libxslt, lighttpd, linux_kernel, lldpd, logrotate, lrzip, lua, luajit, lxc, lynx, lz4, mailx, mariadb, mbedtls, mdadm, memcached, micropython, minetest, mini_httpd, minicom, minidlna, miniupnpc, miniupnpd, modsecurity, monit, mosquitto, motion, mpg123, mpv, msmtp, mtr, mupdf, mutt, mysql, nano, nasm, nbd, ncurses, neon, nessus, netatalk, netdata, netkit_ftp, netpbm, nettle, nghttp2, nginx, ngircd, nmap, node, ntfs_3g, ntp, ntpsec, open_iscsi, open_vm_tools, openafs, opencv, openjpeg, openldap, opensc, openssh, openssl, openswan, openvpn, p7zip, pango, patch, pcre, pcre2, pcsc_lite, perl, php, picocom, pigz, pixman, png, polarssl_fedora, poppler, postgresql, ppp, privoxy, procps_ng, proftpd, protobuf_c, pspp, pure_ftpd, putty, python, qemu, qpdf, qt, quagga, radare2, radvd, raptor, rauc, rdesktop, readline, rpm, rsync, rsyslog, rtl_433, rtmpdump, runc, rust, samba, sane_backends, sdl, seahorse, shadowsocks_libev, sngrep, snort, socat, sofia_sip, speex, spice, sqlite, squashfs, squid, sslh, stellarium, strongswan, stunnel, subversion, sudo, suricata, sylpheed, syslogng, sysstat, systemd, tar, tcpdump, tcpreplay, terminology, tesseract, thrift, thttpd, thunderbird, timescaledb, tinyproxy, tor, tpm2_tss, traceroute, transmission, trousers, twonky_server, u_boot, udisks, unbound, unixodbc, upx, util_linux, varnish, vim, vlc, vorbis_tools, vsftpd, webkitgtk, wget, wireshark, wolfssl, wpa_supplicant, xerces, xml2, xscreensaver, xwayland, yasm, zabbix, zchunk, zeek, zlib, znc, zsh, zstandard
INFO cve_bin_tool:cli.py:985 Number of language checkers: 10
INFO cve_bin_tool.VersionScanner:version_scanner.py:138 Language Checkers: Go, Java, Javascript, Perl, Php, Python, R, Ruby, Rust, Swift
INFO cve_bin_tool:cli.py:1020 Overall CVE summary:
INFO cve_bin_tool:cli.py:1021 There are 0 products with known CVEs detected
INFO cve_bin_tool.OutputEngine:__init__.py:1014 CSV report stored at /home/ycombinator/opensource/gsoc24/orgs/intel/cve-bin-tool/sevtest.csv
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
INFO cve_bin_tool:cli.py:980 Number of checkers: 354
INFO cve_bin_tool.VersionScanner:version_scanner.py:113 Checkers: accountsservice, acpid, apache_http_server, apcupsd, apparmor, asn1c, assimp, asterisk, atftp, avahi, axel, bash, bind, binutils, bird, bison, bluez, boinc, botan, bro, bubblewrap, busybox, bwm_ng, bzip2, c_ares, capnproto, ceph, chess, chrony, civetweb, clamav, collectd, commons_compress, connman, coreutils, cpio, cronie, cryptsetup, cups, curl, cvs, darkhttpd, dav1d, davfs2, dbus, debianutils, dhclient, dhcpcd, dhcpd, dmidecode, dnsmasq, domoticz, dosfstools, dovecot, doxygen, dpkg, dropbear, e2fsprogs, ed, elfutils, emacs, enscript, exfatprogs, exim, exiv2, f2fs_tools, faad2, fastd, ffmpeg, file, firefox, flac, fluidsynth, freeradius, freerdp, fribidi, frr, gawk, gcc, gdal, gdb, gdk_pixbuf, gimp, git, glib, glibc, gmp, gnomeshell, gnupg, gnutls, go, gpgme, gpsd, graphicsmagick, grep, grub2, gstreamer, gupnp, gvfs, gzip, haproxy, harfbuzz, haserl, hdf5, heimdal, hostapd, hunspell, hwloc, i2pd, icecast, icu, iperf3, ipmitool, ipsec_tools, iptables, irssi, iucode_tool, iwd, jack2, jacksondatabind, janus, jhead, jq, json_c, kbd, keepalived, kerberos, kexectools, kodi, kubernetes, ldns, lftp, libarchive, libass, libbpg, libcoap, libconfuse, libcurl, libdb, libde265, libebml, libevent, libexpat, libgcrypt, libgd, libgit2, libheif, libical, libidn2, libinput, libjpeg, libjpeg_turbo, libksba, liblas, libmatroska, libmemcached, libmicrohttpd, libmodbus, libnss, libpcap, libraw, librsvg, librsync, libsamplerate, libseccomp, libsndfile, libsolv, libsoup, libsrtp, libssh, libssh2, libtasn1, libtiff, libtomcrypt, libupnp, libvips, libvirt, libvncserver, libvorbis, libvpx, libxslt, lighttpd, linux_kernel, lldpd, logrotate, lrzip, lua, luajit, lxc, lynx, lz4, mailx, mariadb, mbedtls, mdadm, memcached, micropython, minetest, mini_httpd, minicom, minidlna, miniupnpc, miniupnpd, modsecurity, monit, mosquitto, motion, mpg123, mpv, msmtp, mtr, mupdf, mutt, mysql, nano, nasm, nbd, ncurses, neon, nessus, netatalk, netdata, netkit_ftp, netpbm, nettle, nghttp2, nginx, ngircd, nmap, node, ntfs_3g, ntp, ntpsec, open_iscsi, open_vm_tools, openafs, opencv, openjpeg, openldap, opensc, openssh, openssl, openswan, openvpn, p7zip, pango, patch, pcre, pcre2, pcsc_lite, perl, php, picocom, pigz, pixman, png, polarssl_fedora, poppler, postgresql, ppp, privoxy, procps_ng, proftpd, protobuf_c, pspp, pure_ftpd, putty, python, qemu, qpdf, qt, quagga, radare2, radvd, raptor, rauc, rdesktop, readline, rpm, rsync, rsyslog, rtl_433, rtmpdump, runc, rust, samba, sane_backends, sdl, seahorse, shadowsocks_libev, sngrep, snort, socat, sofia_sip, speex, spice, sqlite, squashfs, squid, sslh, stellarium, strongswan, stunnel, subversion, sudo, suricata, sylpheed, syslogng, sysstat, systemd, tar, tcpdump, tcpreplay, terminology, tesseract, thrift, thttpd, thunderbird, timescaledb, tinyproxy, tor, tpm2_tss, traceroute, transmission, trousers, twonky_server, u_boot, udisks, unbound, unixodbc, upx, util_linux, varnish, vim, vlc, vorbis_tools, vsftpd, webkitgtk, wget, wireshark, wolfssl, wpa_supplicant, xerces, xml2, xscreensaver, xwayland, yasm, zabbix, zchunk, zeek, zlib, znc, zsh, zstandard
INFO cve_bin_tool:cli.py:985 Number of language checkers: 10
INFO cve_bin_tool.VersionScanner:version_scanner.py:138 Language Checkers: Go, Java, Javascript, Perl, Php, Python, R, Ruby, Rust, Swift
INFO cve_bin_tool.CVEScanner:cve_scanner.py:285 79 CVE(s) in haxx.curl version 7.20.0
INFO cve_bin_tool:cli.py:1020 Overall CVE summary:
INFO cve_bin_tool:cli.py:1021 There are 1 products with known CVEs detected
INFO cve_bin_tool:cli.py:1032 Known CVEs in ('haxx.curl', '7.20.0'):
INFO cve_bin_tool.OutputEngine:__init__.py:1014 CSV report stored at /home/ycombinator/opensource/gsoc24/orgs/intel/cve-bin-tool/sevtest.csv
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
INFO cve_bin_tool:cli.py:980 Number of checkers: 354
INFO cve_bin_tool.VersionScanner:version_scanner.py:113 Checkers: accountsservice, acpid, apache_http_server, apcupsd, apparmor, asn1c, assimp, asterisk, atftp, avahi, axel, bash, bind, binutils, bird, bison, bluez, boinc, botan, bro, bubblewrap, busybox, bwm_ng, bzip2, c_ares, capnproto, ceph, chess, chrony, civetweb, clamav, collectd, commons_compress, connman, coreutils, cpio, cronie, cryptsetup, cups, curl, cvs, darkhttpd, dav1d, davfs2, dbus, debianutils, dhclient, dhcpcd, dhcpd, dmidecode, dnsmasq, domoticz, dosfstools, dovecot, doxygen, dpkg, dropbear, e2fsprogs, ed, elfutils, emacs, enscript, exfatprogs, exim, exiv2, f2fs_tools, faad2, fastd, ffmpeg, file, firefox, flac, fluidsynth, freeradius, freerdp, fribidi, frr, gawk, gcc, gdal, gdb, gdk_pixbuf, gimp, git, glib, glibc, gmp, gnomeshell, gnupg, gnutls, go, gpgme, gpsd, graphicsmagick, grep, grub2, gstreamer, gupnp, gvfs, gzip, haproxy, harfbuzz, haserl, hdf5, heimdal, hostapd, hunspell, hwloc, i2pd, icecast, icu, iperf3, ipmitool, ipsec_tools, iptables, irssi, iucode_tool, iwd, jack2, jacksondatabind, janus, jhead, jq, json_c, kbd, keepalived, kerberos, kexectools, kodi, kubernetes, ldns, lftp, libarchive, libass, libbpg, libcoap, libconfuse, libcurl, libdb, libde265, libebml, libevent, libexpat, libgcrypt, libgd, libgit2, libheif, libical, libidn2, libinput, libjpeg, libjpeg_turbo, libksba, liblas, libmatroska, libmemcached, libmicrohttpd, libmodbus, libnss, libpcap, libraw, librsvg, librsync, libsamplerate, libseccomp, libsndfile, libsolv, libsoup, libsrtp, libssh, libssh2, libtasn1, libtiff, libtomcrypt, libupnp, libvips, libvirt, libvncserver, libvorbis, libvpx, libxslt, lighttpd, linux_kernel, lldpd, logrotate, lrzip, lua, luajit, lxc, lynx, lz4, mailx, mariadb, mbedtls, mdadm, memcached, micropython, minetest, mini_httpd, minicom, minidlna, miniupnpc, miniupnpd, modsecurity, monit, mosquitto, motion, mpg123, mpv, msmtp, mtr, mupdf, mutt, mysql, nano, nasm, nbd, ncurses, neon, nessus, netatalk, netdata, netkit_ftp, netpbm, nettle, nghttp2, nginx, ngircd, nmap, node, ntfs_3g, ntp, ntpsec, open_iscsi, open_vm_tools, openafs, opencv, openjpeg, openldap, opensc, openssh, openssl, openswan, openvpn, p7zip, pango, patch, pcre, pcre2, pcsc_lite, perl, php, picocom, pigz, pixman, png, polarssl_fedora, poppler, postgresql, ppp, privoxy, procps_ng, proftpd, protobuf_c, pspp, pure_ftpd, putty, python, qemu, qpdf, qt, quagga, radare2, radvd, raptor, rauc, rdesktop, readline, rpm, rsync, rsyslog, rtl_433, rtmpdump, runc, rust, samba, sane_backends, sdl, seahorse, shadowsocks_libev, sngrep, snort, socat, sofia_sip, speex, spice, sqlite, squashfs, squid, sslh, stellarium, strongswan, stunnel, subversion, sudo, suricata, sylpheed, syslogng, sysstat, systemd, tar, tcpdump, tcpreplay, terminology, tesseract, thrift, thttpd, thunderbird, timescaledb, tinyproxy, tor, tpm2_tss, traceroute, transmission, trousers, twonky_server, u_boot, udisks, unbound, unixodbc, upx, util_linux, varnish, vim, vlc, vorbis_tools, vsftpd, webkitgtk, wget, wireshark, wolfssl, wpa_supplicant, xerces, xml2, xscreensaver, xwayland, yasm, zabbix, zchunk, zeek, zlib, znc, zsh, zstandard
INFO cve_bin_tool:cli.py:985 Number of language checkers: 10
INFO cve_bin_tool.VersionScanner:version_scanner.py:138 Language Checkers: Go, Java, Javascript, Perl, Php, Python, R, Ruby, Rust, Swift
INFO cve_bin_tool.CVEScanner:cve_scanner.py:285 39 CVE(s) in haxx.curl version 7.20.0
INFO cve_bin_tool:cli.py:1020 Overall CVE summary:
INFO cve_bin_tool:cli.py:1021 There are 1 products with known CVEs detected
INFO cve_bin_tool:cli.py:1032 Known CVEs in ('haxx.curl', '7.20.0'):
INFO cve_bin_tool.OutputEngine:__init__.py:1014 CSV report stored at /home/ycombinator/opensource/gsoc24/orgs/intel/cve-bin-tool/sevtest.csv
PASSED [ 4%]
test/test_cli.py::TestCLI::test_EPSS_probability
-------------------------------- live log call ---------------------------------
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 238142 CVE entries from NVD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 18884 CVE entries from GAD in the database
INFO cve_bin_tool.CVEDB:cvedb.py:295 There are 17229 CVE entries from REDHAT in the database
INFO cve_bin_tool:cli.py:800 CVE database contains CVEs from National Vulnerability Database (NVD), Open Source Vulnerability Database (OSV), Gitlab Advisory Database (GAD) and RedHat
INFO cve_bin_tool:cli.py:803 CVE database last updated on 13 February 2024 at 16:43:29
INFO cve_bin_tool:cli.py:980 Number of checkers: 354
INFO cve_bin_tool.VersionScanner:version_scanner.py:113 Checkers: accountsservice, acpid, apache_http_server, apcupsd, apparmor, asn1c, assimp, asterisk, atftp, avahi, axel, bash, bind, binutils, bird, bison, bluez, boinc, botan, bro, bubblewrap, busybox, bwm_ng, bzip2, c_ares, capnproto, ceph, chess, chrony, civetweb, clamav, collectd, commons_compress, connman, coreutils, cpio, cronie, cryptsetup, cups, curl, cvs, darkhttpd, dav1d, davfs2, dbus, debianutils, dhclient, dhcpcd, dhcpd, dmidecode, dnsmasq, domoticz, dosfstools, dovecot, doxygen, dpkg, dropbear, e2fsprogs, ed, elfutils, emacs, enscript, exfatprogs, exim, exiv2, f2fs_tools, faad2, fastd, ffmpeg, file, firefox, flac, fluidsynth, freeradius, freerdp, fribidi, frr, gawk, gcc, gdal, gdb, gdk_pixbuf, gimp, git, glib, glibc, gmp, gnomeshell, gnupg, gnutls, go, gpgme, gpsd, graphicsmagick, grep, grub2, gstreamer, gupnp, gvfs, gzip, haproxy, harfbuzz, haserl, hdf5, heimdal, hostapd, hunspell, hwloc, i2pd, icecast, icu, iperf3, ipmitool, ipsec_tools, iptables, irssi, iucode_tool, iwd, jack2, jacksondatabind, janus, jhead, jq, json_c, kbd, keepalived, kerberos, kexectools, kodi, kubernetes, ldns, lftp, libarchive, libass, libbpg, libcoap, libconfuse, libcurl, libdb, libde265, libebml, libevent, libexpat, libgcrypt, libgd, libgit2, libheif, libical, libidn2, libinput, libjpeg, libjpeg_turbo, libksba, liblas, libmatroska, libmemcached, libmicrohttpd, libmodbus, libnss, libpcap, libraw, librsvg, librsync, libsamplerate, libseccomp, libsndfile, libsolv, libsoup, libsrtp, libssh, libssh2, libtasn1, libtiff, libtomcrypt, libupnp, libvips, libvirt, libvncserver, libvorbis, libvpx, libxslt, lighttpd, linux_kernel, lldpd, logrotate, lrzip, lua, luajit, lxc, lynx, lz4, mailx, mariadb, mbedtls, mdadm, memcached, micropython, minetest, mini_httpd, minicom, minidlna, miniupnpc, miniupnpd, modsecurity, monit, mosquitto, motion, mpg123, mpv, msmtp, mtr, mupdf, mutt, mysql, nano, nasm, nbd, ncurses, neon, nessus, netatalk, netdata, netkit_ftp, netpbm, nettle, nghttp2, nginx, ngircd, nmap, node, ntfs_3g, ntp, ntpsec, open_iscsi, open_vm_tools, openafs, opencv, openjpeg, openldap, opensc, openssh, openssl, openswan, openvpn, p7zip, pango, patch, pcre, pcre2, pcsc_lite, perl, php, picocom, pigz, pixman, png, polarssl_fedora, poppler, postgresql, ppp, privoxy, procps_ng, proftpd, protobuf_c, pspp, pure_ftpd, putty, python, qemu, qpdf, qt, quagga, radare2, radvd, raptor, rauc, rdesktop, readline, rpm, rsync, rsyslog, rtl_433, rtmpdump, runc, rust, samba, sane_backends, sdl, seahorse, shadowsocks_libev, sngrep, snort, socat, sofia_sip, speex, spice, sqlite, squashfs, squid, sslh, stellarium, strongswan, stunnel, subversion, sudo, suricata, sylpheed, syslogng, sysstat, systemd, tar, tcpdump, tcpreplay, terminology, tesseract, thrift, thttpd, thunderbird, timescaledb, tinyproxy, tor, tpm2_tss, traceroute, transmission, trousers, twonky_server, u_boot, udisks, unbound, unixodbc, upx, util_linux, varnish, vim, vlc, vorbis_tools, vsftpd, webkitgtk, wget, wireshark, wolfssl, wpa_supplicant, xerces, xml2, xscreensaver, xwayland, yasm, zabbix, zchunk, zeek, zlib, znc, zsh, zstandard
INFO cve_bin_tool:cli.py:985 Number of language checkers: 10
INFO cve_bin_tool.VersionScanner:version_scanner.py:138 Language Checkers: Go, Java, Javascript, Perl, Php, Python, R, Ruby, Rust, Swift
INFO cve_bin_tool.CVEScanner:cve_scanner.py:285 79 CVE(s) in haxx.curl version 7.20.0
INFO cve_bin_tool:cli.py:1020 Overall CVE summary:
INFO cve_bin_tool:cli.py:1021 There are 1 products with known CVEs detected
INFO cve_bin_tool:cli.py:1032 Known CVEs in ('haxx.curl', '7.20.0'):
INFO cve_bin_tool.OutputEngine:__init__.py:1014 CSV report stored at /home/ycombinator/opensource/gsoc24/orgs/intel/cve-bin-tool/epss_probability.csv
INFO cve_bin_tool:cli.py:543 CVE Binary Tool v3.3rc2
INFO cve_bin_tool:cli.py:544 This product uses the NVD API but is not endorsed or certified by the NVD.
INFO cve_bin_tool.CVEDB:cvedb.py:222 Using cached CVE data (<24h old). Use -u now to update immediately.
INFO cve_bin_tool.CVEDB:cvedb.py:293 There are 274255 CVE entries in the database
I
I ran the following command to get the response back on stdout as well as redirect it to my log file. pytest tests/ --log-cli-level=INFO | tee pytest.log Is this output safe enough so that I can get going with my development phase? Thanks! ps. Here are the detailed logs: |
Hey @terriko, I have locally setup the system, ran the tests, read a whole case study of incorporating EPSS to cve-bin-tool from the previous gsoc'23 along with creating a small documentation PR which is here #3852. Can I please get some guidance on how should I get started with writing my project proposal? Thanks! |
Tips on applying and (if you scroll down a bit) on what we need in the proposal: https://python-gsoc.org/#apply
After that, what you want to do with your project proposal is...
|
@HamzaMateen I made it so people didn't have to scroll through your lengthy logs using Github's collapsed sections. Please use this if you need to post any really long logs to this thread in the future! Did you manage to get the 1170 tests passing? Those are fairly important: that's probably every single checker test failing, and the most common reason for that to happen is if your extracting code isn't working, which would absolutely mean your environment is not ready for working on a GSoC project. |
Quick reminders:
|
GSoC 2024 coding is now underway! Since applications are long over and our candidates have been selected, I'm going to go ahead and close this now. |
Hi @terriko, Can you please tell whether this project will be participating in GSoC'25? |
@rahulharpal1603 We're intending to apply! We won't know if we get in until Google makes their decisions, as usual. Applications don't even open until next week I think so we're not quite set up yet. |
I've set up this year's "start here" post here: |
CVE Binary Tool is hoping to participate in GSoC 2024 under the Python Software Foundation umbrella. We won't know if we've been accepted until Feburary 2024. You can view the GSoC 2024 dates and deadlines on Google's page This issue will be updated with more info as we know it.
About CVE Binary Tool
The CVE Binary Tool is a free, open source tool to help you find known vulnerabilities in software, using data from the National Vulnerability Database (NVD) list of Common Vulnerabilities and Exposures (CVEs).
The tool has two main modes of operation:
It is intended to be used as part of your continuous integration system to enable regular vulnerability scanning and give you early warning of known issues in your supply chain. We expect the SBOM use case to become a lot more popular as people who work with the US government start needing to provide SBOMs as a matter of course, starting in 2023.
Dates:
Project ideas:
Note that we're trying to give projects of a size that we think can be completed within the gsoc program, but if you're pretty skilled you may be able to finish these and have extra time: make sure to include some "stretch goals" of things you'd like to work on if you finish early.
Related:
Not all ideas will be viable because of the constraints of the program and the software, but all ideas are welcome for discussion on the brainstorming thread even if we can't make them into gsoc projects.
We currently expect to have only enough mentors for 1-2 GSoC contributors in 2024. If you're interested in mentoring please contact @terriko
Getting started:
(cut and pasted below)
It can be really overwhelming figuring out how to start in a new project, so here's some steps we recommend:
Getting Started:
/bin
directory usually yields some interesting results.Some potential first contributions:
We expect prospective GSoC students to have made at least one code contribution if they want their application to be considered, so now's a good time to get that going! You can ask for as much help as you need.
Got stuck?
You should ask GSoC questions on public issues and in public channels. Why? First, we need contributors who are comfortable working in the open, and if you can't do that now there's a good chance you will not get accepted to GSoC. Second, a lot of the questions people have are the same, sometimes because we haven't done a great job of explaining things -- asking in public makes sure everyone has access to the answer even if they didn't know to ask it yet.
After your first contribution:
If you want to keep practicing once you've got a first commit under your belt, here's some other stuff you could try:
Not so secret tips
We don't usually conduct interviews with our GSoC candidates, but we do take our interactions with you before GSoC into account when looking at your full application. Here's some things the mentors usually discuss after applications are in:
The text was updated successfully, but these errors were encountered: