-
Notifications
You must be signed in to change notification settings - Fork 905
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
RFC1918 excluded from outbound macro but not inbound_outbound #820
Comments
/kind rule-update |
/area rules |
I was going to PR a fix to exclude just the private IP ranges, but it looks like this is not the only change to the |
@shane-lawrence thanks for bringing it up. It's a good call. And please assign me as the reviewer :) |
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. |
A new list, which contains the private IPv4 ranges in RFC1918, was added and that list has been excluded from the
outbound
macro:falco/rules/falco_rules.yaml
Lines 321 to 328 in 39b5156
The RFC1918 ranges have not been excluded from the
inbound_outbound
macro, so it is no longer a combination of theinbound
andoutbound
macros:falco/rules/falco_rules.yaml
Lines 330 to 337 in 39b5156
The text was updated successfully, but these errors were encountered: