-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Misc improvements/v2 #12748
base: master
Are you sure you want to change the base?
Misc improvements/v2 #12748
Conversation
Several rules matched on both directions even if events are set in a single direction.
Example output: "match_policy": { "actions": [ "alert", "drop" ], "scope": "flow" },
e.g. server hello done has no data
Preparation for explicit action scope parsing.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12748 +/- ##
==========================================
+ Coverage 80.85% 80.86% +0.01%
==========================================
Files 936 936
Lines 259730 259766 +36
==========================================
+ Hits 210000 210064 +64
+ Misses 49730 49702 -28
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Looks OK.
Information: QA ran without warnings. Pipeline 25041 |
Information: QA ran without warnings. Pipeline 25044 |
#11420 rebased and with
policy
renamed tomatch_policy
.Misc cleanups.