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

Drop edit config command #1439

Merged
merged 9 commits into from
Jun 14, 2019
Merged

Drop edit config command #1439

merged 9 commits into from
Jun 14, 2019

Commits on Jun 6, 2019

  1. Add command to get the nvt families to gsad

    Currently the nvt families are loaded in get_config_gmp implicitly.
    bjoernricks committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    108027a View commit details
    Browse the repository at this point in the history
  2. Add gmp command to get all nvt families

    Extend the global gmp object to allow requesting the list of nvt
    families.
    bjoernricks committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    7331c3f View commit details
    Browse the repository at this point in the history
  3. Drop usage of editScanConfigSettings request

    Simply request the scanconfig and the list of nvt families in parallel.
    bjoernricks committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    3a79ff5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fad9eac View commit details
    Browse the repository at this point in the history
  5. Drop edit_config cmd from gsad

    The command is unused now.
    bjoernricks committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    5dacb4e View commit details
    Browse the repository at this point in the history
  6. Simplify get_config command in gsad

    Now with get_nvt_families being an separate command get_config can be
    simplified by using get_one internally.
    bjoernricks committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    7c30b14 View commit details
    Browse the repository at this point in the history
  7. Adjust getting the ScanConfig from the get_config response

    Due to using get_one in gsad the path to the scan config xml has
    changed.
    bjoernricks committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    3d65214 View commit details
    Browse the repository at this point in the history
  8. Fix max count if family isn't included in scan config

    The property is named maxNvtCount now.
    bjoernricks committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    b87f019 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b083862 View commit details
    Browse the repository at this point in the history