Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: intel/cve-bin-tool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: intel/cve-bin-tool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.1_candidate
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    75dbefc View commit details
    Browse the repository at this point in the history
  2. fix: allow extractraction on all files to fail (#1285)

    * fixes #1281
    * Related to #1181 
    
    Changes in #1181 to check return codes made it so that cve-bin-tool failed if any file did not extract correctly. 
    
    This changes the default so that failures during extraction are logged but do not halt the scan.  Error messages are not logged when the file extension is .exe because users found those confusing (cve-bin-tool tries to unzip all .exe files in case they are self-extracting zipfiles, but many are not)
    
    Signed-off-by: Terri Oda <[email protected]>
    terriko committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    15f205e View commit details
    Browse the repository at this point in the history
  3. Version updated to 2.2.1

    terriko committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    7e7c215 View commit details
    Browse the repository at this point in the history
Loading