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/bsize: Validate against content buffer when available #4997

Closed
wants to merge 3 commits into from

Commits on May 21, 2020

  1. doc: Update bsize documentation

    This commit updates the bsize documentation
    
    1. Describe what happens when "content" immediately precedes "bsize"
    2. Include the operators and
    3. Include examples using the operators.
    jlucovsky committed May 21, 2020
    Configuration menu
    Copy the full SHA
    7feb0ff View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. detect/bsize: Check bsize value with content

    This commit causes the signature to be invalid if a content keyword
    immediately precedes bsize and the bsize value is incompatible with the
    content length.
    jlucovsky committed May 30, 2020
    Configuration menu
    Copy the full SHA
    168edb0 View commit details
    Browse the repository at this point in the history
  2. tests/bsize: Test cases with preceding content

    This commit adds test cases that validate behavior when "content"
    immediately precedes "bsize".
    jlucovsky committed May 30, 2020
    Configuration menu
    Copy the full SHA
    ee52e28 View commit details
    Browse the repository at this point in the history