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

Remove yara scanning timeout. #226

Merged
merged 1 commit into from
Feb 3, 2022
Merged

Remove yara scanning timeout. #226

merged 1 commit into from
Feb 3, 2022

Conversation

qkaiser
Copy link
Contributor

@qkaiser qkaiser commented Feb 2, 2022

Let's get rid of yara timeout given that only 0.00375% of our corpus hit the 60 seconds limit due to their size and that Yara scanning scales linearly.

End users can rely on coreutils's timeout command to limit unblob execution time if they want :)

Let's get rid of yara timeout given that only 0.00375% of our corpus hit
the 60 seconds limit due to their size and that Yara scanning scales
linearly.

End users can rely on coreutils's timeout command to limit unblob
execution time if they want :)
@qkaiser qkaiser added the enhancement New feature or request label Feb 2, 2022
@qkaiser qkaiser added this to the v1.0 - extraction milestone Feb 2, 2022
@qkaiser qkaiser self-assigned this Feb 2, 2022
@qkaiser qkaiser linked an issue Feb 2, 2022 that may be closed by this pull request
@qkaiser qkaiser merged commit 89de86d into main Feb 3, 2022
@qkaiser qkaiser deleted the remove-yara-timeout branch February 3, 2022 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize yara timeout value
2 participants