Cve-bin-tool

Latest version: v3.3

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

3.1rc3

Not secure
**Full Changelog**: https://github.com/intel/cve-bin-tool/compare/v3.1rc2...v3.1rc3

3.1rc2

Not secure
Potentially the final release candidate for CVE Binary Tool 3.1. (Note the change in naming scheme to match the pip upload)

What's Changed
* fix: add None checks to run_java_checker by terriko in https://github.com/intel/cve-bin-tool/pull/1630
* docs: add link to offline guide, rearrange order by terriko in https://github.com/intel/cve-bin-tool/pull/1633
* test: add test for null byte in filename by terriko in https://github.com/intel/cve-bin-tool/pull/1635


**Full Changelog**: https://github.com/intel/cve-bin-tool/compare/v3.1.pre1...v3.1rc2

3.1.pre1

Second pre-release. This one has all features expected for release and will undergo some additional validation before final release.

What's Changed
* fix: python 3.10 DeprecationWarnings by rhythmrx9 in https://github.com/intel/cve-bin-tool/pull/1605
* test: disable test_01_nist_scrape in test_cvedb.py by rhythmrx9 in https://github.com/intel/cve-bin-tool/pull/1609
* fix: add dynamic version to egg_updater.py by BenL-github in https://github.com/intel/cve-bin-tool/pull/1606
* fix: mark cli.py as non-executable (fixes 1590) by xiongnemo in https://github.com/intel/cve-bin-tool/pull/1610
* feat: Modified format_checkers to add checker name to dictionary allow by yashugarg in https://github.com/intel/cve-bin-tool/pull/1571
* doc: typo and formatting fixes by Alienmaster in https://github.com/intel/cve-bin-tool/pull/1619
* ci: upgrade black (fixes 1621) by terriko in https://github.com/intel/cve-bin-tool/pull/1622
* fix: Sphinx update 1613 by Alienmaster in https://github.com/intel/cve-bin-tool/pull/1620
* doc: improved finndability for issue (1611) by MohitOhlyan in https://github.com/intel/cve-bin-tool/pull/1612
* fix: add explicit setuptools package config by terriko in https://github.com/intel/cve-bin-tool/pull/1625
* doc: improve limitations section (1496) by XDRAGON2002 in https://github.com/intel/cve-bin-tool/pull/1604
* feat: add support for VEX (Fixes 1570) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1583
* feat: extractor support for .pkg and .zst packages by yashugarg in https://github.com/intel/cve-bin-tool/pull/1580
* feat: Add XML schema validation (Fixes 1507) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1544
* fix: Remove reportlab from default install by terriko in https://github.com/intel/cve-bin-tool/pull/1626

New Contributors
* BenL-github made their first contribution in https://github.com/intel/cve-bin-tool/pull/1606
* xiongnemo made their first contribution in https://github.com/intel/cve-bin-tool/pull/1610
* Alienmaster made their first contribution in https://github.com/intel/cve-bin-tool/pull/1619
* MohitOhlyan made their first contribution in https://github.com/intel/cve-bin-tool/pull/1612

**Full Changelog**: https://github.com/intel/cve-bin-tool/compare/v3.1.pre0...v3.1.pre1

3.1.pre0

Pre-release for what will eventually be 3.1. There are a few PRs still in progress, and you can see what remains to be updated in the [3.1 milestone](https://github.com/intel/cve-bin-tool/milestone/7). The release notes below are auto-generated by GitHub.

What's Changed
* refactor(package-list-parser): remove csv path by BreadGenie in https://github.com/intel/cve-bin-tool/pull/1466
* feat: Add tests for cve_scanner (1450) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1456
* ci: fix `check-spelling` workflow by Molkree in https://github.com/intel/cve-bin-tool/pull/1471
* bug: Unzip failure requires user interaction (1473) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1479
* feat: Add support for WAR and EAR archive files (1474) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1478
* refactor: find SBOM product vendor (1477) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1481
* chore: update pre-commit config by github-actions in https://github.com/intel/cve-bin-tool/pull/1455
* bug: don't follow symlinks in archives (1475) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1486
* bug: Update pdf configuration parameters (1459) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1484
* Updated spelling.yml by XDRAGON2002 in https://github.com/intel/cve-bin-tool/pull/1495
* feat: use cve-bin-tool without Reportlab (Fixes 1464) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1485
* feat: Add offline command line option (1452) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1480
* doc: improve new contributor documentation by terriko in https://github.com/intel/cve-bin-tool/pull/1467
* ci: add filetype to allowed word list by terriko in https://github.com/intel/cve-bin-tool/pull/1497
* feat: Remove support for python 3.6 (1488) by XDRAGON2002 in https://github.com/intel/cve-bin-tool/pull/1498
* feat: added Libsrtp checker (1489) by XDRAGON2002 in https://github.com/intel/cve-bin-tool/pull/1500
* chore: added LGTM badges to readme (1380) by XDRAGON2002 in https://github.com/intel/cve-bin-tool/pull/1501
* feat: Add support for scanning Java packages (1463) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1476
* chore: update pre-commit config by github-actions in https://github.com/intel/cve-bin-tool/pull/1499
* test: Move NVD queries to LONG_TESTS due to rate limits (fixes 1509) by terriko in https://github.com/intel/cve-bin-tool/pull/1511
* chore: modify detected languages in github by terriko in https://github.com/intel/cve-bin-tool/pull/1508
* Gave output types its own subheading by DangerChamp in https://github.com/intel/cve-bin-tool/pull/1516
* test: Move backported fix tests to LONG_TESTS (1502) by XDRAGON2002 in https://github.com/intel/cve-bin-tool/pull/1512
* Moved --offline up to "Most popular usage options" by DangerChamp in https://github.com/intel/cve-bin-tool/pull/1514
* fix(cve_scanner): fix `canonical_convert` by Molkree in https://github.com/intel/cve-bin-tool/pull/1519
* Replace "Github" with "GitHub" by Aadityajoshi151 in https://github.com/intel/cve-bin-tool/pull/1532
* Correction by vkrm1612 in https://github.com/intel/cve-bin-tool/pull/1536
* feat: add NVD API key by terriko in https://github.com/intel/cve-bin-tool/pull/1529
* ci: remove NVD_API_KEY from CI because it isn't working by terriko in https://github.com/intel/cve-bin-tool/pull/1549
* fix: Only import pdftotext if installed (Fixes 1419) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1545
* doc: Publish FOSDEM 2022 slides (Fixes 1546) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1547
* fix: set default version for xml2 checker to UNKNOWN (Fixes 1517) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1524
* Updated so it shows the correct versions of Python by DangerChamp in https://github.com/intel/cve-bin-tool/pull/1515
* doc: keep pdftotext windows install instructions (partial revert 1515) by terriko in https://github.com/intel/cve-bin-tool/pull/1550
* doc: add info on syncing to origin/main and rebasing by terriko in https://github.com/intel/cve-bin-tool/pull/1540
* test(available-fix): mock cve data by BreadGenie in https://github.com/intel/cve-bin-tool/pull/1513
* CI: Add bandit to pre-commit (fixes 1110) by terriko in https://github.com/intel/cve-bin-tool/pull/1523
* doc: fix incorrect hyperlink (Fixes 1553) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1554
* ci: split CI into separate files by Molkree in https://github.com/intel/cve-bin-tool/pull/1552
* feat: improve locality of defaults (1352) by XDRAGON2002 in https://github.com/intel/cve-bin-tool/pull/1560
* doc: Add details on language specific checking (Fixes 1551) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1561
* refactor: replace pkg_resources with importlib (1521) by XDRAGON2002 in https://github.com/intel/cve-bin-tool/pull/1542
* changed windows_tests timeout-minutes to 30 by shoneriki in https://github.com/intel/cve-bin-tool/pull/1576
* refactor: migrate from urllib to requests by BreadGenie in https://github.com/intel/cve-bin-tool/pull/1569
* feat: Add support for Javascript package scanning (Fixes 1453) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/1548
* New checker: gnome librsvg by yashugarg in https://github.com/intel/cve-bin-tool/pull/1533
* refactor: add type hints in util.py by rhythmrx9 in https://github.com/intel/cve-bin-tool/pull/1572
* ci(pre-commit): add gitlint by BreadGenie in https://github.com/intel/cve-bin-tool/pull/1573
* feat: added libseccomp checker by yashugarg in https://github.com/intel/cve-bin-tool/pull/1556
* ci: run bandit on test code by rhythmrx9 in https://github.com/intel/cve-bin-tool/pull/1579
* feat(checker): libebml checker by rhythmrx9 in https://github.com/intel/cve-bin-tool/pull/1559
* feat(checker): libsolv checker by rhythmrx9 in https://github.com/intel/cve-bin-tool/pull/1562
* ci: switch format_checker to run in ci by rhythmrx9 in https://github.com/intel/cve-bin-tool/pull/1593
* fix: asyncio warnings (1558) by XDRAGON2002 in https://github.com/intel/cve-bin-tool/pull/1592
* fix: windows helper script test (1264) by XDRAGON2002 in https://github.com/intel/cve-bin-tool/pull/1594
* refactor: add type hints in version_scanner.py by rhythmrx9 in https://github.com/intel/cve-bin-tool/pull/1581
* chore: update pre-commit config by github-actions in https://github.com/intel/cve-bin-tool/pull/1566
* refactor: add type hints in strings.py and file.py by rhythmrx9 in https://github.com/intel/cve-bin-tool/pull/1565
* feat: find common strings in CONTAINS_PATTERNS from helper_scripts.py by rhythmrx9 in https://github.com/intel/cve-bin-tool/pull/1586
* feat: retry if NVD API Key is invalid by terriko in https://github.com/intel/cve-bin-tool/pull/1574
* ci: run gitlint on PR title by rhythmrx9 in https://github.com/intel/cve-bin-tool/pull/1597
* fix: entry point error (1323) by XDRAGON2002 in https://github.com/intel/cve-bin-tool/pull/1601

New Contributors
* XDRAGON2002 made their first contribution in https://github.com/intel/cve-bin-tool/pull/1495
* DangerChamp made their first contribution in https://github.com/intel/cve-bin-tool/pull/1516
* Aadityajoshi151 made their first contribution in https://github.com/intel/cve-bin-tool/pull/1532
* vkrm1612 made their first contribution in https://github.com/intel/cve-bin-tool/pull/1536
* shoneriki made their first contribution in https://github.com/intel/cve-bin-tool/pull/1576
* yashugarg made their first contribution in https://github.com/intel/cve-bin-tool/pull/1533
* rhythmrx9 made their first contribution in https://github.com/intel/cve-bin-tool/pull/1572

**Full Changelog**: https://github.com/intel/cve-bin-tool/compare/v3.0...v3.1.pre0

3.0

Not secure
The CVE Binary Tool 3.0 release includes improved tools for checking known lists of packages including Linux distributions, improved methods of communication with NVD to get vulnerability data, additional checkers, and significant refactoring to streamline the output.

New feature highlights:
* **SBOM Scanning**: CVE Binary Tool can now take Software Bill of Materials (SBOM) files to help users improve their supply chain security data for all known dependencies. The initial feature can handle some versions of SPDX, CycloneDX and SWID formats. More information on SBOM scanning can be found here: https://github.com/intel/cve-bin-tool/blob/main/doc/how_to_guides/sbom.md
* **Known vulnerability information**: Users scanning some linux distro packages can now get additional information about fixes available for those platforms.
* **Vulnerability Data**: The default method for getting NVD vulnerability lists has been changed. Previously we downloaded full yearly JSON files if anything in the year had changed, the new API allows us to get only the latest changes. Users may see a speedup during the update phase as a result.
* **(Breaking change) Return codes:** The return codes used by CVE Binary Tool have changed.
* A 0 will be returned if no CVEs are found, a 1 will be returned if any CVEs were found (no matter how many), and codes 2+ indicate operational errors. A full list of error codes is available here: https://github.com/intel/cve-bin-tool/blob/main/cve_bin_tool/error_handler.py
* Previously we returned the number of CVEs found, but this could exceed the expected range for return codes and cause unexpected behaviour.

Thanks especially to our 2021 GSoC students, BreadGenie, imsahil007 and peb-peb whose final GSoC contributions are part of this release.

A full list of changes are below. Commit messages use the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.

3.0.pre1

Pre-release for what will hopefully be 3.0. The release notes below are auto-generated by github and it looks like it went a bit too far back in its comparison, but I'm sharing it so everyone can see what the auto-generated output looks like.

What's Changed
* remove unnecessary print debug statement (fixes 260) by terriko in https://github.com/intel/cve-bin-tool/pull/264
* Enable ffmpeg signature check (fixes 257) by terriko in https://github.com/intel/cve-bin-tool/pull/265
* Updated link for "List of currently available checkers" by Purvanshsingh in https://github.com/intel/cve-bin-tool/pull/278
* Github actions experiments by terriko in https://github.com/intel/cve-bin-tool/pull/279
* Bug 1 fix based on pdxjohnny's new nvd code by terriko in https://github.com/intel/cve-bin-tool/pull/277
* Fix openssh version not found issue, improve version error handling. by terriko in https://github.com/intel/cve-bin-tool/pull/275
* Unify Logging by PrajwalM2212 in https://github.com/intel/cve-bin-tool/pull/276
* Add ffmpeg tests by sbs2001 in https://github.com/intel/cve-bin-tool/pull/283
* string confusion solved by Purvanshsingh in https://github.com/intel/cve-bin-tool/pull/284
* Reintroduce quiet mode by PrajwalM2212 in https://github.com/intel/cve-bin-tool/pull/290
* Add icu file test by PrajwalM2212 in https://github.com/intel/cve-bin-tool/pull/293
* Set default log level by PrajwalM2212 in https://github.com/intel/cve-bin-tool/pull/294
* test_nss_rpm_3_26_2 needs replacement 295 solution by k-udupa2000 in https://github.com/intel/cve-bin-tool/pull/298
* Update kerberos checker to say kerberos5 since nvd has changed by terriko in https://github.com/intel/cve-bin-tool/pull/302
* Revert "Update kerberos checker to say kerberos5 since nvd has change… by terriko in https://github.com/intel/cve-bin-tool/pull/303
* Disable kerberos tests temporarily due to 301 by terriko in https://github.com/intel/cve-bin-tool/pull/304
* Remove 2.7 from supported versions by terriko in https://github.com/intel/cve-bin-tool/pull/299
* Speed testing LONG_TESTS on GitHub Actions by terriko in https://github.com/intel/cve-bin-tool/pull/308
* sync cache and database update by PrajwalM2212 in https://github.com/intel/cve-bin-tool/pull/309
* gnutls file test added for version 2.3.11 by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/311
* Use sys.stout.encoding instead of utf-8 Fixes 258 by terriko in https://github.com/intel/cve-bin-tool/pull/316
* Checkers printing twice solved by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/318
* Improve kerberos checker (fixes 301) by terriko in https://github.com/intel/cve-bin-tool/pull/313
* Improve icu checker. fixes 305 by terriko in https://github.com/intel/cve-bin-tool/pull/315
* update checkers example for cvedb by terriko in https://github.com/intel/cve-bin-tool/pull/319
* Clean up unused and broken tests. by terriko in https://github.com/intel/cve-bin-tool/pull/323
* Add test for skips flag by PrajwalM2212 in https://github.com/intel/cve-bin-tool/pull/327
* Fix final_log to check only the skip line by terriko in https://github.com/intel/cve-bin-tool/pull/330
* Make build status badge link to /actions page by terriko in https://github.com/intel/cve-bin-tool/pull/333
* Mention csv2cve earlier in the readme by terriko in https://github.com/intel/cve-bin-tool/pull/335
* Test for update flag by PrajwalM2212 in https://github.com/intel/cve-bin-tool/pull/328
* Added Bluez Binary tests by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/339
* Test some overly long version strings by terriko in https://github.com/intel/cve-bin-tool/pull/337
* Minor improvements to csv2cve tests by terriko in https://github.com/intel/cve-bin-tool/pull/336
* Support runs option by PrajwalM2212 in https://github.com/intel/cve-bin-tool/pull/338
* Mark the json schema test as a long test (because it really is) by terriko in https://github.com/intel/cve-bin-tool/pull/341
* Fix deprecation warning in test_csv2cve by shreyamalviya in https://github.com/intel/cve-bin-tool/pull/343
* Updated regex_find in utils.py and all the checkers using it by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/331
* Systemd checker improvements by terriko in https://github.com/intel/cve-bin-tool/pull/344
* Output filename when warning about version UNKNOWN by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/348
* Added filename in UNKNOWN version warning by param211 in https://github.com/intel/cve-bin-tool/pull/347
* Add version option by PrajwalM2212 in https://github.com/intel/cve-bin-tool/pull/350
* Add additional version-finding advice for writing checkers by terriko in https://github.com/intel/cve-bin-tool/pull/355
* Added Python checker by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/353
* Add Berkeleydb checker (Fixes 28) by terriko in https://github.com/intel/cve-bin-tool/pull/219
* Test for version unknown warning message by terriko in https://github.com/intel/cve-bin-tool/pull/351
* Added unittest for package: sqlite3 and version: 3.30.1 by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/356
* Added test for openssl-1.1.1d by param211 in https://github.com/intel/cve-bin-tool/pull/358
* Enable test_sample_csv by terriko in https://github.com/intel/cve-bin-tool/pull/359
* Add python 3.8.2 rpm test by terriko in https://github.com/intel/cve-bin-tool/pull/360
* Improve help text by terriko in https://github.com/intel/cve-bin-tool/pull/362
* Make quiet mode actually quiet by terriko in https://github.com/intel/cve-bin-tool/pull/363
* Test on windows in github actions by terriko in https://github.com/intel/cve-bin-tool/pull/365
* Remove separate run of helper file test_definitions.py by terriko in https://github.com/intel/cve-bin-tool/pull/371
* test: Rename test_definitions to utils by pdxjohnny in https://github.com/intel/cve-bin-tool/pull/373
* Use pytest parametrize by PrajwalM2212 in https://github.com/intel/cve-bin-tool/pull/366
* added pytest to requirements.txt by abhaykatheria in https://github.com/intel/cve-bin-tool/pull/379
* Unify strings formatting by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/375
* Update required python version to be 3.6+ by terriko in https://github.com/intel/cve-bin-tool/pull/381
* Fix failing long tests by PrajwalM2212 in https://github.com/intel/cve-bin-tool/pull/378
* Update documentation in preparation for 1.0 release by ananthan-123 in https://github.com/intel/cve-bin-tool/pull/367
* Update cvedb.py by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/393
* Update curl.py to fix the bug represented in the Issue 385 by bigbird555 in https://github.com/intel/cve-bin-tool/pull/395
* Remove double-bracket by terriko in https://github.com/intel/cve-bin-tool/pull/404
* icu documentation updated. by ananthan-123 in https://github.com/intel/cve-bin-tool/pull/401
* Fixes 384 by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/406
* Update curl.py by bigbird555 in https://github.com/intel/cve-bin-tool/pull/407
* Add checker vs filename test function by terriko in https://github.com/intel/cve-bin-tool/pull/387
* Fix filename check in Python by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/396
* Update manual.md by ananthan-123 in https://github.com/intel/cve-bin-tool/pull/415
* fixed "package" instead of "product" for csv2cve. by ananthan-123 in https://github.com/intel/cve-bin-tool/pull/416
* Unified output by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/410
* Update documentation. by ananthan-123 in https://github.com/intel/cve-bin-tool/pull/420
* fixed:nvd data mismatch results in critical error by ananthan-123 in https://github.com/intel/cve-bin-tool/pull/421
* Add filename checker tests for openssh & fix filename check ordering by hur in https://github.com/intel/cve-bin-tool/pull/422
* Fix Version not found error by PrajwalM2212 in https://github.com/intel/cve-bin-tool/pull/431
* Add basic json output by mariuszskon in https://github.com/intel/cve-bin-tool/pull/418
* Move version file to the package by PrajwalM2212 in https://github.com/intel/cve-bin-tool/pull/440
* Added Bluez file test. Also Updated checker. by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/437
* Revert "Added Bluez file test. Also Updated checker." by terriko in https://github.com/intel/cve-bin-tool/pull/441
* Make bluez checker work for "contains" by terriko in https://github.com/intel/cve-bin-tool/pull/442
* Update python.py by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/446
* JSON out_file formatted by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/448
* Add -v to pytest so we can see the list of tests run by terriko in https://github.com/intel/cve-bin-tool/pull/450
* Added ".idea" and "/venv/" by param211 in https://github.com/intel/cve-bin-tool/pull/459
* Add contains functionality in gnults.py by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/456
* Use the `-o` flag to specify the filename by mariuszskon in https://github.com/intel/cve-bin-tool/pull/425
* Add test for output_csv in OutputEngine by mariuszskon in https://github.com/intel/cve-bin-tool/pull/458
* Make openssh checker work for "contains" by param211 in https://github.com/intel/cve-bin-tool/pull/453
* Fixed:Broken checkers cause CI to hang indefinitely by ananthan-123 in https://github.com/intel/cve-bin-tool/pull/462
* wrong test file name in README.md by utkarsh261 in https://github.com/intel/cve-bin-tool/pull/469
* Add new checker for bzip2 by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/468
* Add test using real files for gnutls by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/484
* several optimization in cvedb and csv2cve files and fixes issue 413 by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/477
* Add test using real files for openssh by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/482
* Fix usage of subprocess in extractor.py by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/479
* add gstreamer checker by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/491
* add binutils checker by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/494
* Add ncurses checker by param211 in https://github.com/intel/cve-bin-tool/pull/466
* Added codecov to Github Actions file by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/487
* ci: Use checkout action v2 by pdxjohnny in https://github.com/intel/cve-bin-tool/pull/500
* Allow codecov to fail without blocking CI by terriko in https://github.com/intel/cve-bin-tool/pull/507
* Changed Version argument from -v to -V by ableabhinav in https://github.com/intel/cve-bin-tool/pull/502
* Add hostapd checker by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/506
* Add test using real files for bzip2 by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/504
* Add strongswan checker by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/501
* fix test_skips, test_runs and test_unknown in test_cli.py are not working on windows by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/480
* Add checker for rsyslog by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/508
* Add nginx checker by param211 in https://github.com/intel/cve-bin-tool/pull/516
* Add syslog-ng checker by param211 in https://github.com/intel/cve-bin-tool/pull/517
* Add varnish checker by param211 in https://github.com/intel/cve-bin-tool/pull/518
* Add test using real files for zlib by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/531
* Add curl filename checker test by AkechiShiro in https://github.com/intel/cve-bin-tool/pull/539
* fix test_scanner accidentally storing previous cves by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/510
* modify syslog-ng real binary url by param211 in https://github.com/intel/cve-bin-tool/pull/543
* Disable zlib 1.2.8 ubuntu test which is failing by terriko in https://github.com/intel/cve-bin-tool/pull/545
* Add test using real files for tiff by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/512
* Console Output Updated : (Safety like output) by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/530
* Updated Readme.md and CSV2CVE.md by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/555
* Add test using real files for expat by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/511
* Add test using real files for xml2 by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/515
* Add checker for wireshark by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/513
* Add checker for postgresql by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/527
* Add checker for cups by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/529
* Add test using real files for libgcrypt by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/540
* Add test using real files for png by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/533
* Add test using real files for sqlite by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/549
* Add test using real files for python by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/550
* add nessus checker by param211 in https://github.com/intel/cve-bin-tool/pull/523
* test: Temporarly remove node filetest by pdxjohnny in https://github.com/intel/cve-bin-tool/pull/559
* Fixe download link for varnish filetest by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/563
* tests: nss filetests for fedora by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/557
* Fixed Binutils.py showing fasle positives by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/565
* Fix Node Download link by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/564
* Add curl 7.65.0 signature & mapping test by AkechiShiro in https://github.com/intel/cve-bin-tool/pull/544
* Added tests for python2.7, since a lot of projects still use this version by ableabhinav in https://github.com/intel/cve-bin-tool/pull/548
* Version package data fix by pdxjohnny in https://github.com/intel/cve-bin-tool/pull/570
* Add lighttpd checker by param211 in https://github.com/intel/cve-bin-tool/pull/514
* Better console conventions - decouple console format logic from output formatting, ensure stdout is for output only by mariuszskon in https://github.com/intel/cve-bin-tool/pull/473
* flatten output of json and refactored output engine code by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/551
* Fix lighttpd filename by terriko in https://github.com/intel/cve-bin-tool/pull/574
* Added CVE Bin tool to the Console output by nitishsaini706 in https://github.com/intel/cve-bin-tool/pull/571
* fixed test_string, test_extract and test_checker on Windows by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/535
* Temporarily disable failing tests by terriko in https://github.com/intel/cve-bin-tool/pull/579
* Fixes ffmpeg link for ubuntu and added lighttpd for suse by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/582
* Remove codecov checks from short tests by terriko in https://github.com/intel/cve-bin-tool/pull/578
* Fix: only run longtests when new checkers get added by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/581
* Add checker for openswan by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/583
* Fix syslog-ng longtest by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/587
* Up long tests timeout to 45 min (from 30) by terriko in https://github.com/intel/cve-bin-tool/pull/592
* CSV2CVE now uses OutputEngine To generate output by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/561
* updated csv2cve documentation by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/593
* Improve handling if LONG_TESTS not set by terriko in https://github.com/intel/cve-bin-tool/pull/591
* updated links for failing tests by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/600
* improved_coverage for output_engine by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/603
* Fix syslog-ng file test by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/602
* updated banner by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/604
* improved coverage for varnish by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/601
* improved coverage for python by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/599
* improved Coverage for gnutls by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/598
* Improved coverage for bzip2 by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/597
* fix zlib and lighttpd long tests by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/595
* update manual.md by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/612
* Fix lighttpd file test by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/611
* Switch back to .cache/cve-bin-tool by terriko in https://github.com/intel/cve-bin-tool/pull/609
* add test for quiet mode by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/586
* cvedb: Store NVD JSON files gzip compressed by pdxjohnny in https://github.com/intel/cve-bin-tool/pull/637
* Removed second lighttpd 1.4.54 test by terriko in https://github.com/intel/cve-bin-tool/pull/639
* Update documentation for 1.0 release by terriko in https://github.com/intel/cve-bin-tool/pull/640
* Improved coverage for libgcrypt by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/625
* improved coverage for tiff by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/631
* improved coverage for zlib by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/613
* Improved Coverage for cups by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/614
* test: ncurses filetest for centos and improved coverage by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/618
* improved coverage hostapd by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/621
* Faster native solution for string parsing and removed parser for python2 by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/649
* remove string.c from the package. by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/655
* fix cli.py for new strings implementation by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/658
* Make checkers use object oriented paradigm by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/656
* Include pre-commit for black in contributor info by terriko in https://github.com/intel/cve-bin-tool/pull/660
* fix gnutls-serv and symlink error in windows by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/664
* Add checker for openvpn by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/654
* Added checkers to test_scanner by aanchal-n in https://github.com/intel/cve-bin-tool/pull/588
* Html report Stage 1 Task 1 ( Probabbly don't want to merge ) by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/670
* Add checker for polarssl by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/589
* fixes many issues with extractor by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/674
* add egg updater script which fixes pytest initialization issue by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/672
* Reorganize tests by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/675
* Various improvements by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/653
* Fix binutils false positives (fixes 677) by terriko in https://github.com/intel/cve-bin-tool/pull/678
* Add checker for openafs by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/679
* Add checker for busybox by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/680
* updated syslog-ng checker by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/682
* Normalizing imports by sakshatshinde in https://github.com/intel/cve-bin-tool/pull/683
* Indented binutils binary file by kritirikhi in https://github.com/intel/cve-bin-tool/pull/685
* parallelize pytest to reduce testing time. by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/687
* Formatted outputengine for better code readibilty by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/688
* Add checker for radare2 by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/693
* Add checker for dovecot by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/691
* Removed python2 import dependency from cli.py by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/690
* Internationalized cve binary tool. by ananthan-123 in https://github.com/intel/cve-bin-tool/pull/572
* Improve test names for mapping/product detection by terriko in https://github.com/intel/cve-bin-tool/pull/695
* Add additional command line parameters to CSV2CVE (689) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/699
* Correct report time (700) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/701
* Corrected the generate_filename function by kritirikhi in https://github.com/intel/cve-bin-tool/pull/706
* Divided Report in samller components and updated the output_html function by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/704
* Split cli.py into cli.py and scanner.py by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/696
* Removed Python2 dependency from sqlite by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/718
* checkers: python: Remove print statement by pdxjohnny in https://github.com/intel/cve-bin-tool/pull/725
* Add checker for gimp by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/726
* Updated Cvedb.py to store summary data by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/705
* Add checker for bash by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/728
* Add checker for freeradius by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/724
* Add filtering on CVE severity and CVSS score (730) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/731
* Asynchronous extractor module by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/741
* Remove compiler dependency: added new mapping test data format by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/716
* Group documentation in doc/ directory by terriko in https://github.com/intel/cve-bin-tool/pull/743
* Check for the latest version before scanning. by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/719
* Added asynchronous strings and improved extractor by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/746
* Add checker for haproxy by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/747
* Add checker for libvirt by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/748
* Remove old travis config by terriko in https://github.com/intel/cve-bin-tool/pull/744
* Add checker for icecast by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/749
* Added support for HTML reports by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/742
* Updated Latest Checkers added and their Test data by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/753
* Add checker for irssi by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/755
* Add checker for memcached by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/756
* Added Support for Coloured Console Output by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/754
* Asynchronous File module added by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/751
* Fix test to verify cpio command success by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/767
* package and module now uses Product as their name. by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/759
* Added asynchronous cvedb module. by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/758
* Removed from __future__ import print by imsahil007 in https://github.com/intel/cve-bin-tool/pull/763
* Added Vendor in Console, CSV and JSON output by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/765
* parallelize test_json by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/772
* Add checker for avahi by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/774
* Skip invalid files without halting scan (Fixes 651) by terriko in https://github.com/intel/cve-bin-tool/pull/760
* Added Input Engine with triage functionality by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/777
* Full specific path to the file by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/791
* Add checker for glibc by imsahil007 in https://github.com/intel/cve-bin-tool/pull/782
* Add checker for bind by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/784
* Add checker for libarchive by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/785
* Fix problem with escape sequence in strings of test_false_positive function. by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/795
* Contains strings by default include version strings by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/794
* remove legacy_windows console option by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/797
* remove glibc from false positive string list since we now have checker for that. by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/812
* Add checker for samba by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/775
* Update out of tree checker by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/773
* Added unknown vendor, product case in cve_scanner by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/801
* several small improvements in cve_scanner by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/811
* improve false positive test failure message by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/813
* Update dev tree version to be 1.1 by terriko in https://github.com/intel/cve-bin-tool/pull/817
* [Part 1] Improved error handling with beautiful trace and exit code in cli, input_engine and cvedb by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/798
* Refactored Outputengine by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/790
* Add checker for openldap by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/815
* OutputEngine: Fix generate_filename args signature by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/829
* cli: Allow user to update database with `-u now` option without having to specify directory and several small fixes by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/837
* OutputEngine: Modernize error handling by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/828
* Add mariadb checker by imsahil007 in https://github.com/intel/cve-bin-tool/pull/835
* Add checker for netpbm by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/836
* Run CI for 3.6 and 3.7 synchronously. by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/841
* Improved error handling and readability of extractor by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/826
* Update setup script dependencies and package data by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/838
* Added Support for custom theme in HTML Reports. by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/843
* Added resizeGraph function to speed up the HTML Report by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/844
* Input: comment and severity support by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/827
* Extractor: Added support for wheel and egg archive by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/820
* Fix openssl bug that is causing CI failure by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/848
* freeze requirements for rich to 4.0.0 by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/851
* Quiet Mode should not generate any output by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/830
* Add checker for tcpdump by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/850
* Updated the info msg in version checker by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/849
* Add checker for qt by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/842
* Add mysql checker by imsahil007 in https://github.com/intel/cve-bin-tool/pull/840
* Added Config file support by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/846
* Add check for database schema and update if required (805) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/833
* Added File Paths for product. Supported Output Formats -- CSV, JSON (soon HTML) by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/847
* removed VERSION_PATTERNS from CONTAINS_PATTERNS by imsahil007 in https://github.com/intel/cve-bin-tool/pull/858
* Added path in HTML Report by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/861
* Update Documentation for config and input engine by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/857
* Fixes path problem for InputEngine and reduce complexity of CVEScanner by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/860
* test_checker: remove unnecessary comments and use pytest instead of unittest by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/863
* CONTAINS_PATTERNS for glibc was common for all GNU programs by imsahil007 in https://github.com/intel/cve-bin-tool/pull/869
* linkify CVEs by willmcgugan in https://github.com/intel/cve-bin-tool/pull/865
* OutputEngine: filename generation bug fix by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/871
* CVEScanner: short circuit path updation logic if product already scanned. by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/870
* Docstring update for render_cves and group_cve_by_remark by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/872
* Produce error if signature of cve_scanner change by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/875
* Documentation: Add how to guides by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/864
* Improved ErrorHandler and Migrated to Google style docstring. by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/880
* Added Print Mode by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/879
* tests for checkers in checkers README by imsahil007 in https://github.com/intel/cve-bin-tool/pull/878
* update requirements and setup script by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/884
* Prepare docs for ReadTheDocs by terriko in https://github.com/intel/cve-bin-tool/pull/886
* Add read the docs config by terriko in https://github.com/intel/cve-bin-tool/pull/887
* Set index document to index instead of contents by terriko in https://github.com/intel/cve-bin-tool/pull/888
* Force requirements.txt for sphinx / readthedocs by terriko in https://github.com/intel/cve-bin-tool/pull/889
* CI: Cache database and python packages to improve speed by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/885
* Removed Unused imports by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/893
* Remove unused imports and variables by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/882
* Update filename reported for UNKNOWN library by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/898
* Return sorted list of product, version tuples by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/900
* Updated Example HTML report by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/892
* Documentation: Offline usage guide by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/883
* Added subversion checker by imsahil007 in https://github.com/intel/cve-bin-tool/pull/866
* add -e --exclude arument for excluding path by imsahil007 in https://github.com/intel/cve-bin-tool/pull/876
* Checkers documentation by SaurabhK122 in https://github.com/intel/cve-bin-tool/pull/862
* Added example yml to run CVE Binary Tool in github actions by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/894
* CVEDB: Fix bug in database location by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/901
* Print friendly Version of HTML report by SinghHrmn in https://github.com/intel/cve-bin-tool/pull/895
* Add how to doc on running multiple copies of cve-bin-tool by terriko in https://github.com/intel/cve-bin-tool/pull/904
* cvedb will scrap data now by imsahil007 in https://github.com/intel/cve-bin-tool/pull/908
* Change default for extraction from archives (786) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/907
* Remove bluez checker by imsahil007 in https://github.com/intel/cve-bin-tool/pull/914
* Fixed link to user manual in README.md by chaitanyamogal in https://github.com/intel/cve-bin-tool/pull/917
* cvedb: Create aiohttp ClientSession with trust_env=True by pdxjohnny in https://github.com/intel/cve-bin-tool/pull/923
* Update URL for test data files (921) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/924
* Add tests for CVSS and Severity options (740) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/919
* Improve reporting of empty CVE database (918) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/928
* update-README.md by Rahul2044 in https://github.com/intel/cve-bin-tool/pull/931
* Skipping CAB extract test in GitHub Actions by terriko in https://github.com/intel/cve-bin-tool/pull/937
* Version bump to 2.0a for upcoming 2.0 alpha release by terriko in https://github.com/intel/cve-bin-tool/pull/938
* CVEDB: Fix index and primary key by Niraj-Kamdar in https://github.com/intel/cve-bin-tool/pull/902
* new checker - gcc by Rahul2044 in https://github.com/intel/cve-bin-tool/pull/926
* Update Readme file by imsahil007 in https://github.com/intel/cve-bin-tool/pull/935
* Fix LGTM issues by pdxjohnny in https://github.com/intel/cve-bin-tool/pull/934
* Move indexing back to init for performance by terriko in https://github.com/intel/cve-bin-tool/pull/942
* Replace gimp test that is failing in GitHub Actions by terriko in https://github.com/intel/cve-bin-tool/pull/943
* Disable gimp osuosl test which is not working in Github Actions by terriko in https://github.com/intel/cve-bin-tool/pull/949
* Add gcc,gcc to vendor/product for gcc checker by Wicked7000 in https://github.com/intel/cve-bin-tool/pull/944
* Updated URL to issue page by chaitanyamogal in https://github.com/intel/cve-bin-tool/pull/946
* Typo fixed in README by chaitanyamogal in https://github.com/intel/cve-bin-tool/pull/947
* Fixed some typos in CONTRIBUTORS.md by chaitanyamogal in https://github.com/intel/cve-bin-tool/pull/948
* added gcc to available checker' list in the readme by Rahul2044 in https://github.com/intel/cve-bin-tool/pull/945
* update readthedocs -format checker list table by imsahil007 in https://github.com/intel/cve-bin-tool/pull/950
* fixed typo in MANUAL.md by chaitanyamogal in https://github.com/intel/cve-bin-tool/pull/951
* Update sphinx add --exclude and move -x to deprecated by imsahil007 in https://github.com/intel/cve-bin-tool/pull/941
* Remove erroneous log output (952) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/958
* Small doc fixes in prepration for 2.0 by terriko in https://github.com/intel/cve-bin-tool/pull/959
* Pr 956 by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/961
* Further details for offline environments (955) by anthonyharrison in https://github.com/intel/cve-bin-tool/pull/960
* Add readthedocs documentation link in readme by imsahil007 in https://github.com/intel/cve-bin-tool/pull/940
* Move multiscan guide, tidy up indices in older documentation by terriko in https://github.com/intel/cve-bin-tool/pull/963
* Fixed Table in --input-file section on readthedocs by chaitanyamogal in https://github.com/intel/cve-bin-tool/pull/969

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.