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

Eliminate get_tag() and parse_tags(). #743

Merged
merged 7 commits into from
Sep 12, 2019

Commits on Sep 8, 2019

  1. Eliminate remains of get_tag().

    The function get_tag() only parses the cvss_base_vector
    from the incoming OSP XML for a VT and adds it to the nvti tags
    string.
    
    Using the new function nvt_add_tag() makes avoids the knowledge
    about the internal syntax (pipe-separated list).
    
    This last tag that is parsed is now located in function nvti_from_vt().
    
    Also this removes the parsing for "cvss_base" inside the tags
    string which happened in nvti_from_vt(). Actually it is not being
    parsed anyway but rather computed from the vector.
    janowagner committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    79844a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ece6f1 View commit details
    Browse the repository at this point in the history
  3. Fix indention.

    janowagner committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    708325b View commit details
    Browse the repository at this point in the history
  4. Remove now unneeded parse_tags().

    This finally removes the parse_tags() function that was
    aware of the pipe-separated internal syntax of tags.
    janowagner committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    60e6136 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Add CHANGELOG entry.

    janowagner committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    e9388a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Fix formatting.

    janowagner committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    3d14e84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c55c6c View commit details
    Browse the repository at this point in the history