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

issue 1486: better error message in likely missing semicolon - v2 #2260

Closed

Commits on Sep 20, 2016

  1. rule parsing: check for balanced double quotes

    If a rule option value starts with a double quote, ensure it
    ends with a double quote, exclusive of white space which gets
    trimmed anyways.
    
    Catches errors like 'filemagic:"picture" sid:5555555;' reporting
    that a missing semicolon may be the error.
    jasonish committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    6a09149 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. Configuration menu
    Copy the full SHA
    165b04a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa00858 View commit details
    Browse the repository at this point in the history