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

Additional NVD API Improvements #937

Merged
merged 4 commits into from
Dec 1, 2023
Merged

Additional NVD API Improvements #937

merged 4 commits into from
Dec 1, 2023

Commits on Dec 1, 2023

  1. Add: Improve code coverage for NVDResults

    Test additional code paths that were not covered yet.
    bjoernricks committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d3c827a View commit details
    Browse the repository at this point in the history
  2. Add: Allow to request only a number of results in CVE, CVE changes an…

    …d CPE CLI
    
    Extend pontos-nvd-cves, pontos-nvd-cve-changes and pontos-nvd-cpes CLIs
    to allow requesting only a specific number of CVEs/CPEs.
    bjoernricks committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4149f6d View commit details
    Browse the repository at this point in the history
  3. Change: Improve output on http errors for CVE and CPE CLI

    Print more information from the error response.
    bjoernricks committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    fea521e View commit details
    Browse the repository at this point in the history
  4. Add: Allow to set a start index for NVD APIs

    Add a start_index argument for querying results on NVD APIs (CVEs, CVE
    changes and CPEs). This will allow to use pagination via user requests.
    bjoernricks committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    79de35d View commit details
    Browse the repository at this point in the history