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

Add details parameter to get_vt_iterator() #215

Merged
merged 4 commits into from
Mar 10, 2020

Commits on Mar 10, 2020

  1. Add details parameter to get_vt_iterator()

    If details is True, it adds the vt dependencies as subelement
    with the oid. For this an expensive query to redis is necessary.
    The query takes about 3 seconds, which is especially expensive when
    only one vt must be sent.
    Otherwise, the dependencies are added as subelement of custom, the query
    will not be perfomed, and quicker response is given for a single vt.
    jjnicola committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    7e48346 View commit details
    Browse the repository at this point in the history
  2. Update Pipfile.lock

    jjnicola committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    50d0a2a View commit details
    Browse the repository at this point in the history
  3. Update changelog

    jjnicola committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    b913cb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ceee6f View commit details
    Browse the repository at this point in the history