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

Add support for cross-rule references. #439

Open
pedramamini opened this issue Oct 13, 2022 · 0 comments
Open

Add support for cross-rule references. #439

pedramamini opened this issue Oct 13, 2022 · 0 comments

Comments

@pedramamini
Copy link
Member

pedramamini commented Oct 13, 2022

It's possible to reference rules from other ones:

https://yara.readthedocs.io/en/stable/writingrules.html#referencing-other-rules

Example:

image

This results in a failure on save due to failed rule validation:

image

Which of course is due to the fact that the referenced rule is not available. Thinking the best way to handle this is to test rules along with all other released-state rules.

@battleoverflow battleoverflow moved this to Ready in ThreatKB Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant