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

The issue concerning the presence of "NOT" in logical combinations. #415

Closed
tyleslove opened this issue Sep 23, 2023 · 1 comment
Closed

Comments

@tyleslove
Copy link

When using Hyperscan, it has been observed that the NOT matching in logical combinations does not achieve the expected results.

ex:
1: A
2: B
3: 1&!2
4: !1&2
input data: "AB"

The data hits rule 3, while rule 4 doesn't, but what I expected was that neither 3 nor 4 would be hit. This is clearly different from the result I anticipated.

@tyleslove
Copy link
Author

The matching result of logical combination is offset based.
So there's no problem.

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

No branches or pull requests

1 participant