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: nasl-cli notus update subcommand #1558

Merged
merged 7 commits into from
Jan 25, 2024
Merged

Add: nasl-cli notus update subcommand #1558

merged 7 commits into from
Jan 25, 2024

Commits on Jan 17, 2024

  1. Add: nasl-cli notus update subcommand

    Load up Notus Advisories into redis.
    It performs the signature check, the hashsum check and the upload.
    
    Signature check is optional. It must be enabled with the command line option but also the environment variable to the gnupg keyring must be set.
    
    Usage:
    `GPGHOME=/path/to/.gnupg nasl-cli notus update --path <path-to-the-advisories> --signature-check`
    jjnicola committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7cb3e7b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    152f5d8 View commit details
    Browse the repository at this point in the history
  2. Change: Rename NvtDispatcher by CacheDispatcher

    Since it is no not only for Nvts but also for Notus advisories.
    jjnicola committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b11474f View commit details
    Browse the repository at this point in the history
  3. Change: Load both notus and vts caches with nasl-cli feed update

    instead of having two subcommands.
    jjnicola committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5277c31 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    b9b0c7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4614a5c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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