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

next/268/20240125/v1 #10240

Closed
wants to merge 2 commits into from
Closed

Commits on Jan 24, 2024

  1. detect/requires: reset sigerror flags for each rule

    "sigerror_ok" and "sigerror_requires" were not being reset after each
    rule which could lead to a rule load error being incorrectly tracked
    as skipped rather than failed.
    
    Also initialize "skippedsigs" to 0 along with "goodsigs" and
    "badsigs", while not directly related to this issue, could also throw
    off some stats.
    
    Ticket: OISF#6710
    jasonish committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    de3cbe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bf8131 View commit details
    Browse the repository at this point in the history