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

detect/dataset: fix dataset set logic #8123

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 29, 2022

  1. detect/dataset: fix dataset set logic

    The set operation of dataset keyword was not done only signature
    when there is a full match. This was not correct with regards to
    expectation.
    
    This patch changes the behavior of the dataset keyword to do a
    match and a post match for the set operation. In the match, the
    buffer data that needs to end up in the set is captured and in
    post match the dataset is updated (if ever the signature is fully
    matching).
    
    Ticket: OISF#5576
    regit committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    c91fc12 View commit details
    Browse the repository at this point in the history