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

Adjust to use new API for vt references. #526

Merged
merged 10 commits into from
May 16, 2019

Commits on May 14, 2019

  1. Configuration menu
    Copy the full SHA
    324aefd View commit details
    Browse the repository at this point in the history
  2. Simplify nvti_refs_append_xml().

    Use the new API for VT references and thus simplify
    the creation of XML to just a few lines of code.
    janowagner committed May 14, 2019
    Configuration menu
    Copy the full SHA
    19a8944 View commit details
    Browse the repository at this point in the history
  3. Remove unused result iterator functions.

    The functions result_iterator_nvt_cve() and result_iterator_nvt_xref()
    are in fact not used anywhere an thus can be removed. This resolves the
    open todo's as well.
    janowagner committed May 14, 2019
    Configuration menu
    Copy the full SHA
    394f979 View commit details
    Browse the repository at this point in the history
  4. Ignore NOCVE, NOBID, NOXREF in OTP.

    This prevents that one of the "NO*" keywords end up in
    the table "nvts".
    janowagner committed May 14, 2019
    Configuration menu
    Copy the full SHA
    14cdda3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac11d9a View commit details
    Browse the repository at this point in the history
  6. Check for '' where before checked for 'NOCVE'.

    Since the term "NOCVE" does not exist anymore,
    we need to chec for an empty field rather this special
    keyword.
    janowagner committed May 14, 2019
    Configuration menu
    Copy the full SHA
    1b639d6 View commit details
    Browse the repository at this point in the history
  7. Adjust to changes in API.

    janowagner committed May 14, 2019
    Configuration menu
    Copy the full SHA
    608ca41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    076118b View commit details
    Browse the repository at this point in the history
  9. Update DB version to 208.

    janowagner committed May 14, 2019
    Configuration menu
    Copy the full SHA
    56fdb0f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

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