-
Notifications
You must be signed in to change notification settings - Fork 915
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
Falco rules file should have required_engine_version: 6
#1272
Comments
Btw, here are our docs on falco engine and rules file compatibility: https://falco.org/docs/rules/#versioning. |
I think that it's the time to remove that comment honestly. |
I proposed a change in #1273 - however, as an alternative thing we can do is to create a rules file for every |
The Thus, the best approach is to define it for the Container Drift rule, IMHO. We'll do it into #1273 right now. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Issues labeled "cncf", "roadmap" and "help wanted" will not be automatically closed. Please refer to a maintainer to get such label added if you think this should be kept open. |
quick update: the |
Describe the bug
Hi, I noticed that 70b9bfe#diff-6acd8aa2e534d1ed83e275bf658d936b added a new rule Container Drift Detected (open+create) that requries falco engine version 6. However, the rules file itself doesn’t have any required_engine_version block. There’s a commented out version here: https://github.com/falcosecurity/falco/blob/master/rules/falco_rules.yaml#L26.
If users tried to load this rules file with older falco versions, they wouldn't be able to load the file, as the new field
evt.is_open_exec
doesn't work with older falco engine versions.I'd suggest at least updating the required_engine_version to 6 in the rules file.
How to reproduce it
Expected behaviour
Screenshots
Environment
Additional context
The text was updated successfully, but these errors were encountered: