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

scripts/analyzer: Introduce requested_analyzers #2507

Merged
merged 1 commit into from
Jan 10, 2023

Commits on Dec 13, 2022

  1. scripts/analyzer: Introduce Analyzer::requested_analyzers

    In certain deployment scenarios, all analyzers are disabled by default.
    However, conditionally/optionally loaded scripts may rely on analyzers
    functioning and declare a request for them.
    
    Add a global set set to the Analyzer module where external scripts can record
    their requirement/request for a certain analyzer. Analyzers found in this
    set are enabled at zeek_init() time.
    awelzel committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    4e75d54 View commit details
    Browse the repository at this point in the history