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

Keep better track of rejected rules. #34

Merged
merged 5 commits into from
May 5, 2024
Merged

Keep better track of rejected rules. #34

merged 5 commits into from
May 5, 2024

Conversation

scudette
Copy link
Contributor

@scudette scudette commented May 5, 2024

This PR writes rejected rules into a file and checks against this file each compile. This allows us to review for new rules that fail using git diff and supporess error messages for rules which are already known to be broken.

This PR also returns a failed error code when an unhandled error occurs which allows it to be effective in CI now.

Additionally this PR also started adding some VQL based sigma rules for example checking for presence of files or registry keys.

scudette added 5 commits May 4, 2024 16:02
This PR writes rejected rules into a file and checks against this file
each compile. This allows us to review for new rules that fail using
git diff and supporess error messages for rules which are already
known to be broken.

This PR also returns a failed error code when an unhandled error
occurs which allows it to be effective in CI now.

Additionally this PR also started adding some VQL based sigma rules
for example checking for presence of files or registry keys.
@scudette scudette merged commit f9a052c into master May 5, 2024
4 checks passed
@scudette scudette deleted the rejects branch May 5, 2024 04:52
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.

1 participant