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

Incorrect logic in expressions like none of them in (0..4) #1757

Closed
plusvic opened this issue Aug 4, 2022 · 0 comments
Closed

Incorrect logic in expressions like none of them in (0..4) #1757

plusvic opened this issue Aug 4, 2022 · 0 comments

Comments

@plusvic
Copy link
Member

plusvic commented Aug 4, 2022

The following rule matches a with file with content "foo", bit it shouldn't.

rule test {
  strings:
     $a = "foo"
     $b = "foo"
  condition:
     none of them in (0..2)
}
plusvic added a commit that referenced this issue Aug 4, 2022
@plusvic plusvic closed this as completed Aug 4, 2022
plusvic added a commit that referenced this issue Aug 4, 2022
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