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

rule-parser: quote string prefix handling #182

Closed
wants to merge 1 commit into from
Closed

Conversation

jasonish
Copy link
Owner

In the case of a quote strings that has some prefix data, separate
the prefix from the value. For example:

content:!"Firefox/3.6.13"

would previous have a value of "!Firefox/3.6.13" which is incorrect,
now the value will be "Firefox/3.6.13" with the string before the
opening quote available in the prefix field.

Github issue:
#176

In the case of a quote strings that has some prefix data, separate
the prefix from the value. For example:

    content:!"Firefox/3.6.13"

would previous have a value of "!Firefox/3.6.13" which is incorrect,
now the value will be "Firefox/3.6.13" with the string before the
opening quote available in the prefix field.

Github issue:
#176
@jasonish jasonish closed this Jul 27, 2021
@jasonish jasonish deleted the parser-prefix/v1 branch July 27, 2021 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant