-
Notifications
You must be signed in to change notification settings - Fork 902
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
update: improve support and tests for live-capture event selection #2432
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
97e3efd
update(userspace/engine): support searching ppm_sc events in rulesets
jasondellaluce 6932687
refactor(userspace/falco): adapt event set selection to only use ppm_…
jasondellaluce 389c818
chore(userspace/falco): rename source file using its action name
jasondellaluce a8b3aac
chore(unit_tests): move existing test in right directory
jasondellaluce 57fc075
test(unit_test): adapt and grow tests on configure_intertesting_sets
jasondellaluce 548785f
update(cmake): bump libs and driver versions to f0468f32d8d730d0e70d8…
jasondellaluce 425e9dc
chore: fix typos
jasondellaluce 3877525
chore(userspace/falco): apply review suggestions
jasondellaluce 5c6bb23
chore(userspace/falco): apply review suggestion
jasondellaluce a67472c
update(cmake): bump libs and drivers to c2e227697b2a410eeca47fef260f5…
jasondellaluce 3132dcb
fix(unit_tests): adapt to connect4 corner cases
jasondellaluce 4fe22e0
update(cmake): bump libs and driver to 172043999fbf3d04c2c40f98cc7795…
jasondellaluce 6b8e23d
update(userspace/engine): bump engine version to 17
jasondellaluce 9d8f248
update(cmake): bump libs and driver to a513c696b68676b872c2ea59636e65…
jasondellaluce a1a7c4f
update(cmake): bump libs and driver to 652d6d134d5c2b355467de5be92213…
jasondellaluce File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
411 changes: 306 additions & 105 deletions
411
unit_tests/falco/app/actions/test_configure_interesting_sets.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see some more libs fixes in falcosecurity/libs@338bff0 that aim to make sure we handle the tough corner cases and special snow flakes. This is probably a perfect reflection of why we were going back and forth between first resolving the evt.type string names to event codes vs syscall codes ... meaning we need a combination of the two approaches after all.