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

Remove create_tags, allow multiple resources in tags #728

Merged
merged 4 commits into from
Jun 26, 2018

Commits on Jun 26, 2018

  1. Remove create_tags, add multiple resources in tags

    The create_tags command has not been added in GVM, instead the
    create_tag and modify_tag will function similarly to allow multiple
    resources for a single tag.
    timopollmeier committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    756208d View commit details
    Browse the repository at this point in the history
  2. Fix closing GMP tag in save_tag_gmp

    The command XML contained the wrong closing tag name "create_tag".
    timopollmeier committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    6b0b29a View commit details
    Browse the repository at this point in the history
  3. Handle missing filter in save_tag_gmp

    If the filter is missing in save_tag_gmp, send an empty string in the
    GMP command attribute.
    timopollmeier committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    a62f508 View commit details
    Browse the repository at this point in the history
  4. Add resources_action parameter for save_tag

    This parameter allows setting whether resources should be added to the
    tag, removed from it or set, overwriting the current selection.
    timopollmeier committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    7110248 View commit details
    Browse the repository at this point in the history