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

fix(userspace/engine): always consider all rules (even the ones below min_prio) in m_rule_stats_manager #3060

Merged
merged 2 commits into from Feb 8, 2024

Conversation

FedeDP
Copy link
Contributor

@FedeDP FedeDP commented Feb 8, 2024

What type of PR is this?

/kind bug

Any specific area of the project related to this PR?

/area engine

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #3059

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

fix(userspace/engine): always consider all rules (even the ones below min_prio) in m_rule_stats_manager

… min_prio) in m_rule_stats_manager.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>

Co-authored-by: Andrea Terzolo <andreaterzolo3@gmail.com>
@FedeDP
Copy link
Contributor Author

FedeDP commented Feb 8, 2024

/milestone 0.38.0

@poiana poiana added this to the 0.38.0 milestone Feb 8, 2024
@poiana poiana requested review from Kaizhe and leogr February 8, 2024 13:39
Copy link

github-actions bot commented Feb 8, 2024

This PR may bring feature or behavior changes in the Falco engine and may require the engine version to be bumped.

Please double check userspace/engine/falco_engine_version.h file. See versioning for FALCO_ENGINE_VERSION.

/hold

@FedeDP
Copy link
Contributor Author

FedeDP commented Feb 8, 2024

/milestone 0.37.1

@poiana poiana modified the milestones: 0.38.0, 0.37.1 Feb 8, 2024
…s throwing an exception.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
@FedeDP
Copy link
Contributor Author

FedeDP commented Feb 8, 2024

/unhold

@FedeDP
Copy link
Contributor Author

FedeDP commented Feb 8, 2024

/cc @jasondellaluce @Andreagit97

Copy link
Contributor

@jasondellaluce jasondellaluce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

Copy link
Member

@Andreagit97 Andreagit97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@poiana
Copy link

poiana commented Feb 8, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Andreagit97, FedeDP, jasondellaluce, leogr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [Andreagit97,FedeDP,jasondellaluce,leogr]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@poiana poiana merged commit 7879920 into master Feb 8, 2024
27 of 29 checks passed
@poiana poiana deleted the fix/stats_mgr_rules branch February 8, 2024 14:14
@FedeDP FedeDP mentioned this pull request Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

rule match causes crash "Error: rule id or priority out of bounds" in stats_manager.cpp
5 participants