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

Fix creation and collation of vts_verification_str #1629

Merged

Commits on Jul 9, 2021

  1. Fix creation and collation of vts_verification_str

    When creating SQL functions, it is first checked if the tables "nvts" and
    "nvt_preferences" exist before trying to create vts_verification_str.
    The function now also uses the collation "ucs_basic", which should be
    available by default.
    timopollmeier committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    392b9c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    055959a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f91efd View commit details
    Browse the repository at this point in the history