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

Handle script timeout as script preference #581

Merged
merged 9 commits into from
Oct 18, 2021

Commits on Oct 15, 2021

  1. Remove timeout from the nvti structure.

    Because it is now handle as script preference.
    jjnicola committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    1e6fc32 View commit details
    Browse the repository at this point in the history
  2. Remove NVT_TIMEOUT_POS from the redis structure.

    The timeout is not stored under the redis key `nvt:<OID>` anymore.
    jjnicola committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    11ad2dc View commit details
    Browse the repository at this point in the history
  3. Remove nvticache_get_timeout()

    The timeout must be get from script preferences.
    It was currently not used by libs or scanner.
    jjnicola committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e179f82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b17d09 View commit details
    Browse the repository at this point in the history
  5. Fix format

    jjnicola committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    0f2acb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3e0117 View commit details
    Browse the repository at this point in the history
  7. Remove prefs_nvt_timeout

    jjnicola committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    502cd37 View commit details
    Browse the repository at this point in the history
  8. Update Changelog

    jjnicola committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    607179b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    40fe289 View commit details
    Browse the repository at this point in the history