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

rulefile: enabled use of subids only #443

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

priv-kweihmann
Copy link
Owner

In the latest rework an issues slipped in that
allowed only entire groups (or ID) to be
enabled/disabled, mind the subIDs as well when
loading the rules.
As they are filtered out afterwards it should be fine. This applies of course only to the rule itself,
thus we don't run into conflicts with the fix method call

Closes #436

Pull request checklist

Bugfix

  • A testcase was added to test the behavior

New feature

  • A testcase was added to test the behavior
  • New functions are documented with docstrings
  • No debug code is left
  • README.md was updated to reflect the changes (check even if n.a.)

@priv-kweihmann
Copy link
Owner Author

@jankraing FYI - the issues was somewhere else - the added testcase shows that for your reported bug it should work fine now

In the latest rework an issues slipped in that
allowed only entire groups (or ID) to be
enabled/disabled, mind the subIDs as well when
loading the rules.
As they are filtered out afterwards it should be fine.
This applies of course only to the rule itself,
thus we don't run into conflicts with the fix method call

Closes #436

Signed-off-by: Konrad Weihmann <[email protected]>
@priv-kweihmann priv-kweihmann force-pushed the fix/rule-file-subid-only branch from f6df319 to 2786f9a Compare October 12, 2023 08:52
@priv-kweihmann priv-kweihmann merged commit 06dbba2 into master Oct 12, 2023
4 checks passed
@priv-kweihmann priv-kweihmann deleted the fix/rule-file-subid-only branch October 12, 2023 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rulefile: rule groups can only be enabled/disabled as a whole
1 participant