Skip to content
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

CVE scan on cve-bin-tool's requirements and HTML report dependencies #1113

Merged
merged 38 commits into from
May 26, 2021

Commits on Mar 24, 2021

  1. CSV file for CVE input

    BreadGenie committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    563095f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    3f16c28 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Remove zstandard

    BreadGenie committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    5076b95 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    48f3445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24da964 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Add CSV for docs

    BreadGenie committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    307a675 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    d985fee View commit details
    Browse the repository at this point in the history
  2. Fix ModuleNotFound Error

    BreadGenie committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    311249d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    27b72a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9435cb View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Add newline

    BreadGenie committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    1cf198c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    40e4214 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d925d79 View commit details
    Browse the repository at this point in the history
  3. Update requirements_csv.py

    Co-authored-by: Dmitry Volodin <[email protected]>
    BreadGenie and Molkree authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    50bdcc9 View commit details
    Browse the repository at this point in the history
  4. Refactor code

    BreadGenie committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    a9eefb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    d9abc33 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    98e0973 View commit details
    Browse the repository at this point in the history
  2. Fix workflow

    BreadGenie committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    b518167 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d181e53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0825d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Remove nested function

    BreadGenie committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    eb00e33 View commit details
    Browse the repository at this point in the history
  2. Rerun CI

    BreadGenie committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    bbdd4d1 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    68f6fbd View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    758b227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a7c53a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec6bfe4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Refactor Code

    BreadGenie committed May 15, 2021
    Configuration menu
    Copy the full SHA
    8ddf147 View commit details
    Browse the repository at this point in the history
  2. Improve test case

    Cover cases for when csv file is not in sync with txt file and split the error messages for improved reading.
    BreadGenie committed May 15, 2021
    Configuration menu
    Copy the full SHA
    e567d81 View commit details
    Browse the repository at this point in the history
  3. Add single run of cve-bin-tool

    Add single run of cve-bin-tool to produce a cache folder properly and remove the check for cache directory.
    BreadGenie committed May 15, 2021
    Configuration menu
    Copy the full SHA
    524ad19 View commit details
    Browse the repository at this point in the history
  4. Format assert message

    BreadGenie committed May 15, 2021
    Configuration menu
    Copy the full SHA
    33ad437 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1a9cbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a58ea5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af9f6a6 View commit details
    Browse the repository at this point in the history
  8. Remove caching of the .csv file

    Save the .csv file to the root of the project directory instead of cache directory.
    BreadGenie committed May 15, 2021
    Configuration menu
    Copy the full SHA
    d7bd5fe View commit details
    Browse the repository at this point in the history
  9. Format with black

    BreadGenie committed May 15, 2021
    Configuration menu
    Copy the full SHA
    fa142d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    960cca8 View commit details
    Browse the repository at this point in the history
  11. Refactor code

    BreadGenie committed May 15, 2021
    Configuration menu
    Copy the full SHA
    bd04c17 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f0cec4f View commit details
    Browse the repository at this point in the history