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

Add: Support for NIST NVD CVE Change History API #920

Merged
merged 23 commits into from
Nov 10, 2023

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    a2b0b0f View commit details
    Browse the repository at this point in the history
  2. Fix: Formatting

    n-thumann committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    09e7dfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c72ed17 View commit details
    Browse the repository at this point in the history
  4. Add: Unit tests

    n-thumann committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    154adc8 View commit details
    Browse the repository at this point in the history
  5. Fix: implicit Optional

    n-thumann committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    34e0609 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1dcc5fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ae0cd5 View commit details
    Browse the repository at this point in the history
  8. Add: Unit tests

    n-thumann committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c1e55a6 View commit details
    Browse the repository at this point in the history
  9. Remove: Unnecessary check

    n-thumann committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    468fedc View commit details
    Browse the repository at this point in the history
  10. Fix: Add missing __str__

    n-thumann committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2133181 View commit details
    Browse the repository at this point in the history
  11. Change: Update docstrings

    n-thumann committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e803227 View commit details
    Browse the repository at this point in the history
  12. Add: Unit tests for models

    n-thumann committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4161aac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    883311c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    dfa1877 View commit details
    Browse the repository at this point in the history
  2. Change: Unit tests

    n-thumann committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0762aba View commit details
    Browse the repository at this point in the history
  3. Fix: Incorrect event name

    n-thumann committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2e44d6d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Remove: Unnecessary method

    Co-authored-by: Björn Ricks <bjoern.ricks@greenbone.net>
    n-thumann and bjoernricks committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b120074 View commit details
    Browse the repository at this point in the history
  2. Change: Use JSON type hint

    n-thumann committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    355bea6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4090381 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ba86c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ac2f43 View commit details
    Browse the repository at this point in the history
  6. Change: Allow string in type hint for event_name

    Co-authored-by: Björn Ricks <bjoern.ricks@greenbone.net>
    n-thumann and bjoernricks committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7d20755 View commit details
    Browse the repository at this point in the history
  7. Fix: Missing import

    n-thumann committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    499612b View commit details
    Browse the repository at this point in the history