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

feat: Utilize NVD API #5978

Merged
merged 66 commits into from
Nov 21, 2023
Merged

feat: Utilize NVD API #5978

merged 66 commits into from
Nov 21, 2023

Commits on Sep 28, 2023

  1. feat: utilize NVD API

    jeremylong committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4c26404 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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

Commits on Oct 8, 2023

  1. feat: NVD API data feed

    jeremylong committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    9681868 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5975a8a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. fix: compiler error

    jeremylong committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5d1120d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3668bfc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. chore: remove dead code

    jeremylong committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    21c3663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6bdcc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf0ea0c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

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

Commits on Oct 15, 2023

  1. style: auto-format update

    jeremylong committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    311f034 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    8283c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e79480f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94e983e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2af3e0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1fce94 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Oct 21, 2023

  1. fix: copy/paste error

    jeremylong committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    fb1aeb4 View commit details
    Browse the repository at this point in the history
  2. fix: update data directory

    jeremylong committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    63b5520 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c26501c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    254bb63 View commit details
    Browse the repository at this point in the history
  5. fix: remove unused import

    jeremylong authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    38888a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f025035 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36866a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    af27f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c025d54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    536de8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67b793c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8145910 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb3e5e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24edabc View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. fix: wip

    jeremylong committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    fc8350c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174835a View commit details
    Browse the repository at this point in the history
  3. fix: update properties

    jeremylong committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    58d64b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. chore: testing

    jeremylong committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    69f6b9f View commit details
    Browse the repository at this point in the history
  2. fix: release memory

    jeremylong committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    a5e6861 View commit details
    Browse the repository at this point in the history
  3. fix: improve reporting

    jeremylong committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    6b64165 View commit details
    Browse the repository at this point in the history
  4. chore: remove debug code

    jeremylong committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    0621b48 View commit details
    Browse the repository at this point in the history
  5. fix: adjust time

    jeremylong committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    5060a93 View commit details
    Browse the repository at this point in the history
  6. fix: checkstyle

    jeremylong committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    b504f4b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

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

Commits on Nov 8, 2023

  1. fix: improve code

    Co-authored-by: Hans Aikema <[email protected]>
    jeremylong and aikebah authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    09fc658 View commit details
    Browse the repository at this point in the history
  2. fix: cleaner code

    Co-authored-by: Hans Aikema <[email protected]>
    jeremylong and aikebah authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    df6af4a View commit details
    Browse the repository at this point in the history
  3. fix: code cleanup

    Co-authored-by: Hans Aikema <[email protected]>
    jeremylong and aikebah authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d8e06e0 View commit details
    Browse the repository at this point in the history
  4. docs: fix javadoc

    Co-authored-by: Hans Aikema <[email protected]>
    jeremylong and aikebah authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    fe26dab View commit details
    Browse the repository at this point in the history
  5. docs: fix javadoc

    Co-authored-by: Hans Aikema <[email protected]>
    jeremylong and aikebah authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8711bac View commit details
    Browse the repository at this point in the history
  6. fix: code cleanup

    Co-authored-by: Hans Aikema <[email protected]>
    jeremylong and aikebah authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4c4f957 View commit details
    Browse the repository at this point in the history
  7. fix: remove unused code

    jeremylong committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    bad5eab View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    dd729d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c973dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99280ab View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. fix: exception handling

    never thrown
    
    Co-authored-by: Hans Aikema <[email protected]>
    jeremylong and aikebah authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    4928857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cacc48 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. docs: fix javadoc

    Co-authored-by: Hans Aikema <[email protected]>
    jeremylong and aikebah authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    f51a6c9 View commit details
    Browse the repository at this point in the history
  2. fix: use the correct timezone

    Co-authored-by: Hans Aikema <[email protected]>
    jeremylong and aikebah authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    1e38434 View commit details
    Browse the repository at this point in the history
  3. fix: return loaded properties rather then new properties

    Co-authored-by: Hans Aikema <[email protected]>
    jeremylong and aikebah authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    6453393 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcc4cfa View commit details
    Browse the repository at this point in the history
  5. fix: minor code refactoring

    Co-authored-by: Hans Aikema <[email protected]>
    jeremylong and aikebah authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    0c9819d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    09d291a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7047bd9 View commit details
    Browse the repository at this point in the history
  3. fix: updates for datafeed

    jeremylong committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    3df710e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aa18ed View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    8d8ba12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f317078 View commit details
    Browse the repository at this point in the history