Skip to content

Commit

Permalink
Adding YARA Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phutelmyer committed Dec 1, 2023
1 parent 3d9cbeb commit 954e40f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,15 @@ Guidelines for contributing can be found [here](https://github.com/target/strelk
## Known Issues
See [issues labeled `bug`](https://github.com/target/strelka/issues?q=is%3Aissue+is%3Aopen+label%3Abug) in the tracker for any potential known issues.
### Issues with Loading YARA Rules
Users are advised to precompile their YARA rules for optimal performance and to avoid potential issues during runtime.
Using precompiled YARA files helps in reducing load time and resource usage, especially in environments with a large
set of rules. Ensure to use the [compiled option in the Strelka configuration](https://github.com/target/strelka/blob/master/configs/python/backend/backend.yaml)
to point to the precompiled rules file.
### Other Issues
See [issues labeled `bug`](https://github.com/target/strelka/issues?q=is%3Aissue+is%3Aopen+label%3Abug) in the tracker for any additional issues.
## Related Projects
* [Laika BOSS](https://github.com/lmco/laikaboss)
Expand Down

0 comments on commit 954e40f

Please sign in to comment.